mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-24 16:44:53 +00:00
- send tool declarations, system prompt, and sampling/thinking settings in the camelCase shape the Google SDK forwards so tool calls reach the model - thread tool-call extras (thought signatures) through the loop tool-call event into context so Gemini 3 can resume a tool turn - update and add tests for the corrected request shape and signature round-trip |
||
|---|---|---|
| .. | ||
| fixtures | ||
| abort-cleanup.test.ts | ||
| abort-signal.test.ts | ||
| anthropic-adapter.test.ts | ||
| cross-provider-consistency.test.ts | ||
| error-recovery.test.ts | ||
| extreme-streams.test.ts | ||
| fake-provider-harness.test.ts | ||
| fake-provider-harness.ts | ||
| google-genai-adapter.test.ts | ||
| google-genai-error-mapping.test.ts | ||
| kimi-adapter-e2e.test.ts | ||
| multi-step-agent-loop.test.ts | ||
| openai-legacy-adapter-e2e.test.ts | ||
| openai-responses-adapter-e2e.test.ts | ||
| parallel-tool-calls.test.ts | ||
| provider-error-handling.test.ts | ||
| provider-switching.test.ts | ||
| streaming-fidelity.test.ts | ||
| streaming-providers.test.ts | ||
| toolchain-bridges.test.ts | ||
| toolset-advanced.test.ts | ||