chore: rename /bashes to /bg (#232)
This commit is contained in:
@@ -2104,8 +2104,8 @@ export default function App({
|
||||
return { submitted: true };
|
||||
}
|
||||
|
||||
// Special handling for /bashes command - show background shell processes
|
||||
if (msg.trim() === "/bashes") {
|
||||
// Special handling for /bg command - show background shell processes
|
||||
if (msg.trim() === "/bg") {
|
||||
const { backgroundProcesses } = await import(
|
||||
"../tools/impl/process_manager"
|
||||
);
|
||||
|
||||
@@ -94,7 +94,7 @@ export const commands: Record<string, Command> = {
|
||||
return "Downloading agent file...";
|
||||
},
|
||||
},
|
||||
"/bashes": {
|
||||
"/bg": {
|
||||
desc: "Show background shell processes",
|
||||
handler: () => {
|
||||
// Handled specially in App.tsx to show background processes
|
||||
|
||||
Reference in New Issue
Block a user