fix(tui): route prompts by next-step capability
This commit is contained in:
@@ -23,6 +23,7 @@ function stubAgent(ctx: Context, rawId: string): Agent {
|
||||
options: {},
|
||||
session: new Session(id),
|
||||
status: 'idle' as const,
|
||||
acceptsNextStep: false,
|
||||
ctx: scopeFiber.ctx,
|
||||
followup: () => AgentMessageId('stub'),
|
||||
steer: () => AgentMessageId('stub'),
|
||||
|
||||
Reference in New Issue
Block a user