mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-04-21 18:50:43 +08:00
refactor: update-agent v3.0.0 — 从 HTTP API 迁移到 AgentFS 直接文件操作
- 变更应用改为直接读写 ~/.desirecore/agents/<agentId>/ 下的文件 - 移除所有 HTTP API 端点引用(PUT persona/principles/files) - 回滚流程改用 git log/show 命令查看历史版本 - 错误处理改为文件系统错误 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [3.0.0] - 2026-03-17
|
||||
|
||||
- **Breaking**:从 HTTP API 迁移到 AgentFS 直接文件操作
|
||||
- 移除所有 HTTP API 端点引用(PUT persona/principles/files)
|
||||
- 变更应用改为直接读写 `~/.desirecore/agents/<agentId>/` 下的文件
|
||||
- 回滚流程改用 git log/show 命令查看历史版本
|
||||
- 错误处理改为文件系统错误(文件不存在、权限不足等)
|
||||
|
||||
## [2.4.0] - 2026-02-28
|
||||
|
||||
- 阶段 5"变更应用"统一为 HTTP API 调用,移除所有 Git 操作示例
|
||||
|
||||
Reference in New Issue
Block a user