Merge latest feedback base into telemetry stack

# Conflicts:
#	packages/telemetry/session-telemetry/src/coordinator.ts
This commit is contained in:
Turtle
2026-08-06 19:24:55 +08:00
235 changed files with 7058 additions and 1228 deletions

View File

@@ -100,7 +100,7 @@ export class TelemetryCoordinator {
this.hintFlush(session)
})
})
ctx.on('agent/error', (agent, turn, step, error) => {
ctx.on('agent/error', ({ agent, turn, step, error }) => {
this.contain(() => {
this.relayAgentError(agent, turn, step, error)
})