External Integrations, Services, SDKs, Storage, And Execution Dependencies
High-Level Summary
This codebase talks to remote APIs, local OS services, shell tools, IDEs, browsers, and file-backed state. There is no traditional database dependency in the client code. Persistence is primarily local files plus OS keychain plus remote service APIs when the mode requires them.
Model APIs and providers
- Anthropic first-party API via
@anthropic-ai/sdkinservices/api/claude.tsandservices/api/client.ts.