Files
optimclaw/crates
[email protected]andClaude Opus 4.6 a12188e231 fix: handle Python None params in http tool, add params_summary to CodeAct dispatch
Two fixes from live testing:

1. http tool: treat null headers/body as empty (Python's None becomes
   JSON null via Monty). Previously headers=None errored with
   "'headers' must be an object or array of {name, value}".

2. scripting.rs: compute params_summary before dispatching actions in
   the CodeAct path (was always None). Now http calls show their URL
   in the CLI: ● http(https://api.github.com/repos/.../issues)

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-03-27 23:45:17 -07:00
..