Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Happy
# Happy CLI (@yongkangc/happy-coder)

Code on the go controlling claude code from your mobile device.
Code on the go controlling Claude Code from your mobile device.

Free. Open source. Code anywhere.

**This fork includes:**
- Claude Code 2.0.55 (latest)
- Claude Opus 4.5 support
- OpenAI Codex support with GPT-5.1-Codex-Max (xhigh/high/medium reasoning)

## Installation

```bash
npm install -g happy-coder
npm install -g @yongkangc/happy-coder
```

## Usage
Expand Down Expand Up @@ -50,11 +55,13 @@ This will:
## Requirements

- Node.js >= 20.0.0
- Required by `eventsource-parser@3.0.5`, which is required by
`@modelcontextprotocol/sdk`, which we used to implement permission forwarding
to mobile app
- Claude CLI installed & logged in (`claude` command available in PATH)

## Related Projects

- **[happy](https://github.com/yongkangc/happy)** - Mobile & web client app
- **[happy-server](https://github.com/slopus/happy-server)** - Backend server for encrypted sync

## License

MIT
Loading