groove-dev 0.19.4 → 0.19.5
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 +8 -0
- package/node_modules/@groove-dev/cli/bin/groove.js +1 -1
- package/node_modules/@groove-dev/gui/.groove/timeline.json +112 -0
- package/node_modules/@groove-dev/gui/dist/assets/index-BU5gUCxA.js +537 -0
- package/node_modules/@groove-dev/gui/dist/assets/index-CK7vwVXU.css +1 -0
- package/node_modules/@groove-dev/gui/dist/index.html +2 -2
- package/node_modules/@groove-dev/gui/src/app.jsx +2 -0
- package/node_modules/@groove-dev/gui/src/components/layout/activity-bar.jsx +1 -1
- package/node_modules/@groove-dev/gui/src/stores/groove.js +1 -1
- package/node_modules/@groove-dev/gui/src/views/settings.jsx +440 -0
- package/package.json +1 -1
- package/packages/cli/bin/groove.js +1 -1
- package/packages/gui/dist/assets/index-BU5gUCxA.js +537 -0
- package/packages/gui/dist/assets/index-CK7vwVXU.css +1 -0
- package/packages/gui/dist/index.html +2 -2
- package/packages/gui/src/app.jsx +2 -0
- package/packages/gui/src/components/layout/activity-bar.jsx +1 -1
- package/packages/gui/src/stores/groove.js +1 -1
- package/packages/gui/src/views/settings.jsx +440 -0
- package/node_modules/@groove-dev/gui/.groove/daemon.host +0 -1
- package/node_modules/@groove-dev/gui/.groove/daemon.pid +0 -1
- package/node_modules/@groove-dev/gui/AGENTS_REGISTRY.md +0 -9
- package/node_modules/@groove-dev/gui/dist/assets/index-DgIS4D-j.css +0 -1
- package/node_modules/@groove-dev/gui/dist/assets/index-eysbqREF.js +0 -537
- package/packages/gui/dist/assets/index-DgIS4D-j.css +0 -1
- package/packages/gui/dist/assets/index-eysbqREF.js +0 -537
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.19.5 — Settings page: providers, API keys, config, account (2026-04-08)
|
|
4
|
+
|
|
5
|
+
- **Settings view** — proper settings page with three tabs: Providers, Configuration, Account
|
|
6
|
+
- **Providers tab** — all providers with status badges, expandable cards, API key management (add/update/remove with masked display), Ollama setup inline with full model catalog
|
|
7
|
+
- **Configuration tab** — daemon settings with live save: default provider, working directory, auto-rotation toggle, rotation threshold, QC threshold, max agents, journalist interval
|
|
8
|
+
- **Account tab** — marketplace sign-in/out, user profile display, daemon info (version, port, host, PID, uptime)
|
|
9
|
+
- **Activity bar fix** — Settings gear icon now opens Settings view (was incorrectly pointing to Teams/Management)
|
|
10
|
+
|
|
3
11
|
## v0.19.4 — Ollama server lifecycle, UI state fix (2026-04-08)
|
|
4
12
|
|
|
5
13
|
- **Server detection** — checks if Ollama server is running (not just binary installed), shows "Start Ollama Server" button with auto-start via brew services or ollama serve
|
|
@@ -6487,6 +6487,118 @@
|
|
|
6487
6487
|
"agents": 1,
|
|
6488
6488
|
"running": 0,
|
|
6489
6489
|
"cacheHitRate": 0.8360697165954649
|
|
6490
|
+
},
|
|
6491
|
+
{
|
|
6492
|
+
"t": 1775714367239,
|
|
6493
|
+
"tokens": 3005468,
|
|
6494
|
+
"costUsd": 0.42406725000000006,
|
|
6495
|
+
"agents": 1,
|
|
6496
|
+
"running": 0,
|
|
6497
|
+
"cacheHitRate": 0.8360697165954649
|
|
6498
|
+
},
|
|
6499
|
+
{
|
|
6500
|
+
"t": 1775714397240,
|
|
6501
|
+
"tokens": 3005468,
|
|
6502
|
+
"costUsd": 0.42406725000000006,
|
|
6503
|
+
"agents": 1,
|
|
6504
|
+
"running": 0,
|
|
6505
|
+
"cacheHitRate": 0.8360697165954649
|
|
6506
|
+
},
|
|
6507
|
+
{
|
|
6508
|
+
"t": 1775714427240,
|
|
6509
|
+
"tokens": 3005468,
|
|
6510
|
+
"costUsd": 0.42406725000000006,
|
|
6511
|
+
"agents": 1,
|
|
6512
|
+
"running": 0,
|
|
6513
|
+
"cacheHitRate": 0.8360697165954649
|
|
6514
|
+
},
|
|
6515
|
+
{
|
|
6516
|
+
"t": 1775714457239,
|
|
6517
|
+
"tokens": 3005468,
|
|
6518
|
+
"costUsd": 0.42406725000000006,
|
|
6519
|
+
"agents": 1,
|
|
6520
|
+
"running": 0,
|
|
6521
|
+
"cacheHitRate": 0.8360697165954649
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"t": 1775714487239,
|
|
6525
|
+
"tokens": 3005468,
|
|
6526
|
+
"costUsd": 0.42406725000000006,
|
|
6527
|
+
"agents": 1,
|
|
6528
|
+
"running": 0,
|
|
6529
|
+
"cacheHitRate": 0.8360697165954649
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"t": 1775714517239,
|
|
6533
|
+
"tokens": 3005468,
|
|
6534
|
+
"costUsd": 0.42406725000000006,
|
|
6535
|
+
"agents": 1,
|
|
6536
|
+
"running": 0,
|
|
6537
|
+
"cacheHitRate": 0.8360697165954649
|
|
6538
|
+
},
|
|
6539
|
+
{
|
|
6540
|
+
"t": 1775714547239,
|
|
6541
|
+
"tokens": 3005468,
|
|
6542
|
+
"costUsd": 0.42406725000000006,
|
|
6543
|
+
"agents": 1,
|
|
6544
|
+
"running": 0,
|
|
6545
|
+
"cacheHitRate": 0.8360697165954649
|
|
6546
|
+
},
|
|
6547
|
+
{
|
|
6548
|
+
"t": 1775714577239,
|
|
6549
|
+
"tokens": 3005468,
|
|
6550
|
+
"costUsd": 0.42406725000000006,
|
|
6551
|
+
"agents": 1,
|
|
6552
|
+
"running": 0,
|
|
6553
|
+
"cacheHitRate": 0.8360697165954649
|
|
6554
|
+
},
|
|
6555
|
+
{
|
|
6556
|
+
"t": 1775714607239,
|
|
6557
|
+
"tokens": 3005468,
|
|
6558
|
+
"costUsd": 0.42406725000000006,
|
|
6559
|
+
"agents": 1,
|
|
6560
|
+
"running": 0,
|
|
6561
|
+
"cacheHitRate": 0.8360697165954649
|
|
6562
|
+
},
|
|
6563
|
+
{
|
|
6564
|
+
"t": 1775714637240,
|
|
6565
|
+
"tokens": 3005468,
|
|
6566
|
+
"costUsd": 0.42406725000000006,
|
|
6567
|
+
"agents": 1,
|
|
6568
|
+
"running": 0,
|
|
6569
|
+
"cacheHitRate": 0.8360697165954649
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"t": 1775714667238,
|
|
6573
|
+
"tokens": 3005468,
|
|
6574
|
+
"costUsd": 0.42406725000000006,
|
|
6575
|
+
"agents": 1,
|
|
6576
|
+
"running": 0,
|
|
6577
|
+
"cacheHitRate": 0.8360697165954649
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"t": 1775714697238,
|
|
6581
|
+
"tokens": 3005468,
|
|
6582
|
+
"costUsd": 0.42406725000000006,
|
|
6583
|
+
"agents": 1,
|
|
6584
|
+
"running": 0,
|
|
6585
|
+
"cacheHitRate": 0.8360697165954649
|
|
6586
|
+
},
|
|
6587
|
+
{
|
|
6588
|
+
"t": 1775714727238,
|
|
6589
|
+
"tokens": 3005468,
|
|
6590
|
+
"costUsd": 0.42406725000000006,
|
|
6591
|
+
"agents": 1,
|
|
6592
|
+
"running": 0,
|
|
6593
|
+
"cacheHitRate": 0.8360697165954649
|
|
6594
|
+
},
|
|
6595
|
+
{
|
|
6596
|
+
"t": 1775714757238,
|
|
6597
|
+
"tokens": 3005468,
|
|
6598
|
+
"costUsd": 0.42406725000000006,
|
|
6599
|
+
"agents": 1,
|
|
6600
|
+
"running": 0,
|
|
6601
|
+
"cacheHitRate": 0.8360697165954649
|
|
6490
6602
|
}
|
|
6491
6603
|
],
|
|
6492
6604
|
"events": [
|