Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 07:58
· 5 commits to main since this release

Added

  • Project snapshot support: roll back code to any previous version
  • Multi-language and appearance theme switching
  • Global memory support, allowing AI to remember user development habits
  • Context compression to reduce token usage in long conversations
  • Slash commands (/compact, /review, etc.) in the input box
  • File attachment upload as context input
  • Auto session naming based on conversation content
  • Drag to resize chat and editor panels
  • Image search tool supporting Pixabay and Unsplash
  • NPM search tool for package discovery
  • Global memory tool call for persistent AI context
  • Automatic retry mechanism for failed requests
  • Tauri framework integration for cross-platform desktop app builds

Refactored

  • Optimized AI request retry logic for improved stability
  • Enhanced file explorer with download and copy path menus
  • Optimized system colors for light and dark themes
  • Improved message list rendering
  • Refactored session list into a sidebar with context menu
  • Rewrote system command descriptions for better project build requirement expression
  • Web search service now supports Tavily and Firecrawl
  • Settings page model and logic improvements
  • Slash commands now appear in correct context
  • Text output effects optimization
  • Markdown rendering improvements for better user experience

Documentation

  • Added English documentation
  • Updated project documentation

Misc

  • Introduced GFM (GitHub Flavored Markdown) support for improved todolist rendering
  • Optimized scrollbar styles throughout the project

新增

  • Tauri 框架集成,用于跨平台桌面应用程序构建
  • 项目快照支持:代码可回滚至任何先前版本
  • 全局内存支持,使 AI 能够记住用户的开发习惯
  • 输入框中的斜杠命令(/compact、/review 等)
  • 上下文压缩,减少长对话中的令牌使用量
  • 文件附件上传作为上下文输入
  • 基于对话内容自动命名会话
  • 拖动即可调整聊天和编辑器面板的大小
  • 支持 Pixabay 和 Unsplash 的图片搜索工具
  • Web 搜索服务现在支持 Tavily 和 Firecrawl
  • 用于发现软件包的 NPM 搜索工具
  • 多语言和外观主题切换
  • 失败请求的自动重试机制

重构

  • 增强文件资源管理器,新增下载和复制路径菜单
  • 优化 AI 请求重试逻辑,提高稳定性
  • 优化浅色和深色主题的系统颜色
  • 将会话列表重构为带有上下文菜单的侧边栏
  • 重写系统命令描述,以更好地表达项目构建需求
  • 改进消息列表渲染
  • 改进设置页面模型和逻辑
  • 文本输出效果优化
  • Markdown 渲染改进,提升用户体验

文档

  • 新增英文文档
  • 更新项目文档

其他

  • 引入 GFM(GitHub Flavored Markdown)支持,改进待办事项列表渲染
  • 优化项目整体滚动条样式