apeltekci
ac7cedd27e
feat(responses): respect client streaming preference + string input support ( #121 )
...
- Remove forced stream=true from responsesHandler
- Add stream-to-JSON converter for non-streaming clients (Codex)
- Accept string input in Responses API (normalize to array)
- Codex SSE header fallback for missing Content-Type
- Refactor: extract shared normalizeResponsesInput()
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:47:55 +07:00
apple-techie
d7d5dc90bc
fix: update Codex executor for gpt-5.3-codex support
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 18:12:38 +07:00
Hellodebasishsahu
127475df84
feat(codex): add GPT 5.3, fix API translation, add thinking levels
...
- Add GPT 5.3 Codex model with thinking level variants (none/low/medium/high/xhigh)
- Extract thinking level from model name suffix (e.g., gpt-5.3-codex-high)
- Fix Codex translation: preserve openai-responses format for Droid CLI
- Add effort level logging in request logs
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 09:46:11 +07:00
decolua
3c65e0c5f2
feat: Improve Antigravity quota monitoring and fix Droid CLI compatibility
2026-02-05 22:15:26 +07:00
decolua
7b864a9dcb
feat(codex): Cursor compatibility + Next.js 16 proxy migration
...
- Force streaming for Codex/OpenAI models to fix non-streaming bug
- Strip unsupported params (user, metadata, stream_options, prompt_cache_retention)
- Force response translation from openai-responses to openai format
- Migrate middleware.js to proxy.js for Next.js 16
- Use webpack explicitly in dev/build scripts
- Updated Codex User-Agent
2026-02-02 09:17:15 +07:00
decolua
d9b8e48725
feat: OpenAI compatibility improvements & build fixes
...
- Fix hydration mismatches and initialization errors
- Add /v1/models endpoint for OpenAI clients
- Add Codex response translator (Responses → OpenAI)
- Fix circular dependencies and PropTypes
- Add Material Symbols font and CSS fixes
- Update README with deployment guide
Co-merged from PR #18 (14/15 commits, skipped debug)
2026-01-20 13:16:34 +07:00
decolua
26b61e5fbb
Feat Kiro OAuth, Fix Codex
2026-01-15 18:29:47 +07:00