Skip to content

codeg v0.30.6

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Sep 01:58
· 4 commits to main since this release

Release version 0.30.6

Codex's team-of-agents capsules stop being empty frames — a sub-agent's outcome, its closing report and its own session are all on the card now.
DeepSeek's model list becomes an editable panel, six bundled agents move up, and Antigravity's sign-in link comes back in seconds instead of never.

New

  • DeepSeek's model list is now editable in Agent Settings — one row per model (id, display name, context window) with description, output cap and image limits behind "More", a "Use agent defaults" button to drop the stored list, and a notice when the harness is refusing a list you wrote by hand and quietly running on its built-in models instead.
  • A Codex team-of-agents sub-agent now shows how it ended, what it reported and where it worked — the capsule keeps its id after reopening, wears the child's outcome as a chip, folds the child's closing report into the card, and offers a "View sub-agent session" button that opens the child's own transcript.

Improved

  • list_agents now renders as a roster card instead of a wall of escaped JSON, carrying each finished child's full report — often the only readable copy of that text.
  • Updated bundled agents: Gemini CLI 0.59.0, OpenClaw 2026.9.3, Hermes 0.21.1, CodeBuddy 2.147.0, Grok 1.0.24, Qoder 1.1.47.
  • OpenClaw now asks for Node 24.16.0 or newer, since 2026.9.3 retires the Node 22 lane — the check happens before the install rather than letting it pass and the launch fail.

Fixed

  • Antigravity's "Get sign-in link" returns a link again — 1.1.1 prints it to stderr, which codeg wasn't reading, so the panel spun for ninety seconds and then reported that no link had appeared; it now arrives within seconds.

发布版本 0.30.6

Codex 团队智能体的卡片不再是个空壳——子智能体怎么结束的、汇报了什么、它自己的会话,现在都在卡片上。
DeepSeek 的模型列表有了可视化编辑面板,六个内置智能体版本更新,Antigravity 的登录链接也不用再空等九十秒换来一句「没拿到」。

新增

  • DeepSeek 的模型列表现在可以在「智能体设置」里直接编辑——每个模型一行(模型 id、显示名称、上下文窗口),「更多」里还能改描述、输出上限和图片相关限制,另有「使用代理默认」一键回到内置列表;如果你手写的列表被 DeepSeek Harness 拒绝、会话其实跑在内置模型上,面板也会直说。
  • Codex 团队智能体的子智能体卡片现在会显示结束状态、汇报内容和它自己的会话——重开会话后卡片仍带着子智能体 id,标题上多了结束状态标签,子智能体的最终汇报直接折进卡片,旁边还有「查看子智能体会话」按钮可以打开它自己的会话记录。

改进

  • list_agents 现在渲染成一张名册卡片,不再是一大段转义过的 JSON,每个已完成子智能体的完整汇报都在里面——这往往是那段文字唯一一份可读的副本。
  • 内置智能体版本更新: Gemini CLI 0.59.0、OpenClaw 2026.9.3、Hermes 0.21.1、CodeBuddy 2.147.0、Grok 1.0.24、Qoder 1.1.47。
  • OpenClaw 现在要求 Node 24.16.0 或更高版本——2026.9.3 起彻底不再支持 Node 22,这道检查提前到安装前,不会再出现装好了却在启动时挂掉。

修复

  • Antigravity 的「获取登录链接」又能拿到链接了——1.1.1 把这行输出改到了 stderr,而 codeg 只读 stdout,于是面板空转九十秒后报告「没有产生链接」;现在几秒内就能拿到。