refactor(commands): canonicalize text command aliases

This commit is contained in:
Peter Steinberger
2026-01-09 17:21:25 +01:00
parent c82ebd3ef3
commit 1478473537
3 changed files with 48 additions and 7 deletions

View File

@@ -1257,6 +1257,7 @@ describe("trigger handling", () => {
vi.mocked(runEmbeddedPiAgent).mock.calls[0]?.[0]?.prompt ?? "";
expect(prompt).toContain("Give me the status");
expect(prompt).not.toContain("/thinking high");
expect(prompt).not.toContain("/think high");
});
});