decolua
aba4c45da6
fix(translator): ESM-safe registry + tool-id pairing + responses max_tokens; add real-creds tests
- translator/index.js: replace require() with static side-effect imports (ESM-safe),
lazy-init registry maps to survive circular import order
- openai-responses->openai: map max_output_tokens -> max_tokens (avoid leaking field upstream)
- gemini/antigravity -> openai: derive deterministic tool_call id from name so
functionCall/functionResponse pair correctly (fixes provider tool-pairing 400s)
- add offline unit tests (finish-reason, usage, session-manager, ollama malformed args, const guard)
- add real-creds integration tests (provider-cases + all-formats matrix: 6 inbound formats x 4 scenarios)
Includes co-located provider registry refactor (pricing/capabilities/media providers) and sessionManager updates.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 11:38:43 +07:00
..
2026-03-13 09:41:40 +07:00
2026-06-06 12:54:01 +07:00
2026-04-05 07:46:26 +07:00
2026-05-13 22:40:42 +07:00
2026-04-08 15:37:51 +07:00
2026-04-22 10:24:58 +07:00
2026-05-26 11:35:39 +07:00
2026-04-24 11:36:16 +07:00
2026-03-14 09:37:29 +07:00
2026-05-26 23:09:19 +07:00
2026-06-14 13:15:48 +07:00
2026-03-14 09:37:29 +07:00
2026-06-06 16:07:43 +07:00
2026-06-15 11:38:43 +07:00
2026-06-14 21:54:35 +07:00
2026-06-13 22:06:59 +07:00
2026-06-13 21:42:59 +07:00
2026-06-08 09:17:33 +07:00
2026-03-12 15:24:10 +07:00
2026-05-12 09:19:50 +07:00
2026-05-14 09:58:18 +07:00