Roo-Code/packages/types
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
..
npm Revert to pre-AI-SDK state (January 29, 2026) (#11462) 2026-02-13 16:45:18 -05:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add foundational support for programmatic tool calling 2026-02-17 18:01:34 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json feat: add AI SDK dependencies and message conversion utilities (#11047) 2026-01-28 14:05:53 -05:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00