Release version 0.15.3
- feat(AskUserQuestion): Agents can now pause and ask you a question before moving on. When an agent needs a decision, it raises a card above the composer with up to four single- or multiple-choice questions — each with a "Recommended" hint and an always-available "Other" field — and waits for your answer; multiple questions are laid out as tabs, you can answer from any open window, or skip to let the agent use its own judgment. On by default, and can be turned off in settings.
- feat(conversations): Conversation titles now read like a summary instead of the opening prompt. Codeg adopts the title each agent generates for itself (Claude, Gemini, OpenCode, …) and keeps it in sync as the session grows. Renaming a conversation locks its title so auto-titling never overwrites your choice, and re-importing a folder refreshes the titles it brings in.
- feat(appearance): Customize fonts for the interface, the code editor, and the terminal independently — each with its own size, a ligature toggle, and a choice of bundled or custom font families.
- feat(settings): Settings changes now reach conversations that are already running. After you save — for example, editing a model provider — each affected running conversation shows a banner to reconnect and pick up the new config; reverting the change clears it, and unrelated saves stay quiet.
- feat(chat): The plan and sub-agent overlays in the top-right corner now rest as a compact circular chip instead of a wide pill, so they no longer crowd the conversation; hover or focus it for the full summary, click to expand.
- style(sidebar): Running and cancelled conversations now show a clear status icon in place of a text badge.
- fix(terminal): Fast typing in the terminal stays in order and no longer drops characters under rapid input.
- chore(registry): Bundled Codex updated to codex-acp 0.16.0.
发布版本 0.15.3
- 功能(AskUserQuestion):代理现在可以在继续之前暂停并向你提问。当代理需要你拍板时,会在输入框上方弹出一张卡片,最多包含四个单选或多选问题——每个都带“推荐”标记和随时可填的“其他”输入框——并等待你的回答;多个问题以标签页排布,你可以在任意已打开的窗口作答,也可以跳过让代理自行判断。默认开启,可在设置中关闭。
- 功能(会话):会话标题现在更像一句摘要,而不是开头的提问。Codeg 会采用各代理为自己生成的标题(Claude、Gemini、OpenCode 等),并随会话内容增长保持同步。手动重命名会锁定标题,自动命名不再覆盖你的选择;重新导入文件夹时也会刷新带入的标题。
- 功能(外观):界面、代码编辑器和终端的字体现在可分别自定义——各自拥有独立字号、连字开关,以及内置或自定义字体的选择。
- 功能(设置):修改设置现在能作用于已经运行中的会话。保存后(例如编辑模型 provider),每个受影响的运行中会话都会显示横幅,提示重连以应用新配置;撤销改动即清除提示,无关的保存则保持安静。
- 功能(聊天):右上角的计划与子代理浮层现在收起为一个紧凑的圆形图标,而不再是占地的长条,不再挤占会话空间;悬停或聚焦可查看完整摘要,点击展开。
- 样式(侧边栏):运行中和已取消的会话现在以清晰的状态图标显示,取代原先的文字徽章。
- 修复(终端):终端中的快速输入现在保持顺序,急速输入下不再丢字。
- 更新(注册表):内置 Codex 升级至 codex-acp 0.16.0。