Skip to content

Releases: xintaofei/codeg

codeg v0.6.7

03 Apr 16:09

Choose a tag to compare

Release version 0.6.7

  • feat: add export conversation to image, markdown, and HTML formats.
  • feat: add copy button on hover for user messages in conversation.
  • feat: add favicon for web/server mode browser tabs.
  • chore: upgrade sacp to 11.0.0 stable and agent-client-protocol-schema to 0.11.
  • chore: bump ACP agent SDK versions in registry.

发布版本 0.6.7

  • 新增:支持将会话导出为图片、Markdown 和 HTML 格式;
  • 新增:用户消息悬停时显示复制按钮;
  • 新增:Web/服务器模式浏览器标签页显示 favicon;
  • 升级:sacp 升级至 11.0.0 稳定版,agent-client-protocol-schema 升级至 0.11;
  • 升级:更新注册表中 ACP agent SDK 版本。

codeg v0.6.6

03 Apr 07:03

Choose a tag to compare

Release version 0.6.6

New @ file mention support in chat and fixes for terminal and Docker stability.

  • feat: add @ file mention support in chat input and unify directory attachment.
  • fix: update run button state when terminal tab is closed directly.
  • fix: fix terminal not opening in Docker and slim down Docker image.

发布版本 0.6.6

新增聊天输入框 @ 文件提及功能,并修复终端与 Docker 稳定性问题。

  • 新增:聊天输入框支持 @ 文件提及,并统一目录附件处理逻辑;
  • 修复:终端标签页直接关闭时正确更新运行按钮状态;
  • 修复:修复 Docker 环境下终端无法打开的问题,并精简 Docker 镜像。

codeg v0.6.5

02 Apr 11:55

Choose a tag to compare

Release version 0.6.5

Bug fixes for terminal stability — fixed run button state synchronization and UUID generation in non-secure contexts.

  • fix: sync run button state with terminal process via centralized exit tracking.
  • fix: use randomUUID fallback for non-secure contexts in terminal-context.

发布版本 0.6.5

终端稳定性修复 — 修复了运行按钮状态同步问题及非安全上下文中的 UUID 生成问题。

  • 修复:通过集中式退出追踪机制同步运行按钮与终端进程状态;
  • 修复:在非安全上下文中为 terminal-context 添加 randomUUID 回退方案。

codeg v0.6.4

02 Apr 09:28

Choose a tag to compare

Release version 0.6.4

WeChat channel support — connect your WeChat account via QR code scan, then interact with agents directly from WeChat. All session commands (/folder, /agent, /task, etc.) work seamlessly in WeChat conversations.

  • feature: supports WeChat channel.
  • feature: add click-to-preview for image attachments in chat.
  • feature: add commit and push option to git commit window.
  • fix: skip rendering img element when src is empty in image preview dialog.
  • fix: disable macOS overscroll bounce, Thanks to @isYangs #54.
  • optimize: terminal spawn lifecycle to eliminate output race condition.
  • optimize: WeChat QR code auth flow and channel reliability.
  • optimize: WeChat channel message handling and error resilience.

发布版本 0.6.4

支持微信消息通道 — 通过扫描二维码连接微信账号,即可直接在微信中与代理交互。所有会话指令(/folder、/agent、/task 等)均可在微信对话中无缝使用。

  • 功能:支持微信消息通道;
  • 功能:聊天中的图片附件支持点击预览;
  • 功能:Git 提交窗口新增提交并推送选项;
  • 修复:图片预览对话框中 src 为空时跳过渲染 img 元素;
  • 修复:禁用 macOS 过度滚动回弹效果,感谢 @isYangs #54
  • 优化:终端进程生命周期管理,消除输出竞态条件;
  • 优化:微信二维码认证流程及通道可靠性;
  • 优化:微信通道消息处理及错误恢复能力。

codeg v0.6.3

01 Apr 11:25

Choose a tag to compare

Release versioin 0.6.3

Supports conversational Interaction — run full agent sessions from your chat app: /folder to pick a project, /agent to choose an agent, /task to start a task, then send follow-up messages as plain text. /resume to continue a previous session, /cancel to abort, /sessions to list active sessions

  • feature: messaging channels now support session-related commands.
  • fix: enable inline math formula rendering with single dollar signs.

发布版本 0.6.3

支持会话交互 — 在聊天应用中运行完整代理会话:/folder 选择项目、/agent 选择代理、/task <描述> 启动任务,然后直接发送纯文本作为后续消息。/resume 恢复历史会话、/cancel 取消任务、/sessions 查看活跃会话

  • 功能:消息通道现已支持会话相关指令;
  • 修复:启用单美元符号行内数学公式渲染。

codeg v0.6.2

01 Apr 07:22

Choose a tag to compare

Release version 0.6.2

  • fix: "Add to VCS" dialog displayed files already tracked by Git.
  • optimize: Refined the code submission logic to prevent scenarios where code submission fails.
  • feature: Supports remote branch deletion.
  • fix: resolve real-time update issue in tiled view with multiple active sessions.
  • optimize: session list loading.

发布版本 0.6.2

  • 修复:“添加到VCS”的弹框显示了已经被git跟踪的文件;
  • 优化:提交代码的处理逻辑,避免一些情况无法提交代码;
  • 特性:支持删除远程分支;
  • 修复:解决平铺视图下多活跃会话时的实时更新问题;
  • 优化:会话列表加载。

codeg v0.6.1

31 Mar 15:00

Choose a tag to compare

Release version 0.6.1

修复设置页面的“消息渠道”菜单项未适配所有多语言;
优化MCP管理,支持所有Agent;
支持配置cline的skills;
推送窗口现在会判断是否有配置Git远程仓库,显示正确的提示信息;
修复:提交列表的提交项是否推送远程的判断基线分支之前固定是folder的分支,而不是过滤的分支;
调整:web/server模式下,设置页面不显示“Web 服务”菜单项;
修复acp返回空用量信息导致会话中断。

codeg v0.6.0

31 Mar 09:59

Choose a tag to compare

Release version 0.6.0

集成消息通道,初步支持Telegram + Lark机器人、命令、事件管理;
修复:未支持docker运行环境的必要依赖;
修复部分窗口的权限设置;
Agent在实时响应中因为错误而中断时发送系统通知;
优化node全局安装时的权限处理。

codeg v0.5.3

30 Mar 07:26

Choose a tag to compare

Release version 0.5.3

解决codex在会话页面有时不返回权限配置选项;
优化web/server模式下的目录选择,现在支持目录树选择,而不是硬文本写入。

codeg v0.5.2

29 Mar 14:13

Choose a tag to compare

Release version 0.5.2

重量级升级:支持二进制服务和docker部署;
修复:推送窗口的提交列表识别不到在其它分支已远程推送的提交记录。