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

@@ -69,9 +69,9 @@ describe("Bash tool", () => {
expect(result.content[0]?.text).not.toContain("foo");
});
test("lists background processes with /bashes command", async () => {
test("lists background processes with /bg command", async () => {
const result = await bash({
command: "/bashes",
command: "/bg",
description: "List processes",
});