@kendoo.agentdesk/agentdesk 0.16.0 → 0.16.1
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.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ 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.16.1] — 2026-04-18
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- `[UI]` Project settings tracker section now includes a collapsible "dedicated AgentDesk user" recommendation with step-by-step setup per tracker — the same guidance the CLI wizard shows.
|
|
15
|
+
- `[UI]` The Verify-credentials result now flags personal-looking accounts with a note suggesting a dedicated tracker user for cleaner attribution, matching the CLI's post-verify nudge.
|
|
16
|
+
|
|
11
17
|
## [0.16.0] — 2026-04-18
|
|
12
18
|
|
|
13
19
|
### Added
|