What's new in 1.5.1
Highlights
- 🤖 Multi-bot personas + per-bot isolated memory — run several bots from one instance, each with its own persona (name/model/system prompt via
channels.json) and its own persistent memory under~/.codebuddy/bots/<id>/. Conversations persist across daemon restarts. - 🗂️ Unified kanban board — the agent's
kanban_*tools and the autonomous daemon now drive ONE shared board (lease + heartbeat, zombie reclaim, retry-budget dead-lettering, dependency DAG). View it withbuddy autonomy tasks board. - 🛡️ CI security gate — documented audit gate + depcheck config; all 3 critical dep advisories cleared.
Install
npm install -g @phuetz/code-buddy@1.5.1Commits since 1.5.0
- chore(release): 1.5.1 — multi-bot per-bot memory, unified-kanban docs, CI audit gate (a86a23f)
- fix(ci): green the security job on main (audit gate + depcheck config) (8d1c2a9)
- docs(readme): describe the unified kanban board in the autonomy section (7ae1b51)
- docs(readme): document multi-bot personas + per-bot isolated memory (ad945b1)
- feat(memory): per-bot persistent memory isolation (multi-bot channels) (d910a58)
- feat(channels): conversation persistence + per-bot isolation & personas (a8bbef7)
- fix(voice): speak clean prose, not Markdown syntax (82b210d)
- fix(channels): persist conversation continuity via per-chat agent cache (b4c3c05)