fix(agent-core-v2): cache workspace alias resolution across calls #9375
ci.yml
on: pull_request
build
2m 10s
test-pi-tui
43s
test-vscode-legacy
51s
test-windows
lint
1m 7s
typecheck
1m 51s
Matrix: test
Annotations
2 errors and 1 warning
|
test (3)
Process completed with exit code 1.
|
|
[kap-server] test/prompts.test.ts > server-v2 /api/v1 prompts > accepts the session-bound model when default_model is not configured:
packages/agent-core-v2/src/kosong/model/catalogService.ts#L258
Error2: Model "stub" is not configured in config.toml.
❯ ModelCatalog.buildModel ../agent-core-v2/src/kosong/model/catalogService.ts:258:13
❯ ModelCatalog.entry ../agent-core-v2/src/kosong/model/catalogService.ts:123:24
❯ ModelCatalog.get ../agent-core-v2/src/kosong/model/catalogService.ts:103:17
❯ AgentProfileService.setModel ../agent-core-v2/src/agent/profile/profileService.ts:340:37
❯ setSessionModel test/prompts.test.ts:248:52
❯ test/prompts.test.ts:290:11
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'config.invalid', details: { model: 'stub' } }
|
|
test (3)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|