groove-dev 0.19.0 → 0.19.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 +5 -0
- package/node_modules/@groove-dev/cli/bin/groove.js +1 -1
- package/node_modules/@groove-dev/gui/.groove/codebase-index.json +1 -1
- package/node_modules/@groove-dev/gui/.groove/daemon.pid +1 -1
- package/node_modules/@groove-dev/gui/.groove/timeline.json +56 -0
- package/node_modules/@groove-dev/gui/AGENTS_REGISTRY.md +1 -1
- package/node_modules/@groove-dev/gui/dist/assets/{index-BjC5-pVh.js → index-fKeZMGM_.js} +5 -5
- package/node_modules/@groove-dev/gui/dist/index.html +1 -1
- package/node_modules/@groove-dev/gui/src/app.jsx +12 -0
- package/node_modules/@groove-dev/gui/src/components/ui/toast.jsx +2 -2
- package/node_modules/@groove-dev/gui/src/stores/groove.js +3 -2
- package/package.json +1 -1
- package/packages/cli/bin/groove.js +1 -1
- package/packages/gui/dist/assets/{index-BjC5-pVh.js → index-fKeZMGM_.js} +5 -5
- package/packages/gui/dist/index.html +1 -1
- package/packages/gui/src/app.jsx +12 -0
- package/packages/gui/src/components/ui/toast.jsx +2 -2
- package/packages/gui/src/stores/groove.js +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.19.1 — Fix page load flicker, toast text alignment (2026-04-08)
|
|
4
|
+
|
|
5
|
+
- **Loading screen**: Show pulsing logo + "Connecting..." until first WebSocket state arrives — eliminates the 1-2s flash of empty welcome screen
|
|
6
|
+
- **Toast alignment**: Fixed vertical text alignment (was too high) — switched from `items-start` to `items-center`, removed icon margin
|
|
7
|
+
|
|
3
8
|
## v0.19.0 — GUI v2 complete rebuild, backend overhaul, tech debt cleanup (2026-04-08)
|
|
4
9
|
|
|
5
10
|
### GUI — Complete Rebuild
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
44551
|
|
@@ -5815,6 +5815,62 @@
|
|
|
5815
5815
|
"agents": 1,
|
|
5816
5816
|
"running": 0,
|
|
5817
5817
|
"cacheHitRate": 0.8360697165954649
|
|
5818
|
+
},
|
|
5819
|
+
{
|
|
5820
|
+
"t": 1775711769260,
|
|
5821
|
+
"tokens": 3005468,
|
|
5822
|
+
"costUsd": 0.42406725000000006,
|
|
5823
|
+
"agents": 1,
|
|
5824
|
+
"running": 0,
|
|
5825
|
+
"cacheHitRate": 0.8360697165954649
|
|
5826
|
+
},
|
|
5827
|
+
{
|
|
5828
|
+
"t": 1775711799261,
|
|
5829
|
+
"tokens": 3005468,
|
|
5830
|
+
"costUsd": 0.42406725000000006,
|
|
5831
|
+
"agents": 1,
|
|
5832
|
+
"running": 0,
|
|
5833
|
+
"cacheHitRate": 0.8360697165954649
|
|
5834
|
+
},
|
|
5835
|
+
{
|
|
5836
|
+
"t": 1775711829261,
|
|
5837
|
+
"tokens": 3005468,
|
|
5838
|
+
"costUsd": 0.42406725000000006,
|
|
5839
|
+
"agents": 1,
|
|
5840
|
+
"running": 0,
|
|
5841
|
+
"cacheHitRate": 0.8360697165954649
|
|
5842
|
+
},
|
|
5843
|
+
{
|
|
5844
|
+
"t": 1775711859260,
|
|
5845
|
+
"tokens": 3005468,
|
|
5846
|
+
"costUsd": 0.42406725000000006,
|
|
5847
|
+
"agents": 1,
|
|
5848
|
+
"running": 0,
|
|
5849
|
+
"cacheHitRate": 0.8360697165954649
|
|
5850
|
+
},
|
|
5851
|
+
{
|
|
5852
|
+
"t": 1775711889259,
|
|
5853
|
+
"tokens": 3005468,
|
|
5854
|
+
"costUsd": 0.42406725000000006,
|
|
5855
|
+
"agents": 1,
|
|
5856
|
+
"running": 0,
|
|
5857
|
+
"cacheHitRate": 0.8360697165954649
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
"t": 1775711919259,
|
|
5861
|
+
"tokens": 3005468,
|
|
5862
|
+
"costUsd": 0.42406725000000006,
|
|
5863
|
+
"agents": 1,
|
|
5864
|
+
"running": 0,
|
|
5865
|
+
"cacheHitRate": 0.8360697165954649
|
|
5866
|
+
},
|
|
5867
|
+
{
|
|
5868
|
+
"t": 1775711949259,
|
|
5869
|
+
"tokens": 3005468,
|
|
5870
|
+
"costUsd": 0.42406725000000006,
|
|
5871
|
+
"agents": 1,
|
|
5872
|
+
"running": 0,
|
|
5873
|
+
"cacheHitRate": 0.8360697165954649
|
|
5818
5874
|
}
|
|
5819
5875
|
],
|
|
5820
5876
|
"events": [
|