@pellux/goodvibes-agent 1.0.42 → 1.0.44
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 +10 -0
- package/dist/package/main.js +139 -299
- package/package.json +1 -1
- package/src/renderer/agent-workspace.ts +164 -326
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Product-facing release notes for GoodVibes Agent.
|
|
4
4
|
|
|
5
|
+
## 1.0.44 - 2026-06-05
|
|
6
|
+
|
|
7
|
+
- Compact Agent workspace top-pane copy across every category so the fullscreen onboarding surface keeps settings and actions visible.
|
|
8
|
+
|
|
9
|
+
## 1.0.43 - 2026-06-05
|
|
10
|
+
|
|
11
|
+
- Keep the Agent Home and Setup workspace top pane compact so setup actions stay visible.
|
|
12
|
+
- Replace noisy setup checklist route text with a concise setup overview and selected-action detail.
|
|
13
|
+
- Add renderer coverage for compact setup layout and removed arrow-style checklist output.
|
|
14
|
+
|
|
5
15
|
## 1.0.42 - 2026-06-05
|
|
6
16
|
|
|
7
17
|
- Make /agent the sole fullscreen Agent workspace for setup and onboarding entrypoints.
|