{"slug": "your-coding-agent-finished-now-find-the-pr-the-preview-and-the-right-session", "title": "Your coding agent finished. Now find the PR, the preview, and the right session.", "summary": "A developer released Cogpit, a free, open-source GUI for Claude Code, OpenAI Codex, and GitHub Copilot CLI that runs locally and uses existing CLI logins. The tool consolidates agent sessions across the three CLIs into one workspace, letting users resume prior sessions, inspect per-turn edits and combined diffs, and view linked GitHub pull requests, ClickUp tasks, and Vercel deployments alongside a shared browser panel. The developer says the goal is to preserve the context of agent work so users don't have to reconstruct decisions and failed attempts.", "body_md": "The agent says it fixed the checkout bug. You still need to find the pull request, read the diff, check the build, and open the right preview. Tomorrow, you need to remember which conversation contains the fix.\n\nThat last part is easy to underestimate. A useful agent session is a record of decisions, failed attempts, commands, and follow-up questions. Losing it means reconstructing work you've already done.\n\nI built [Cogpit](https://github.com/gentritbiba/cogpit) to keep that work together. It's a free, open-source GUI for Claude Code, OpenAI Codex, and GitHub Copilot CLI. It runs on your machine and uses your existing CLI logins.\n\nHere's the workflow I want it to make easier, using a checkout bug as an example. The screenshots show the current app with demo sessions and sample GitHub, ClickUp, and Vercel data.\n\nSay rapid clicks on \"Add to cart\" sometimes lose an item. The ClickUp task has the reproduction steps and the cases that need testing.\n\nCogpit's ClickUp panel lets you browse tasks and add a task to the prompt. The requirements stay beside the conversation while the agent works. You can open a command's output or a file edit without scrolling through pages of terminal text.\n\nThis also matters when you come back later. Cogpit can discover and resume existing Claude Code, Codex, and Copilot CLI sessions, including work started outside the app. Sessions are grouped by project, and you can search for a prompt, branch, or pull request.\n\nYou can keep sessions from all three CLIs in one workspace. Each conversation still belongs to its selected agent. I don't want switching projects to mean starting the explanation again.\n\n\"Tests pass\" is useful. It doesn't tell you whether the test covers the bug you reported.\n\nFor the cart example, I'd look for an assertion about the final cart contents after responses arrive out of order. A longer timeout might make a test green while leaving the race intact.\n\nCogpit lets you inspect edits by turn or review the session's combined diff. Its GitHub panel brings pull requests, changed files, reviews, and Actions runs into the same workspace. A linked session gives you a route back to the conversation behind a PR.\n\nThe useful question is specific. \"Show me the regression test for a late cart response\" gives the agent something concrete to answer, and gives you something concrete to review.\n\nA green build still leaves the browser check.\n\nThe Vercel panel shows production and preview deployments, with build logs you can expand. Find the preview for the branch you're reviewing, then inspect the page in the Browser panel.\n\nThe Browser panel streams a selected tab from an agent-browser browser. You can watch the agent navigate, click and type in the page yourself, or take over a login before handing it back.\n\nThe shared default browser keeps its logins between runs. Named browser sessions have separate persistent profiles, so a project can keep its own browsing context. You and the agent can select different tabs, so check that you're looking at the same one when discussing a page.\n\nFor this example, the check is simple. Add items quickly. Change quantities. Reload. See whether the cart still contains what you put in it. If it fails, the conversation is right there.\n\nInstall and sign in to Claude Code, Codex, or GitHub Copilot CLI, then [download Cogpit](https://github.com/gentritbiba/cogpit/releases/latest) for macOS, Windows, or Linux. Windows support has had less testing; the Browser host currently runs on macOS and Linux.\n\nOr open the local web app with Node.js 20.11 or newer:\n\n```\nnpx cogpit@latest\n```\n\nPick an existing session and inspect one file it changed. That's enough to see whether this way of working fits you. GitHub, ClickUp, Vercel, and browser automation need their own setup; the [documentation](https://github.com/gentritbiba/cogpit#documentation) covers it.\n\nIf you try it, I'd like to know where you still lose context while working with coding agents. An [issue with a concrete example](https://github.com/gentritbiba/cogpit/issues) is more useful to me than a feature wish list.", "url": "https://wpnews.pro/news/your-coding-agent-finished-now-find-the-pr-the-preview-and-the-right-session", "canonical_source": "https://dev.to/gentritbiba/your-coding-agent-finished-now-find-the-pr-the-preview-and-the-right-session-1g01", "published_at": "2026-09-10 09:25:12+00:00", "updated_at": "2026-09-10 09:52:41.416347+00:00", "lang": "en", "topics": ["ai-agents", "ai-tools", "developer-tools", "ai-products"], "entities": ["Cogpit", "Claude Code", "OpenAI Codex", "GitHub Copilot CLI", "GitHub", "ClickUp", "Vercel", "Node.js"], "alternates": {"html": "https://wpnews.pro/news/your-coding-agent-finished-now-find-the-pr-the-preview-and-the-right-session", "markdown": "https://wpnews.pro/news/your-coding-agent-finished-now-find-the-pr-the-preview-and-the-right-session.md", "text": "https://wpnews.pro/news/your-coding-agent-finished-now-find-the-pr-the-preview-and-the-right-session.txt", "jsonld": "https://wpnews.pro/news/your-coding-agent-finished-now-find-the-pr-the-preview-and-the-right-session.jsonld"}}