Merge remote-tracking branch 'origin/master' into codex/project-instruction-files

# Conflicts:
#	docs/config-catalog.md
#	docs/cordis-catalog/services.md
#	docs/event-producer-consumer.md
#	docs/module-graph.md
#	packages/README.md
#	packages/cordis/tool-cordis/src/api-catalog.ts
#	packages/core/tools/README.md
#	packages/core/tools/src/index.ts
#	packages/ui/stdio-agent/tests/built-bin.e2e.ts
This commit is contained in:
Yichen Jiang
2026-07-15 13:25:44 +08:00
62 changed files with 708 additions and 514 deletions

View File

@@ -802,7 +802,6 @@ describe('workspace context request injection', () => {
arguments: { file_path: 'pkg/file.txt' },
agent: stubAgent('/virtual/repo'),
}), {
callId: CallId('no-fs-post-execute'),
isError: false,
content: [{ type: 'text', text: 'file content' }],
}, async () => ({
@@ -839,7 +838,6 @@ describe('workspace context request injection', () => {
agent,
})
const result = {
callId: CallId('read-blocked-post-execute'),
isError: false,
content: [{ type: 'text' as const, text: 'hello' }],
}
@@ -1661,7 +1659,6 @@ describe('dynamic nested workspace context injection', () => {
})
const pending = ctx.waterfall('tools/post-execute', exec, {
callId: exec.callId,
content: [{ type: 'text', text: 'ok' }],
isError: false,
}, () => Promise.resolve({ kind: 'accept' as const }))