kimi-code/packages/kosong/test/fixtures
7Sageer ecd7a0afb6
refactor: resolve model capabilities via a static table lookup (#776)
Replace the per-provider getCapability instance method, and the throwaway
provider instantiation used only for capability probing, with a static
getModelCapability(wire, model) entry point in kosong. The same
capability-registry tables are consulted, so resolution stays behaviorally
identical; it no longer constructs a temporary provider or forges an API key.

Also drop the unused getContextSizeLimit interface method.
2026-06-15 17:58:08 +08:00
..
args-validator.ts Kimi For Coding 2026-05-22 15:54:50 +08:00
echo-provider.ts refactor: resolve model capabilities via a static table lookup (#776) 2026-06-15 17:58:08 +08:00
mock-provider.ts refactor: resolve model capabilities via a static table lookup (#776) 2026-06-15 17:58:08 +08:00
simple-toolset.ts feat: flatten tool call records (#25) 2026-05-25 23:02:25 +08:00
step.ts feat: flatten tool call records (#25) 2026-05-25 23:02:25 +08:00
typed-tool.ts Kimi For Coding 2026-05-22 15:54:50 +08:00