@pellux/goodvibes-agent 1.0.37 → 1.0.38
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 +5 -0
- package/dist/package/main.js +288 -469
- package/package.json +1 -1
- package/src/main.ts +9 -1
- package/src/renderer/compositor.ts +7 -1
- package/src/renderer/onboarding/onboarding-wizard.ts +237 -499
- package/src/shell/onboarding-fullscreen.ts +40 -0
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Product-facing release notes for GoodVibes Agent.
|
|
4
4
|
|
|
5
|
+
## 1.0.38 - 2026-06-04
|
|
6
|
+
|
|
7
|
+
- Onboarding now uses the shared fullscreen workspace surface so it owns the full terminal height, including the composer area.
|
|
8
|
+
- Fullscreen composition now clears stale shell footer rows when overlays replace the normal prompt surface.
|
|
9
|
+
|
|
5
10
|
## 1.0.37 - 2026-06-04
|
|
6
11
|
|
|
7
12
|
- Onboarding setup now renders full-bleed across the terminal with no inset edge.
|