docs: regenerate the config catalog source line
The ACP bridge's new structural teardown type shifts its Config declaration.
This commit is contained in:
@@ -27,7 +27,7 @@ export interface AcpConfig {
|
|||||||
|
|
||||||
Depends on: `Stream` (`@agentclientprotocol/sdk`)
|
Depends on: `Stream` (`@agentclientprotocol/sdk`)
|
||||||
|
|
||||||
Source: [`packages/acp/acp/src/index.ts:57`](../packages/acp/acp/src/index.ts)
|
Source: [`packages/acp/acp/src/index.ts:67`](../packages/acp/acp/src/index.ts)
|
||||||
|
|
||||||
## `@deepseek-ai/dsh-acp-demo`
|
## `@deepseek-ai/dsh-acp-demo`
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ describe('ACP connection ownership', () => {
|
|||||||
order.push('drained')
|
order.push('drained')
|
||||||
return Promise.resolve()
|
return Promise.resolve()
|
||||||
},
|
},
|
||||||
} as never, true)
|
} as never)
|
||||||
await harness.client.initialize({ protocolVersion: PROTOCOL_VERSION, clientCapabilities: {} })
|
await harness.client.initialize({ protocolVersion: PROTOCOL_VERSION, clientCapabilities: {} })
|
||||||
const { sessionId } = await harness.client.newSession({ cwd: process.cwd(), mcpServers: [] })
|
const { sessionId } = await harness.client.newSession({ cwd: process.cwd(), mcpServers: [] })
|
||||||
harness.ctx.on('agent/disposed', () => { order.push('agent disposed') })
|
harness.ctx.on('agent/disposed', () => { order.push('agent disposed') })
|
||||||
@@ -52,7 +52,7 @@ describe('ACP connection ownership', () => {
|
|||||||
harness.ctx.logger.warn = (message: string) => { warnings.push(message) }
|
harness.ctx.logger.warn = (message: string) => { warnings.push(message) }
|
||||||
harness.ctx.provide('subagents', {
|
harness.ctx.provide('subagents', {
|
||||||
drainContinuable: () => Promise.reject(new Error('activation teardown failed')),
|
drainContinuable: () => Promise.reject(new Error('activation teardown failed')),
|
||||||
} as never, true)
|
} as never)
|
||||||
await harness.client.initialize({ protocolVersion: PROTOCOL_VERSION, clientCapabilities: {} })
|
await harness.client.initialize({ protocolVersion: PROTOCOL_VERSION, clientCapabilities: {} })
|
||||||
const { sessionId } = await harness.client.newSession({ cwd: process.cwd(), mcpServers: [] })
|
const { sessionId } = await harness.client.newSession({ cwd: process.cwd(), mcpServers: [] })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user