Tags: xintaofei/codeg
Tags
# Release version 0.6.12 - fix(ui): add flex container to sidebar wrapper to enable conversation list scrolling. - fix(ui): add max-height limit to commit message textarea. - fix(ui): unify scrollbar styles across scrollable containers. --- # 发布版本 0.6.12 - 修复(UI):为侧边栏添加 flex 容器,修复会话列表无法滚动的问题; - 修复(UI):为提交消息文本框添加最大高度限制; - 修复(UI):统一各滚动容器的滚动条样式;
# Release version 0.6.11 - fix: override Python monarch tokenizer to fix triple-quoted string highlighting. - fix: add KaTeX CSS and normalize LaTeX math delimiters for proper formula rendering. - chore: bump ACP agent SDK (Claude Code, OpenCode) versions in registry. ----------------------------- # 发布版本 0.6.11 - 修复:覆盖 Python monarch 分词器,修复三引号字符串高亮显示问题; - 修复:添加 KaTeX CSS 并规范化 LaTeX 数学公式分隔符,修复公式渲染; - 维护:更新 ACP 代理 SDK(Claude Code、OpenCode)注册表版本。
# Release version 0.6.10 - fix: override Python monarch tokenizer to fix triple-quoted string highlighting. - fix: add KaTeX CSS and normalize LaTeX math delimiters for proper formula rendering. - chore: bump ACP agent SDK (Claude Code, OpenCode) versions in registry. ----------------------------- # 发布版本 0.6.10 - 修复:覆盖 Python monarch 分词器,修复三引号字符串高亮显示问题; - 修复:添加 KaTeX CSS 并规范化 LaTeX 数学公式分隔符,修复公式渲染; - 维护:更新 ACP 代理 SDK(Claude Code、OpenCode)注册表版本。
# Release version 0.6.9 - feat: add responsive layout support for mobile and small screens. - feat: upgrade @lobehub/icons to v5 and update agent icon colors. - feat: add version detection and upgrade support to install scripts. ----------------------------- # 发布版本 0.6.9 - 新增:支持移动端和小屏幕的响应式布局适配; - 新增:升级 @lobehub/icons 至 v5,更新代理图标配色; - 新增:安装脚本增加版本检测与升级支持。
# Release version 0.6.8 - feat: add model provider management with full CRUD support. - feat: refactor agent auth modes and add model provider authentication. - feat: add model selection combobox for OpenCode agent configuration. - feat: protect model provider deletion and cascade credential updates. - feat: add slash command dropdown button in message input toolbar. - fix: improve error message when exporting long conversations as image. - fix: disable "auto" config option for Claude Code to prevent errors. - fix: improve codex CLI auth mode switching to preserve auth.json keys. - fix: update chat channel icons to Play/Square and SendHorizontal. - chore: bump ACP agent SDK versions in registry. ----------------------------- # 发布版本 0.6.8 - 新增:模型提供商管理,支持完整的增删改查操作; - 新增:重构代理认证模式,新增模型提供商认证支持; - 新增:OpenCode 代理配置增加模型选择下拉框; - 新增:模型提供商删除保护及级联更新凭证; - 新增:消息输入工具栏添加斜杠命令下拉按钮; - 修复:导出长会话为图片时改进错误提示; - 修复:禁用 Claude Code 的 "auto" 配置选项以防止错误; - 修复:Codex CLI 认证模式切换时保留 auth.json 密钥; - 修复:更新聊天频道图标为 Play/Square 和 SendHorizontal; - 升级:更新注册表中 ACP agent SDK 版本。
# 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 版本。
# 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 镜像。
# 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 回退方案。
# 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 https://github.com/xintaofei/codeg/pull/54; - 优化:终端进程生命周期管理,消除输出竞态条件; - 优化:微信二维码认证流程及通道可靠性; - 优化:微信通道消息处理及错误恢复能力。
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 <description> 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 查看活跃会话 - 功能:消息通道现已支持会话相关指令; - 修复:启用单美元符号行内数学公式渲染。
PreviousNext