Skip to content

Releases: nullne/happy

v0.0.1

31 Mar 16:24
4316ab1

Choose a tag to compare

Docker Images

# Standalone server (recommended, no external dependencies)
docker pull ghcr.io/nullne/happy/server-standalone:v0.0.1

# Full server (requires PostgreSQL + Redis)
docker pull ghcr.io/nullne/happy/server:v0.0.1

# Web app
docker pull ghcr.io/nullne/happy/webapp:v0.0.1

CLI & Agent

Download the .tgz files below and install with:

npm install -g ./happy-*.tgz
npm install -g ./happy-agent-*.tgz

What's Changed

  • feat: add Agent/Project/Task data models, CRUD APIs, and happy-web IM UI by @nullne in #1
  • feat: merge happy-web into happy-app, remove dev token auth by @nullne in #2
  • feat: add CI workflow for auto-build and GitHub Release by @nullne in #3

New Contributors

  • @nullne made their first contribution in #1

Full Changelog: https://github.com/nullne/happy/commits/v0.0.1