From 8113b23ffb9cbca95566f4c393c5315b52bed424 Mon Sep 17 00:00:00 2001 From: code-crusher Date: Wed, 26 Aug 2026 13:04:28 +0530 Subject: [PATCH] release: v6.7.9 --- package.json | 2 +- src/ui/App.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 769436a..1ae4b5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matterailab/orbcode", - "version": "6.7.8", + "version": "6.7.9", "description": "OrbCode CLI — agentic coding in your terminal, powered by Axon models by MatterAI", "type": "module", "bin": { diff --git a/src/ui/App.tsx b/src/ui/App.tsx index b09842c..ba8cf57 100644 --- a/src/ui/App.tsx +++ b/src/ui/App.tsx @@ -174,6 +174,7 @@ const SLASH_COMMANDS: SlashCommand[] = [ { name: "/logout", description: "sign out and remove the saved token" }, { name: "/version", description: "show the OrbCode CLI version" }, { name: "/exit", description: "quit OrbCode CLI" }, + { name: "/quit", description: "quit OrbCode CLI" }, ]; const WHEEL_SCROLL_LINES = 3; @@ -1259,6 +1260,7 @@ export function App({ break; } case "/exit": + case "/quit": endAndExit("prompt_input_exit"); break; default: