mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-25 09:04:54 +00:00
* fix: send the product User-Agent on provider registry and catalog fetches Registry (api.json) and models.dev catalog fetches only carried the runtime default User-Agent while every other outbound request sends kimi-code-cli/<version>. Thread an optional userAgent through fetchCustomRegistry / fetchCatalog and the shared refresh host, pass the product UA from the CLI, TUI, and both daemons, and seed a default product UA in kap-server that hosts can override via opts.seeds. * refactor: use options for registry fetches |
||
|---|---|---|
| .. | ||
| approval-adapter.test.ts | ||
| coreProcessService.test.ts | ||
| fs-git-service.test.ts | ||
| interfaces.test.ts | ||
| message-service.test.ts | ||
| message-transcript.test.ts | ||
| model-catalog-service.test.ts | ||
| oauth-service.test.ts | ||
| prompt-service.test.ts | ||
| question-adapter.test.ts | ||
| session-service.test.ts | ||
| task-service.test.ts | ||
| terminal-service.test.ts | ||
| tool-service.test.ts | ||
| workspace-registry.test.ts | ||