feat: misc tool alignment (#137)
This commit is contained in:
@@ -99,6 +99,13 @@ export const commands: Record<string, Command> = {
|
||||
return "Downloading agent file...";
|
||||
},
|
||||
},
|
||||
"/bashes": {
|
||||
desc: "Show background shell processes",
|
||||
handler: () => {
|
||||
// Handled specially in App.tsx to show background processes
|
||||
return "Showing background processes...";
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user