decolua and Cursor
d3f61aac2f
refactor(open-sse): translator DRY + schema enums, bug fixes, dead code cleanup
...
- Bug B1-B7: media UI m.kind||m.type, serviceKinds, gemini mediaPriority, schema kind, models/info lookup by kind
- Dead code D1-D6: safeParseJSON, drop PROVIDER_ENDPOINTS, orphan fetcher, GITHUB_CONFIG derive, getProviderConfig internal, legacy kiro file
- Translator concerns: toOpenAIUsage, toOpenAIFinish (gemini/kiro/ollama + fix kiro tool finish), thinking effort maps
- Reorg helpers/ → concerns/ (logic) + formats/ (per-format) + schema/ (pure enums: roles/blocks/finishReasons/defaults)
- Wire ~280 hardcoded role/block/finish/default literals to schema enums across 20+ files
- collapseTextParts + extractTextContent dedup
- Normalize translator fn names to openaiToXRequest / xToOpenAIResponse
- Golden tests lock behavior; 0 regression (byte-for-byte providers/alias, 26=26 known fails)
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 18:49:38 +07:00
decolua and Cursor
bb9e9aa91f
refactor(open-sse): registry consolidation + DRY media/oauth/adhoc cleanup
...
- Single-source registry: oauth clientId/tokenUrl, usage URLs, image/embed
configs, search defaultModel, codex fixedPort, google token url derive.
- Remove 29 unused OmniRoute providers (registry 100→71); media intact.
- De-adhoc: codex literals → registry format/oauth flags; reasoningInject,
image/embed openrouter headers + xai bodyFields config-driven.
- Add REGISTRY_TEMPLATE.js + expand PROVIDER_DEFAULTS/schema JSDoc.
- Baselines updated; PROVIDERS 62 + alias 90 byte-for-byte, golden snapshots.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 13:15:48 +07:00
decolua
b72a443bd3
feat: add CommandCode provider support
2026-05-07 23:01:33 +07:00
decolua
936d65ae1c
Enhance chat handling and introduce Caveman feature
...
- Refactored handleChatCore to include Caveman functionality, allowing for terse-style system prompts to reduce output token usage.
- Updated APIPageClient to manage Caveman settings, including enabling/disabling and selecting compression levels.
- Adjusted AntigravityExecutor to consolidate function declarations for compatibility with Gemini.
- Removed unnecessary console logs during translator initialization across multiple routes.
2026-04-30 18:00:38 +07:00
decolua
111e78940a
Refactor cloudflared process management to improve port-specific termination and enhance tunnel management. Update Antigravity cloaking comments for clarity.
2026-04-28 10:20:31 +07:00
lukmanfauzie
c43f8c54d4
fix: Antigravity INVALID_ARGUMENT errors and Copilot agent mode parity
2026-04-26 19:53:08 +08:00
lukmanfauzie and Copilot
222e22fa53
Fix GitHub Copilot agent mode with Antigravity
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-26 17:47:13 +08:00
decolua
cca615eaff
- Cap maximum cooldown for rate limit handling in account unavailability and single-model chat flows
...
- Dynamic custom model fetching for model selection
2026-04-24 16:14:18 +07:00
decolua
8de9aae90c
Feature : RTK compress
2026-04-22 15:36:51 +07:00
decolua
401772cb9a
Fix bug strip image
2026-04-07 10:18:59 +07:00
decolua
67e0db77da
Fix : Updated Anthropic-Beta header.
2026-04-05 07:46:26 +07:00
decolua
333e704b2a
MODEL_CAPS
2026-04-04 23:24:24 +07:00
decolua
e6299eef56
Fix Bug
2026-03-30 12:21:24 +07:00
Anurag Saxena
e3a7733a08
fix: strip functionCall/functionResponse id and synthetic thoughtSignature for Vertex AI ( closes #388 ) ( #414 )
2026-03-27 10:46:47 +07:00
decolua
83d94daa82
feat(ollama): Enhance Ollama support by adding new models, updating API format handling, and integrating translation functionality.
2026-03-12 15:24:10 +07:00
decolua
07d4cdfa7e
Fix : Claude OAuth
2026-03-03 14:46:05 +07:00
decolua
2e854bd4c9
feat(antigravity): integrate Antigravity tool with MITM support and update CLI tools
2026-02-08 16:28:13 +07:00
decolua
32aefe5a76
feat(executors): Improved UI components for displaying provider limits and usage statistics in the dashboard.
2026-02-05 18:38:50 +07:00
decolua
0a026c7af6
feat(cursor): Add cursor Provider
2026-02-05 11:06:20 +07:00
decolua
79342c0c3e
ok
2026-01-27 10:49:16 +07:00
decolua
3804357aba
Added Usage page.
2026-01-19 10:39:30 +07:00
decolua
26b61e5fbb
Feat Kiro OAuth, Fix Codex
2026-01-15 18:29:47 +07:00
decolua
f46ff42cb3
refactor: streamline provider interactions and enhance error handling
2026-01-11 21:45:01 +07:00
decolua
18533505ef
refactor: restructure translator from from-openai/to-openai to request/response folders
2026-01-09 17:14:51 +07:00
decolua
e35421beb1
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