删除客户端每回合四项媒体资源请求上限 #427

Merged
lhk229 merged 2 commits from codex/remove-media-turn-cap into master 2026-09-19 01:44:49 +08:00
Owner
  • direct_tool_bridge.rs 删除 DIRECT_TOOL_BRIDGE_MAX_RESOURCE_CALLS_PER_TURN 常量、回合授权状态的 resource_request_ids 计数 map 与 resource_request_ids() 方法
  • agc_create_or_derive_resource(含 agc_edit_image 委托)与 agc_remove_background 统一按回合身份与请求指纹确定性派生 operation/idempotency id,同指纹重试复用与 pending 对账语义不变
  • 付费提交串行仍由 resource_generation_gate 互斥保证,成本控制交由服务端计费与泥点余额兜底
  • 决策记录新增 2026-09-19 删除上限条目,2026-09-18 抠图豁免条目标记为仅作追溯
  • 实施计划文档同步改为「不同请求串行提交,不设每回合计数上限」
- direct_tool_bridge.rs 删除 DIRECT_TOOL_BRIDGE_MAX_RESOURCE_CALLS_PER_TURN 常量、回合授权状态的 resource_request_ids 计数 map 与 resource_request_ids() 方法 - agc_create_or_derive_resource(含 agc_edit_image 委托)与 agc_remove_background 统一按回合身份与请求指纹确定性派生 operation/idempotency id,同指纹重试复用与 pending 对账语义不变 - 付费提交串行仍由 resource_generation_gate 互斥保证,成本控制交由服务端计费与泥点余额兜底 - 决策记录新增 2026-09-19 删除上限条目,2026-09-18 抠图豁免条目标记为仅作追溯 - 实施计划文档同步改为「不同请求串行提交,不设每回合计数上限」
lhk229 added 1 commit 2026-09-19 01:13:14 +08:00
删除客户端每回合四项媒体资源请求上限
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Successful in 7m29s
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Successful in 7m52s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Successful in 7m59s
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Successful in 8m7s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 2m6s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 2m23s
Project CI / Frontend tests (pull_request) Successful in 10m31s
Project CI / Native shell tests (pull_request) Successful in 12m28s
Project CI / Backend tests (pull_request) Successful in 14m9s
Project CI / Repository checks (pull_request) Successful in 11m59s
Project CI / AI game creator shell web tests (pull_request) Successful in 6m59s
95eddf7cb0
- direct_tool_bridge.rs 删除 DIRECT_TOOL_BRIDGE_MAX_RESOURCE_CALLS_PER_TURN 常量、回合授权状态的 resource_request_ids 计数 map 与 resource_request_ids() 方法
- agc_create_or_derive_resource(含 agc_edit_image 委托)与 agc_remove_background 统一按回合身份与请求指纹确定性派生 operation/idempotency id,同指纹重试复用与 pending 对账语义不变
- 付费提交串行仍由 resource_generation_gate 互斥保证,成本控制交由服务端计费与泥点余额兜底
- 决策记录新增 2026-09-19 删除上限条目,2026-09-18 抠图豁免条目标记为仅作追溯
- 实施计划文档同步改为「不同请求串行提交,不设每回合计数上限」
Author
Owner

这个机制存在严重bug,提示词要求agent尽可能不打断,但这个工具无用户介入最多调用四次。

这个机制存在严重bug,提示词要求agent尽可能不打断,但这个工具无用户介入最多调用四次。
lhk229 added 1 commit 2026-09-19 01:44:30 +08:00
Merge remote-tracking branch 'origin/master' into codex/remove-media-turn-cap
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
8ddc67ea7c
lhk229 merged commit 1ce2c10107 into master 2026-09-19 01:44:49 +08:00
lhk229 deleted branch codex/remove-media-turn-cap 2026-09-19 01:44:49 +08:00
Sign in to join this conversation.