feat(coding-agent): make ctx.shutdown() available for extensions (#542)
This commit is contained in:
@@ -527,6 +527,7 @@ export async function createAgentSession(options: CreateAgentSessionOptions = {}
|
||||
abort: () => {
|
||||
session.abort();
|
||||
},
|
||||
shutdown: () => {},
|
||||
}));
|
||||
|
||||
// Create tool registry mapping name -> tool (for extension getTools/setTools)
|
||||
|
||||
Reference in New Issue
Block a user