Skip to content

codeg v0.18.8

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:49

Release version 0.18.8

  • feat(workspace): Open file tabs now stay put when you switch folders. Switching the active folder no longer closes your open files, and files from different folders can stay open at the same time.
  • feat(chat): Every completed reply now shows the files it produced. An inline artifacts card above the turn stats lists that reply's new and changed files — click a new file to open it in the editor (or reveal it in your OS file manager), and expand a changed file to view its diff inline.
  • feat(codex): Codex /goal now renders as a dedicated goal card, in both live sessions and reopened history, instead of plain text.
  • fix(files): File links are more reliable, including Windows network shares (UNC paths). UNC and protocol-relative links now open in the right place — handed to the file opener instead of the browser — with correct casing and canonical URIs.
  • fix(composer): Quick messages containing tables or task lists now insert correctly. Picking a saved quick message with a table or a - [ ] checklist no longer silently does nothing.
  • fix(desktop): Fixed a lingering double title bar on Linux after upgrading. Window decorations are now decided per platform at launch and no longer restored from saved window state, so the native title bar won't reappear over the app's own toolbar.
  • chore(acp): Bundled agents updated — Claude Code 0.55.0, Codex 1.1.0 (codex 0.142.5), OpenCode 1.17.13, Hermes 0.18.0, CodeBuddy 2.114.2, and Kimi Code 0.22.1.

发布版本 0.18.8

  • 功能(工作区):切换文件夹时,打开的文件标签页不再被清空。 切换当前文件夹不会再关闭已打开的文件,不同文件夹的文件也可以同时保持打开。
  • 功能(聊天):每条回复完成后都会列出它产出的文件。 在回合统计上方新增一张产物卡片,列出该回复新建和修改的文件——点击新建文件可在编辑器中打开(或在系统文件管理器中显示),展开修改的文件可查看内联 diff。
  • 功能(Codex):Codex 的 /goal 现在渲染为专属目标卡片,实时会话和重新打开的历史记录都一致,不再是纯文本。
  • 修复(文件):文件链接更可靠,包括 Windows 网络共享(UNC 路径)。 UNC 和协议相对链接现在会打开到正确的位置——交给文件打开器而非浏览器——并保持正确的大小写和规范 URI。
  • 修复(输入框):包含表格或任务清单的快捷消息现在能正确插入。 选择带表格或 - [ ] 清单的快捷消息不再点了没反应。
  • 修复(桌面):修复了从旧版升级后 Linux 仍残留双标题栏的问题。 窗口装饰改为在启动时按平台决定、不再从已保存的窗口状态恢复,原生标题栏不会再叠加在应用自身的工具栏上。
  • 更新(ACP):内置智能体升级——Claude Code 0.55.0、Codex 1.1.0(内置 codex 0.142.5)、OpenCode 1.17.13、Hermes 0.18.0、CodeBuddy 2.114.2、Kimi Code 0.22.1。