Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/happy-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,9 @@ ${chalk.bold.cyan('Claude Code Options (from `claude --help`):')}
// Show version
if (showVersion) {
console.log(`happy version: ${packageJson.version}`)
// Don't exit - continue to pass --version to Claude Code
// Exit here, the same way the --help branch above does. Falling through runs
// auth, starts the daemon and opens a session just to answer a version query.
process.exit(0)
}

// Normal flow - auth and machine setup
Expand Down
Loading