feat(coding-agent): add commands.ts example and export SlashCommandInfo types
- Add example extension demonstrating pi.getCommands() API - Export SlashCommandInfo, SlashCommandLocation, SlashCommandSource from main index.ts Follow-up to #1210
This commit is contained in:
@@ -97,6 +97,9 @@ export type {
|
||||
SessionStartEvent,
|
||||
SessionSwitchEvent,
|
||||
SessionTreeEvent,
|
||||
SlashCommandInfo,
|
||||
SlashCommandLocation,
|
||||
SlashCommandSource,
|
||||
ToolCallEvent,
|
||||
ToolDefinition,
|
||||
ToolInfo,
|
||||
|
||||
Reference in New Issue
Block a user