| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-13 | 11.4 kB | |
| v1.1.5 source code.tar.gz | 2026-04-13 | 115.6 MB | |
| v1.1.5 source code.zip | 2026-04-13 | 116.4 MB | |
| Totals: 3 Items | 232.0 MB | 0 | |
What's Changed
- Session spawn UI - move to machine detail & style by @bra1nDump in https://github.com/slopus/happy/pull/69
- feat: add Simplified Chinese language pack by @pyflmcp in https://github.com/slopus/happy/pull/74
- resolve markdown copy issues by adding full-text selection and copy functionality by @GrocerPublishAgent in https://github.com/slopus/happy/pull/82
- Fixes compatibility with GLM coding plan by @Lesiuk in https://github.com/slopus/happy/pull/97
- fix: allow hiding inactive sessions from view as an experimental setting by @GrocerPublishAgent in https://github.com/slopus/happy/pull/127
- feat: Add Claude Sonnet 4.5 support by @krzemienski in https://github.com/slopus/happy/pull/151
- Fix press not activating randomly by @tiann in https://github.com/slopus/happy/pull/266
- Fix notification not working on Android 13+ by @tiann in https://github.com/slopus/happy/pull/259
- fix: re-fetch messages when control returns to mobile by @kmizzi in https://github.com/slopus/happy/pull/263
- fix: retry message fetch when session encryption not ready by @kmizzi in https://github.com/slopus/happy/pull/262
- Fix first message not sent to model on new session creation by @tiann in https://github.com/slopus/happy/pull/270
- feat: Add Markdown Table Rendering, Code Block Copy Button, and Mermaid Diagram Support by @nick3 in https://github.com/slopus/happy/pull/232
- feat(web): prevent MultiTextInput web keydown handler from firing during IME composition by @OrdinarySF in https://github.com/slopus/happy/pull/296
- feat: update shell wrapper removal logic to handle zsh and absolute paths by @OrdinarySF in https://github.com/slopus/happy/pull/298
- feat: add Claude Code AskUserQuestion tool view with radio/checkbox UI by @SaneBow in https://github.com/slopus/happy/pull/317
- fix:
/newmodal path picker not applying on web + persist “new session” draft state locally by @leeroybrun in https://github.com/slopus/happy/pull/309 - feat(i18n): add Japanese language support by @manatto in https://github.com/slopus/happy/pull/339
- feat: add 'Enter to Send' setting for agent input (web) by @leeroybrun in https://github.com/slopus/happy/pull/312
- Feat(i18n): Add Italian translations by @sstraus in https://github.com/slopus/happy/pull/342
- feat: ability to swipe to archive/delete sessions from the top-level page by @danielamitay in https://github.com/slopus/happy/pull/327
- fix: TypeScript issues + add Github action to prevent PRs introducing new issues by @leeroybrun in https://github.com/slopus/happy/pull/360
- feat: New Session Page w/ one touch Profiles, adds z.ai / deepseek / microsoft AI Backend Support by @ahundt in https://github.com/slopus/happy/pull/272
- Use wizard for new session by @denysvitali in https://github.com/slopus/happy/pull/135
- feat(gemini): Add ACP integration with model selection and improved tool display by @Scoteezy in https://github.com/slopus/happy/pull/376
- docs: update CLAUDE.md to match current project state by @hyacz in https://github.com/slopus/happy/pull/406
- Refactor create mono repo by @GrocerPublishAgent in https://github.com/slopus/happy/pull/404
- fix(markdown): implement column-first layout for consistent table cell widths by @hyacz in https://github.com/slopus/happy/pull/408
- fix(expo-app): patch hoisted deps and add libsodium-wrappers ESM shim by @leeroybrun in https://github.com/slopus/happy/pull/467
- fix(expo-app): pin libsodium-wrappers to 0.7.15 by @leeroybrun in https://github.com/slopus/happy/pull/468
- feat: add win32-arm64 difftastic,ripgrep for bundling in with CLI by @GrocerPublishAgent in https://github.com/slopus/happy/pull/409
- fix(cli): propagate Claude exit code to happy process by @fopina in https://github.com/slopus/happy/pull/475
- feature(cli): add --chrome and --no-chrome flags for Chrome mode (Claude) by @gaius-codius in https://github.com/slopus/happy/pull/476
- feat(cli): implement accurate cost calculation for Claude models by @tianrking in https://github.com/slopus/happy/pull/484
- fix(cli): intercept --settings flag to prevent conflict with internal hook settings by @Lylll9436 in https://github.com/slopus/happy/pull/485
- fix: align path normalization with Claude Code to fix session sync by @HirokiKobayashi-R in https://github.com/slopus/happy/pull/590
- fix: set explicit S3 region to skip MinIO auto-detection by @maiqigh in https://github.com/slopus/happy/pull/569
- Simplify session creation, migrate Codex to app-server, and improve resume + notifications by @bra1nDump in https://github.com/slopus/happy/pull/898
- fix(happy-app): don't intercept Enter on mobile web touch devices by @EricSeastrand in https://github.com/slopus/happy/pull/854
- fix(happy-app): handle blank lines and empty cells in markdown table parser by @Yoowatney in https://github.com/slopus/happy/pull/730
- Auto-approve safe Codex title tool by @ohxiaowo in https://github.com/slopus/happy/pull/935
- fix: gitignore .env.production + Docker build fixes (#868, [#866]) by @chris-yyau in https://github.com/slopus/happy/pull/911
- fix(happy-app): add type safety for todos array by @cjunxiang in https://github.com/slopus/happy/pull/775
- fix(happy-cli): show install instructions when codex is not installed by @MatrixA in https://github.com/slopus/happy/pull/858
- fix: add windowsHide to all spawn/execSync calls to prevent console popups on Windows by @LightYear512 in https://github.com/slopus/happy/pull/950
- fix: resolve Windows npm shim scripts in findClaudeInPath by @LightYear512 in https://github.com/slopus/happy/pull/951
- fix: preserve switch intent when ExitCodeError is caught in local launcher by @easyfan in https://github.com/slopus/happy/pull/974
- fix(happy-cli): Windows fixes — bash RPC cmd flashing, codex spawn ENOENT, MCP bridge launch by @Scoteezy in https://github.com/slopus/happy/pull/1022
- feat: migrate to official claude-agent-sdk and fix session lifecycle bugs by @Scoteezy in https://github.com/slopus/happy/pull/1018
- fix(Dockerfile): add curl for healthcheck by @cyijun in https://github.com/slopus/happy/pull/1024
- feat: add yolo mode, config panel fix, and archived sessions toggle by @Scoteezy in https://github.com/slopus/happy/pull/1017
- fix(sync): prevent concurrent settings loss during sync roundtrip by @AaronZ021 in https://github.com/slopus/happy/pull/1008
- feat: auto-exit CLI on archive and unlock send for disconnected sessions by @chaehyun2 in https://github.com/slopus/happy/pull/992
- Multi-process server via Socket.IO Redis adapter by @bra1nDump in https://github.com/slopus/happy/pull/1029
- feat: migrate from yarn 1 to pnpm 10 by @bra1nDump in https://github.com/slopus/happy/pull/1033
- feat(server): multi-process via streams adapter + room-based RPC routing by @bra1nDump in https://github.com/slopus/happy/pull/1042
- test(server): integration tests + minikube provisioning for multi-process by @bra1nDump in https://github.com/slopus/happy/pull/1047
- deploy(server): scale to 3 replicas (maxUnavailable 0, maxSurge 2) by @bra1nDump in https://github.com/slopus/happy/pull/1046
- fix(happy-app): Enter key not working on Windows web app by @chphch in https://github.com/slopus/happy/pull/1041
- feat(happy-app): scroll-to-bottom button in chat session by @chphch in https://github.com/slopus/happy/pull/1045
- Fix filename typo from LICENCE to LICENSE by @eltociear in https://github.com/slopus/happy/pull/903
- fix(acp): accept null in formatOptionalDetail type by @seibe in https://github.com/slopus/happy/pull/705
- fix(happy-cli): add missing await to fs.writeFile in Codex session spawning by @HirokiKobayashi-R in https://github.com/slopus/happy/pull/594
- fix: dismiss camera on unmount and prevent duplicate scans by @dzlobin in https://github.com/slopus/happy/pull/541
- fix(happy-cli): handle Windows PID reuse in daemon state check by @shenaibin789-glitch in https://github.com/slopus/happy/pull/809
New Contributors
- @pyflmcp made their first contribution in https://github.com/slopus/happy/pull/74
- @GrocerPublishAgent made their first contribution in https://github.com/slopus/happy/pull/82
- @Lesiuk made their first contribution in https://github.com/slopus/happy/pull/97
- @krzemienski made their first contribution in https://github.com/slopus/happy/pull/151
- @tiann made their first contribution in https://github.com/slopus/happy/pull/266
- @kmizzi made their first contribution in https://github.com/slopus/happy/pull/263
- @nick3 made their first contribution in https://github.com/slopus/happy/pull/232
- @OrdinarySF made their first contribution in https://github.com/slopus/happy/pull/296
- @SaneBow made their first contribution in https://github.com/slopus/happy/pull/317
- @leeroybrun made their first contribution in https://github.com/slopus/happy/pull/309
- @manatto made their first contribution in https://github.com/slopus/happy/pull/339
- @sstraus made their first contribution in https://github.com/slopus/happy/pull/342
- @danielamitay made their first contribution in https://github.com/slopus/happy/pull/327
- @ahundt made their first contribution in https://github.com/slopus/happy/pull/272
- @denysvitali made their first contribution in https://github.com/slopus/happy/pull/135
- @Scoteezy made their first contribution in https://github.com/slopus/happy/pull/376
- @hyacz made their first contribution in https://github.com/slopus/happy/pull/406
- @fopina made their first contribution in https://github.com/slopus/happy/pull/475
- @gaius-codius made their first contribution in https://github.com/slopus/happy/pull/476
- @tianrking made their first contribution in https://github.com/slopus/happy/pull/484
- @Lylll9436 made their first contribution in https://github.com/slopus/happy/pull/485
- @HirokiKobayashi-R made their first contribution in https://github.com/slopus/happy/pull/590
- @maiqigh made their first contribution in https://github.com/slopus/happy/pull/569
- @EricSeastrand made their first contribution in https://github.com/slopus/happy/pull/854
- @Yoowatney made their first contribution in https://github.com/slopus/happy/pull/730
- @ohxiaowo made their first contribution in https://github.com/slopus/happy/pull/935
- @chris-yyau made their first contribution in https://github.com/slopus/happy/pull/911
- @cjunxiang made their first contribution in https://github.com/slopus/happy/pull/775
- @MatrixA made their first contribution in https://github.com/slopus/happy/pull/858
- @LightYear512 made their first contribution in https://github.com/slopus/happy/pull/950
- @easyfan made their first contribution in https://github.com/slopus/happy/pull/974
- @cyijun made their first contribution in https://github.com/slopus/happy/pull/1024
- @AaronZ021 made their first contribution in https://github.com/slopus/happy/pull/1008
- @chaehyun2 made their first contribution in https://github.com/slopus/happy/pull/992
- @chphch made their first contribution in https://github.com/slopus/happy/pull/1041
- @eltociear made their first contribution in https://github.com/slopus/happy/pull/903
- @seibe made their first contribution in https://github.com/slopus/happy/pull/705
- @dzlobin made their first contribution in https://github.com/slopus/happy/pull/541
- @shenaibin789-glitch made their first contribution in https://github.com/slopus/happy/pull/809
Full Changelog: https://github.com/slopus/happy/compare/v3...v1.1.5