mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-04-07 21:38:21 +00:00
This change stops short of broader Claude Code runtime alignment and instead hardens two safe edges: builtin tool prefix handling and source-informed sentinel coverage for future drift checks. Constraint: Must preserve existing default behavior for current users Rejected: Implement control-plane/session alignment now | too much runtime risk for a first slice Confidence: high Scope-risk: narrow Reversibility: clean Directive: Treat the new fixtures as compatibility sentinels, not a full Claude Code schema contract Tested: go test ./test/...; go test ./sdk/translator/...; go test ./internal/runtime/executor -run 'Claude|Builtin|Tool'; go test ./... Not-tested: End-to-end Claude Code direct-connect/session runtime behavior
8 lines
197 B
JSON
8 lines
197 B
JSON
{
|
|
"type": "tool_use_summary",
|
|
"summary": "Searched in auth/",
|
|
"preceding_tool_use_ids": ["toolu_1", "toolu_2"],
|
|
"uuid": "33333333-3333-4333-8333-333333333333",
|
|
"session_id": "sess_123"
|
|
}
|