Verified
Covered by a reproducible compatibility test in this repository.
INTEGRATIONS
Tsubasa publishes the exact interface, evidence, and limitations for every integration. A matching product name is never treated as proof of compatibility.
CURRENT STATUS
The official JavaScript OpenAI client is the only agent-facing client currently covered by a full repository test. Other documented custom-endpoint paths remain experimental or planned until the complete workflow is reproduced.
| Tool | Interface | Status | Tested version | Recommended model | Notes | Details |
|---|---|---|---|---|---|---|
| OpenAI JavaScript SDKSDK | OpenAI Chat Completions | Verified | openai 7.4.0 | No verified recommendation | Use the official JavaScript client with Tsubasa's Chat Completions and model-discovery endpoints. | View setup |
Verified
Covered by a reproducible compatibility test in this repository.
Experimental
The documented interface aligns, but the complete tool workflow has not been verified against Tsubasa.
Planned
The tool needs an API dialect or behavior Tsubasa does not currently expose.
Unavailable
There is no safe, supported configuration path in the current product.
GET /v1/models and POST /v1/chat/completions. Tsubasa does not imply support for every OpenAI or Anthropic endpoint.
Review the contractPrompt, completion, source-code, and tool-call bodies are not written to Tsubasa usage history. Operational metadata remains for billing, reliability, and security.
Read the privacy model| OpenAI Python SDKSDK |
|---|
| OpenAI Chat Completions |
| Experimental |
| Not tested against Tsubasa |
| No verified recommendation |
| The standard Python client accepts the same base URL, key, model, and Chat Completions shape, but it is not yet in the repository's automated compatibility suite. |
| View setup |
| CodexAgent | OpenAI Responses API required | Planned | Not tested; protocol prerequisite missing | No verified recommendation | Current Codex custom providers use the Responses API. Tsubasa currently exposes Chat Completions, so direct compatibility is not claimed. | View setup |
|---|
| Claude CodeAgent | Anthropic Messages API required | Planned | Not tested; protocol prerequisite missing | No verified recommendation | Claude Code's documented gateway path expects an Anthropic Messages-compatible interface. Tsubasa does not expose that dialect today. | View setup |
|---|
| OpenClaudeAgent | OpenAI Chat Completions | Experimental | Not tested against Tsubasa | No verified recommendation | OpenClaude documents an OpenAI-compatible provider mode with configurable base URL, API key, and model. | View setup |
|---|
| Hermes AgentAgent | OpenAI Chat Completions via custom provider | Experimental | Not tested against Tsubasa | No verified recommendation | Hermes offers a first-class custom provider for OpenAI-compatible endpoints, but the complete Tsubasa agent loop has not been tested. | View setup |
|---|
| OpenClawAgent | OpenAI Chat Completions via custom provider | Experimental | Not tested against Tsubasa | No verified recommendation | OpenClaw documents custom providers using an openai-completions adapter and an explicit model catalog. | View setup |
|---|