mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add supportsProgrammaticToolCalling flag to ModelInfo schema - Add enableProgrammaticToolCalling setting to GlobalSettings - Set the flag on supported Anthropic models (Claude Sonnet 4.5, Opus 4.x) - Add ApiStreamCodeExecutionChunk type to the API stream - Create programmatic-tool-calling service with: - DockerSandboxExecutor for isolated Python code execution - ToolBridge for generating Python SDK with tool function stubs - IPC protocol for tool call communication between sandbox and host - Support for read_file, write_to_file, execute_command, search_files, list_files - Add comprehensive tests (27 passing) Addresses #11506 |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||
| vscode-shim | ||