chore(release): bump version to 0.6.0 and update changelog

- CHANGELOG 记录 LLM 层迁移至 rig-core 0.41 及四项行为变化
- README(中/英)项目结构树更新为新 llm 模块布局
- 仓库内 AI 服务集成文档同步为新实现(.qoder,不入库)
This commit is contained in:
2026-08-17 16:08:46 +08:00
parent 3c2b96a4d1
commit a0ea03fd90
4 changed files with 31 additions and 15 deletions

View File

@@ -536,13 +536,12 @@ src/
│ ├── commit.rs
│ ├── tag.rs
│ └── changelog.rs
├── llm/ # LLM提供商实现
│ ├── ollama.rs
│ ├── openai.rs
│ ├── anthropic.rs
│ ├── kimi.rs
── deepseek.rs
│ └── openrouter.rs
├── llm/ # LLM 集成(基于 rig-core
│ ├── mod.rs
│ ├── prompts.rs
│ ├── parsing.rs
│ ├── thinking.rs
── rig/ # rig provider 门面
├── i18n/ # 国际化支持
│ ├── messages.rs
│ └── translator.rs