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 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
@@ -24,7 +24,7 @@ import { federationPair, federationUnpair, federationList, federationStatus } fr
24
24
  program
25
25
  .name('groove')
26
26
  .description('Agent orchestration layer for AI coding tools')
27
- .version('0.19.0');
27
+ .version('0.19.1');
28
28
 
29
29
  program
30
30
  .command('start')
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "projectName": "gui",
3
- "scannedAt": "2026-04-09T05:13:53.548Z",
3
+ "scannedAt": "2026-04-09T05:16:09.264Z",
4
4
  "stats": {
5
5
  "totalFiles": 84,
6
6
  "totalDirs": 14,
@@ -1 +1 @@
1
- 43670
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": [
@@ -6,4 +6,4 @@
6
6
  |----|------|------|----------|-----------|-------|--------|
7
7
  | 15f1e784 | planner-1 | planner | claude-code | /Users/rok/Desktop/groove/packages/gui | - | stopped |
8
8
 
9
- *Updated: 2026-04-09T05:13:53.495Z*
9
+ *Updated: 2026-04-09T05:16:09.225Z*