You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mcp): MCP servers you add now save correctly for every agent. Because each agent expects its MCP config in a different format, an entry codeg wrote could previously be silently ignored — or make an agent reject its whole MCP config and disable all of its servers at once. codeg now writes each agent's config in the exact format it accepts, so your servers stay intact across every agent.
feat(models): You can now run Codex with OpenAI's new GPT-5.6 series. The refreshed Codex build adds support for the GPT-5.6 models, and they're offered as examples in the model field so they're easy to pick.
chore(agents): Bundled agents refreshed. Claude Code and Codex were updated to their latest builds, and OpenCode (1.17.18), Gemini (0.50.0), Cline (3.0.39), and Kimi Code (0.23.3) were bumped alongside them.