Merge remote-tracking branch 'origin/master' into feat/tui-package
# Conflicts: # docs/architecture.md # docs/config-catalog.md # docs/cordis-catalog/events.md # docs/event-producer-consumer.md # docs/module-graph.md # examples/coding-agent/cordis.yml # examples/echo-agent/cordis.yml # knip.json # packages/core/agent-loop/README.md # packages/core/agent-loop/tests/config-session-id.spec.ts # packages/examples/README.md # packages/examples/stdio-demo/README.md # packages/examples/stdio-demo/tests/stdio-agent.spec.ts
This commit is contained in:
@@ -761,7 +761,7 @@ export interface TuiController {
|
||||
}
|
||||
|
||||
function activeSurfaceSeqs(session: Session): Set<number> {
|
||||
return new Set(session.surface.nodes.map(node => node.seq))
|
||||
return new Set(session.surface.nodes)
|
||||
}
|
||||
|
||||
function activeToolCallIds(session: Session, active: ReadonlySet<number>): Set<string> {
|
||||
|
||||
Reference in New Issue
Block a user