Releases: EterUltimate/AstrCode
Releases · EterUltimate/AstrCode
v0.4.1
AstrCode v0.4.1
Changes
- fix: 修复 pipeline 测试中的数据竞争问题 (5d52152)
- fix: 修复 hook 测试中的数据竞争问题 (cc6327c)
- fix: 修复 staticcheck SA9003 空分支警告 (1aa5985)
- fix: 修复 CI 中剩余的 errcheck 和 staticcheck 错误 (e0c420e)
- fix: 修复所有测试文件中的 errcheck 错误 (c030396)
- fix: 格式化所有 Go 代码文件以通过 CI 检查 (550b2fa)
- feat(phase6): 完成 Phase 6 优化与高级特性 (86ee185)
- feat(phase6): 增强 WebSocket 实时推送功能 (58676e9)
- docs: 添加最终完成报告 (93f3a6d)
- docs: 完成 Phase 5 文档与发布准备 (57878e3)
- feat: 完成 Phase 4 系统集成与优化 (22f60a1)
- feat: 完成 Phase 3 生产级功能 (14b26ae)
- feat: 完成 Phase 2 高级功能 (b55ced9)
- feat: 完成 Phase 1 核心基础设施 (5ad9b08)
- feat: 完成 Hook 系统集成 (Phase 1) (03bba58)
- docs: 添加架构升级计划文档(基于 astrcodey 分析) (7b6cc44)
- feat: 添加智能提问助手功能 (743c699)
- feat: 添加 MultiAgent-Pipeline 多智能体流水线技能 (abde274)
Binaries
| Platform | Architecture | File |
|---|---|---|
| Linux | amd64 | astrcode-*-linux-amd64 |
| Linux | arm64 | astrcode-*-linux-arm64 |
| Windows | amd64 | astrcode-*-windows-amd64.exe |
| macOS | amd64 | astrcode-*-darwin-amd64 |
| macOS | arm64 | astrcode-*-darwin-arm64 |
Verify
sha256sum -c checksums.txtv1
fix: 修复测试文件中 llm.NewClient 调用参数错误 - 添加缺失的 provider 参数 (llm.ProviderOpenAI) - 修复 go vet 检查失败问题