Roo-Code/packages
Roo Code ad968d16bf feat: add foundational support for programmatic tool calling
- 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
2026-02-17 18:01:34 +00:00
..
build Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
cloud Reapply Batch 1: 22 clean non-AI-SDK cherry-picks (#11473) 2026-02-14 13:47:12 -07:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
core Add back post-revert bug fixes and features (Step 2) (#11463) 2026-02-13 18:40:28 -05:00
evals Reapply Batches 3-4: Skills, browser removal, provider removals (6 major-conflict cherry-picks) (#11475) 2026-02-14 22:06:24 -07:00
ipc Better IPC error logging (#9727) 2025-12-01 15:02:34 -08:00
telemetry fix(condense): remove custom condensing model option (#10901) 2026-01-22 20:06:04 -05:00
types feat: add foundational support for programmatic tool calling 2026-02-17 18:01:34 +00:00
vscode-shim Some cleanup in ExtensionHost (#10600) 2026-01-10 02:29:33 -08:00