@pellux/goodvibes-agent 1.0.40 → 1.0.41
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/{ast-grep-napi.linux-x64-gnu-mkk8xwww.node → ast-grep-napi.linux-x64-gnu-swtppvy9.node} +0 -0
- package/dist/package/{ast-grep-napi.linux-x64-musl-ryqtgdv6.node → ast-grep-napi.linux-x64-musl-ttfcdtap.node} +0 -0
- package/dist/package/main.js +48548 -50245
- package/package.json +1 -1
- package/src/main.ts +7 -6
- package/src/renderer/compositor.ts +7 -3
- package/src/runtime/bootstrap-core.ts +2 -1
- package/src/shell/onboarding-fullscreen.ts +1 -0
- package/src/shell/terminal-size.ts +37 -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.41 - 2026-06-04
|
|
6
|
+
|
|
7
|
+
- Fixed Agent setup onboarding so the settings-style fullscreen workspace forces a complete terminal redraw and covers the shell input/status rows on packaged installs.
|
|
8
|
+
- Hardened terminal size detection so fullscreen shell surfaces use getWindowSize or environment dimensions before falling back.
|
|
9
|
+
|
|
5
10
|
## 1.0.40 - 2026-06-04
|
|
6
11
|
|
|
7
12
|
- Onboarding now uses a dedicated fullscreen workspace renderer copied from the settings-style workspace, so setup can be tuned without changing Settings, MCP, or Agent workspaces.
|
|
Binary file
|