feat(commands): add /models and fix /model listing UX
This commit is contained in:
@@ -25,6 +25,7 @@ describe("commands registry", () => {
|
||||
it("builds command text with args", () => {
|
||||
expect(buildCommandText("status")).toBe("/status");
|
||||
expect(buildCommandText("model", "gpt-5")).toBe("/model gpt-5");
|
||||
expect(buildCommandText("models")).toBe("/models");
|
||||
});
|
||||
|
||||
it("exposes native specs", () => {
|
||||
|
||||
Reference in New Issue
Block a user