groove-dev 0.19.7 → 0.19.8

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.19.8 — Provider card states: API Connected, subscription toggle (2026-04-08)
4
+
5
+ - **Codex/Gemini** — when API key is set, shows green "API Connected" badge instead of masked key + "Add API Key"
6
+ - **Claude Code** — shows blue "Subscription active" badge when installed, plus "Add API key for headless mode" link to optionally add an API key
7
+ - **All providers** — three clear states: connected (green), subscription (blue), needs key (add button). Edit/Remove links for connected keys.
8
+
3
9
  ## v0.19.7 — Settings: full-width card grid layout (2026-04-08)
4
10
 
5
11
  - **Full viewport layout** — matches dashboard style, no max-width constraint, edge-to-edge cards
@@ -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.7');
27
+ .version('0.19.8');
28
28
 
29
29
  program
30
30
  .command('start')
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "projectName": "gui",
3
- "scannedAt": "2026-04-09T06:12:02.375Z",
3
+ "scannedAt": "2026-04-09T06:18:20.941Z",
4
4
  "stats": {
5
5
  "totalFiles": 86,
6
6
  "totalDirs": 14,
@@ -0,0 +1 @@
1
+ 127.0.0.1
@@ -6695,6 +6695,54 @@
6695
6695
  "agents": 1,
6696
6696
  "running": 0,
6697
6697
  "cacheHitRate": 0.8360697165954649
6698
+ },
6699
+ {
6700
+ "t": 1775715500937,
6701
+ "tokens": 3005468,
6702
+ "costUsd": 0.42406725000000006,
6703
+ "agents": 1,
6704
+ "running": 0,
6705
+ "cacheHitRate": 0.8360697165954649
6706
+ },
6707
+ {
6708
+ "t": 1775715530938,
6709
+ "tokens": 3005468,
6710
+ "costUsd": 0.42406725000000006,
6711
+ "agents": 1,
6712
+ "running": 0,
6713
+ "cacheHitRate": 0.8360697165954649
6714
+ },
6715
+ {
6716
+ "t": 1775715560936,
6717
+ "tokens": 3005468,
6718
+ "costUsd": 0.42406725000000006,
6719
+ "agents": 1,
6720
+ "running": 0,
6721
+ "cacheHitRate": 0.8360697165954649
6722
+ },
6723
+ {
6724
+ "t": 1775715590937,
6725
+ "tokens": 3005468,
6726
+ "costUsd": 0.42406725000000006,
6727
+ "agents": 1,
6728
+ "running": 0,
6729
+ "cacheHitRate": 0.8360697165954649
6730
+ },
6731
+ {
6732
+ "t": 1775715620936,
6733
+ "tokens": 3005468,
6734
+ "costUsd": 0.42406725000000006,
6735
+ "agents": 1,
6736
+ "running": 0,
6737
+ "cacheHitRate": 0.8360697165954649
6738
+ },
6739
+ {
6740
+ "t": 1775715650936,
6741
+ "tokens": 3005468,
6742
+ "costUsd": 0.42406725000000006,
6743
+ "agents": 1,
6744
+ "running": 0,
6745
+ "cacheHitRate": 0.8360697165954649
6698
6746
  }
6699
6747
  ],
6700
6748
  "events": [
@@ -0,0 +1,9 @@
1
+ # AGENTS REGISTRY
2
+
3
+ *Auto-generated by GROOVE. Do not edit manually.*
4
+
5
+ | ID | Name | Role | Provider | Directory | Scope | Status |
6
+ |----|------|------|----------|-----------|-------|--------|
7
+ | 15f1e784 | planner-1 | planner | claude-code | /Users/rok/Desktop/groove/packages/gui | - | stopped |
8
+
9
+ *Updated: 2026-04-09T06:18:20.893Z*