9router/open-sse
Cengizhan f763d4ffed
fix: resolve GitHub Copilot 400 error for Claude models in Cursor IDE (#220)
- github.js: add sanitizeMessages() to convert unsupported content types
  (tool_use, tool_result, thinking) to plain text before sending to
  GitHub /chat/completions endpoint
- openai-responses.js: skip pushing message blocks with empty content
  (e.g. assistant messages that only contain tool_calls)
- providerModels.js: revert targetFormat changes (not needed with sanitize fix)

Fixes: https://github.com/decolua/9router/issues/219
2026-03-01 15:38:14 +07:00
..
config chore: Refactor CursorAuthModal to handle manual instructions for Windows users. 2026-02-28 12:12:49 +07:00
executors fix: resolve GitHub Copilot 400 error for Claude models in Cursor IDE (#220) 2026-03-01 15:38:14 +07:00
handlers - Refactor chatCore.js to streamline imports and remove unused functions. 2026-02-27 11:15:12 +07:00
services feat(usage): implement timeout and error handling for antigravity usage and subscription requests 2026-02-28 12:12:49 +07:00
transformer feat: enhance request handling and error management in chatCore and streamToJsonConverter 2026-02-15 12:02:53 +07:00
translator fix: resolve GitHub Copilot 400 error for Claude models in Cursor IDE (#220) 2026-03-01 15:38:14 +07:00
utils feat(usage): implement timeout and error handling for antigravity usage and subscription requests 2026-02-28 12:12:49 +07:00
.npmignore Update jsconfig.json and package.json to correct open-sse path references from relative to local directory. 2026-01-05 10:37:09 +07:00
index.js feat(executors): Improved UI components for displaying provider limits and usage statistics in the dashboard. 2026-02-05 18:38:50 +07:00