mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 04:03:48 +08:00
## 摘要 / Summary ### 中文 去除技能里束缚执行 Agent 自主判断的**机械数字策略**:create 需求收集的「每轮最多问 2 个」、discover 排序的「最多展示 5 个候选」。改为交由 Agent 按情况自主把握追问节奏与展示数量,保留「别让用户负担 / 别一次刷屏」的原则意图——把控制权交还给判断力更强的执行者,而非用固定上限约束。create 2.5.3 / discover 2.6.3,manifest 1.2.14,中英双份同步、重算 source_hash(validate-i18n 通过)。 ### English Remove mechanical numeric limits that constrain the executing Agent's judgment: create's "at most 2 questions per turn" and discover's "show at most 5 candidates". Both become "the Agent decides the pacing/count by situation", keeping the principle intent (don't burden the user / don't flood the screen) while handing control back to the more capable executor instead of a fixed cap. create 2.5.3 / discover 2.6.3, manifest 1.2.14, both locales synced, hashes recomputed (validate-i18n passes).
1.4 KiB
1.4 KiB
Changelog
[2.6.3] - 2026-07-19
- 去除束缚执行 Agent 自主判断的机械数字策略(create 追问'每轮最多 2 个'、discover'最多展示 5 个候选'),改为交由 Agent 按情况自主把握节奏与数量,保留'别让用户负担/别刷屏'的原则意图。
[2.6.2] - 2026-07-19
- 复盘补回改写压缩时误删的实质信息:create 的 AgentFS v2/git 版本管理定位、基础创建(name+description 自动填充 persona L0)、需求收集引导问题示例;update/delete/discover 的使用场景与版本管理定位。功能对齐原始意图,仍保留结构性压缩。
[2.6.1] - 2026-07-19
- 提示词改写压缩,功能不变——与 ManageAgent 工具契约重复的说明、装饰框图、重复表改写融入流程,示例就地精简;不外置、不净删,意图全保留。
[2.6.0] - 2026-07-18
- HTTP API 调用改为 ManageAgent 内置工具(实例鉴权后 Agent 不再直接访问本机 API)
- 声明 required_client_version 10.0.90
[2.4.0] - 2026-02-28
- 补充"了解更多"的具体 API 实现(GET /api/agents/:id + 结构化 persona 端点)
- 匹配算法描述从伪数值权重改为语义描述,更符合 LLM 实际工作方式
- 精简上下文传递元数据
[2.1.0] - 2026-02-26
- 移除 fetch_api 依赖,改为通过 Bash/curl 调用 HTTP API;API 地址由 system prompt 注入