Skip to content

release: v6.7.9 - #48

Merged
code-crusher merged 1 commit into
mainfrom
release/6.7.9
Aug 26, 2026
Merged

release: v6.7.9#48
code-crusher merged 1 commit into
mainfrom
release/6.7.9

Conversation

@code-crusher

Copy link
Copy Markdown
Member

What's new

  • Added /quit as an alias for /exit (both now quit the OrbCode CLI).

Version bump

6.7.86.7.9

Checklist

  • npm run typecheck passes
  • After merge: tag v6.7.9 on the merge commit and git push origin v6.7.9 to trigger the publish workflow

@matterai-app

matterai-app Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Summary By MatterAI MatterAI logo

🔄 What Changed

  • Bumped the CLI package version to 6.7.9 in package.json.
  • Added an alias /quit alongside /exit in src/ui/App.tsx for quitting the TUI application.

🔍 Impact of the Change

  • Prepares the codebase for the v6.7.9 release.
  • Improves user experience by supporting a common alternative /quit slash command for exiting the CLI.

📁 Total Files Changed

Click to Expand
File ChangeLog
Version Bump package.json Updated project version string to 6.7.9 for release.
Command Alias src/ui/App.tsx Added /quit command mapping to trigger endAndExit identically to /exit.

🧪 Test Added/Recommended

Recommended

  • Add unit tests verifying that entering the /quit slash command properly invokes endAndExit("prompt_input_exit").

🔒Security Vulnerabilities

  • No security vulnerabilities introduced.

@code-crusher
code-crusher merged commit cfcb228 into main Aug 26, 2026
1 check was pending
@code-crusher
code-crusher deleted the release/6.7.9 branch August 26, 2026 07:35
@matterai-app

matterai-app Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

✅ Reviewed the changes: Release v6.7.9: version bump and /quit alias for /exit. Changes are minimal, correct, and properly wired — /quit is added to both the command list and the switch statement with proper fallthrough to endAndExit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant