chore: rename /bashes to /bg (#232)

This commit is contained in:
Kian Jones
2025-12-16 11:44:44 -05:00
committed by GitHub
parent 0062090df3
commit 0630ac4508
6 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ export async function bash(args: BashArgs): Promise<BashResult> {
} = args;
const userCwd = process.env.USER_CWD || process.cwd();
if (command === "/bashes") {
if (command === "/bg") {
const processes = Array.from(backgroundProcesses.entries());
if (processes.length === 0) {
return {