github xintaofei/codeg v0.22.2
codeg v0.22.2

5 hours ago

Release version 0.22.2

  • feat(settings): Kimi Code with your own API key now gets a reasoning picker. A Reasoning card in the panel declares which levels to offer and which one to start on — until now only subscription accounts had the option.
  • fix(acp): A long-running command no longer freezes the conversation. Agents that run their commands through the ACP terminal — Grok among them — got stuck halfway through a session with Stop doing nothing, because a command that never exits on its own blocked everything behind it. Such a command now runs in the background with its output streaming as it comes, and the turn stays interruptible. Agents that run commands themselves, Claude Code and Codex included, were never affected (#394).
  • fix(codex): Codex searches read like searches. A rg or grep shows as "Grep " with results grouped per file and every line clickable to open it there, instead of a raw JSON blob. Claude, Cline, Gemini, OpenCode and Cursor searches get the same view.
  • fix(grok): A command Grok runs in the background finally shows what it did. Each task gets a card with the command, its status, exit code and terminal output, where it used to leave an empty one. Grok's internal notices no longer cut a reply in half either.
  • fix(composer): File and command references show as badges wherever text lands in the composer. Quick messages, restored drafts, queued-message edits, expert and Office templates and saved automations used to leave raw [label](file:…) text behind. A Windows path also stops gaining a backslash every time the message is reopened.
  • fix(acp): Quitting codeg actually shuts the agents down. Agent CLIs and the processes they start no longer linger after the window closes — thanks to @noxenys for the fix (#389).
  • chore(acp): Updated the built-in agents. OpenCode 1.18.10, Cline 3.0.47, CodeBuddy 2.130.0, Kimi Code 0.31.0 and Grok 0.2.114.

发布版本 0.22.2

  • 功能(设置):用自己 API Key 的 Kimi Code 也有了思考强度选择。 面板新增「推理」卡片,用于声明提供哪些强度、默认用哪一档——此前只有订阅账号才有这个选项。
  • 修复(智能体):长时间运行的命令不再把整个会话冻住。 通过 ACP 终端执行命令的智能体(Grok 就是其一)会聊到一半卡住、点「停止」也没反应,因为一条不会自己结束的命令堵住了它后面的一切。这类命令现在在后台运行,输出边跑边显示,回合随时可以打断。自己执行命令的智能体(包括 Claude Code 与 Codex)从来不受此影响(#394)。
  • 修复(Codex):Codex 的搜索终于长得像搜索。 一次 rggrep 不再是一坨原始 JSON,而是显示为「Grep <关键词>」,结果按文件分组,每一行都能点击跳转。Claude、Cline、Gemini、OpenCode 与 Cursor 的搜索也同样受益。
  • 修复(Grok):Grok 在后台跑的命令,终于能看到它干了什么。 每个任务都有自己的卡片,包含命令、状态、退出码和终端输出,而不再是一张空卡片。Grok 的内部通知也不会再把回复从中间劈开。
  • 修复(输入框):只要文本被填进输入框,文件与命令引用就会显示成徽章。 快捷消息、恢复的草稿、编辑排队中的消息、专家与办公模板、已保存的自动化任务,过去都还留着 [label](file:…) 的原始写法。Windows 路径也不会每重新打开一次就多出一层反斜杠了。
  • 修复(智能体):退出 codeg 时智能体真的会被关掉。 智能体 CLI 及它拉起的进程不会再在窗口关闭后继续残留——感谢 @noxenys 贡献的修复(#389)。
  • 维护(智能体):更新内置智能体版本。 OpenCode 1.18.10、Cline 3.0.47、CodeBuddy 2.130.0、Kimi Code 0.31.0、Grok 0.2.114。

Don't miss a new codeg release

NewReleases is sending notifications on new releases.