@kendoo.agentdesk/agentdesk 0.15.4 → 0.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,11 @@ All user-facing changes to AgentDesk. Each entry is tagged:
8
8
 
9
9
  Internal refactors, infrastructure changes, and architectural notes are not listed here.
10
10
 
11
+ ## [0.15.5] — 2026-04-18
12
+
13
+ ### Added
14
+ - `[UI]` "What's new" release-notes drawer in the dashboard. Click the daemon version badge or pick "What's new" from the avatar menu. Shows user-facing changes only; internal rationale stays in the repo.
15
+
11
16
  ## [0.15.4] — 2026-04-18
12
17
 
13
18
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kendoo.agentdesk/agentdesk",
3
- "version": "0.15.4",
3
+ "version": "0.15.5",
4
4
  "description": "AI team orchestrator for Claude Code — run collaborative agent sessions from your terminal",
5
5
  "type": "module",
6
6
  "bin": {