Skip to content

v0.0.8

Choose a tag to compare

@Jiaoyuming-Xenon Jiaoyuming-Xenon released this 08 Jul 07:48

v0.0.8

Features

  • 全局配置 ~/.co-thinkerc(TOML),统一管理 API Key
  • co-thinker init 引导创建全局配置,项目级不再需要 .env
  • API Key 优先级:环境变量 → ~/.co-thinkerc → .co-thinker/.env

Bug Fixes

  • macOS 安装脚本兼容:grep -oP → grep -oE,去除 realpath
  • 启动时索引自动归零
  • 删除会话不再报 404
  • 文件写入安全:去除 tmp + rename 避免并发冲突

Maintenance

  • 安装脚本全英文输出,避免旧版 bash Unicode 解析问题
  • config.toml → .config.toml(隐藏文件)