test: stabilize breaking-change expectations for doctor, tools, and model reset
This commit is contained in:
@@ -160,7 +160,7 @@ describe('createAgentHandlers command fast-path', () => {
|
||||
modelRouter: modelRouter as unknown as AgentHandlerDeps['modelRouter'],
|
||||
runtimeConfig: {
|
||||
models: {
|
||||
default: { provider: 'anthropic', model: 'claude-sonnet-4' },
|
||||
default: { provider: 'anthropic', model: 'claude-sonnet-4', api_key: 'test-anthropic-key' },
|
||||
fallback_chain: [],
|
||||
},
|
||||
} as unknown as AgentHandlerDeps['runtimeConfig'],
|
||||
@@ -198,7 +198,7 @@ describe('createAgentHandlers command fast-path', () => {
|
||||
modelRouter: modelRouter as unknown as AgentHandlerDeps['modelRouter'],
|
||||
runtimeConfig: {
|
||||
models: {
|
||||
default: { provider: 'anthropic', model: 'claude-sonnet-4' },
|
||||
default: { provider: 'anthropic', model: 'claude-sonnet-4', api_key: 'test-anthropic-key' },
|
||||
fallback_chain: [],
|
||||
},
|
||||
} as unknown as AgentHandlerDeps['runtimeConfig'],
|
||||
|
||||
Reference in New Issue
Block a user