@kendoo.agentdesk/agentdesk 0.17.2 → 0.17.4

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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,16 @@ 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.17.4] — 2026-04-18
12
+
13
+ ### Fixed
14
+ - `[UI]` The step-by-step tracker setup copy that was supposed to ship in 0.17.3 was mistakenly added to a dead component and never actually rendered. The Docs page Trackers section now has the intended per-tracker blocks — Linear, Jira, GitHub Issues — each with exact URLs, button labels, and where each piece of output goes in `agentdesk init`.
15
+
16
+ ## [0.17.3] — 2026-04-18
17
+
18
+ ### Changed
19
+ - `[UI]` Guide page now has a "Tracker setup — exact steps" section per tracker (Linear, Jira, GitHub Issues). Each block shows the quick-start path (your own account) and the recommended path (dedicated AgentDesk user), with the precise URLs to open, the exact button labels to click, what to label each token, which scopes to pick, and which fields from `agentdesk init` each piece goes into.
20
+
11
21
  ## [0.17.2] — 2026-04-18
12
22
 
13
23
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kendoo.agentdesk/agentdesk",
3
- "version": "0.17.2",
3
+ "version": "0.17.4",
4
4
  "description": "AI team orchestrator for Claude Code — run collaborative agent sessions from your terminal",
5
5
  "type": "module",
6
6
  "bin": {