9router/open-sse/executors
ramhaidar da5bdef4cb feat: Add Anthropic Compatible provider support
- Added support for 'anthropic-compatible' provider nodes in backend.
- Implemented isAnthropicCompatible logic in open-sse for /messages URL construction and headers.
- Added UI for creating and managing Anthropic Compatible providers in the dashboard.
- Updated validation logic for Anthropic-compatible endpoints.
- Sanitize base URL input (strip trailing /messages) to prevent 404s and improve UX.
- Improve validation: use GET /models (2xx success), and support x-api-key / Authorization Bearer hybrid proxies.
- Enable model import via /models for Anthropic Compatible providers.
- Ensure Authorization is omitted when x-api-key is present to avoid strict proxy conflicts.
- Resolve Anthropic-compatible credentials by prefix during model resolution (e.g., acx/model).
- Update default executor to match provider header/url behavior for Anthropic-compatible providers.
2026-02-03 15:11:41 +07:00
..
antigravity.js Fix antigravity 2026-01-28 16:21:12 +07:00
base.js feat: Add OpenAI-compatible provider nodes 2026-02-02 19:45:12 +07:00
codex.js feat(codex): Cursor compatibility + Next.js 16 proxy migration 2026-02-02 09:17:15 +07:00
default.js feat: Add Anthropic Compatible provider support 2026-02-03 15:11:41 +07:00
gemini-cli.js refactor: streamline provider interactions and enhance error handling 2026-01-11 21:45:01 +07:00
github.js refactor: streamline provider interactions and enhance error handling 2026-01-11 21:45:01 +07:00
index.js Feat Kiro OAuth, Fix Codex 2026-01-15 18:29:47 +07:00
kiro.js feat: Enhance usage tracking across response handlers 2026-02-03 00:29:22 +07:00