@pellux/goodvibes-agent 1.9.1 → 1.10.0

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.
Files changed (65) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +12 -1
  3. package/dist/package/main.js +36712 -28803
  4. package/dist/package/{web-tree-sitter-jbz042ba.wasm → web-tree-sitter-e011xaqr.wasm} +0 -0
  5. package/docs/README.md +1 -1
  6. package/docs/connected-host.md +1 -1
  7. package/docs/getting-started.md +1 -1
  8. package/docs/tools-and-commands.md +1 -0
  9. package/package.json +3 -3
  10. package/release/live-verification/live-verification.json +11 -11
  11. package/release/live-verification/live-verification.md +12 -12
  12. package/src/agent/email/email-service.ts +1 -1
  13. package/src/agent/email/imap-client.ts +4 -4
  14. package/src/agent/email/smtp-client.ts +5 -5
  15. package/src/cli/config-overrides.ts +29 -14
  16. package/src/cli/entrypoint.ts +12 -4
  17. package/src/cli/launch-auto-update.ts +218 -0
  18. package/src/cli/relay-command.ts +4 -4
  19. package/src/cli/service-posture.ts +2 -2
  20. package/src/cli/tui-startup.ts +31 -0
  21. package/src/cli/workspaces-command.ts +5 -1
  22. package/src/cli-flags.ts +1 -1
  23. package/src/config/index.ts +1 -1
  24. package/src/config/update-settings.ts +45 -0
  25. package/src/config/workspace-registration.ts +214 -15
  26. package/src/input/commands/runtime-services.ts +0 -5
  27. package/src/input/commands/update-runtime.ts +313 -0
  28. package/src/input/commands.ts +2 -0
  29. package/src/input/feed-context-factory.ts +2 -2
  30. package/src/input/handler-feed.ts +8 -8
  31. package/src/input/handler.ts +1 -1
  32. package/src/input/mcp-workspace.ts +5 -1
  33. package/src/input/panel-paste-flood-guard.ts +1 -1
  34. package/src/input/settings-modal-types.ts +11 -5
  35. package/src/input/settings-modal.ts +56 -61
  36. package/src/main.ts +19 -20
  37. package/src/renderer/activity-sidebar.ts +53 -4
  38. package/src/renderer/settings-modal-helpers.ts +2 -0
  39. package/src/renderer/settings-modal.ts +37 -25
  40. package/src/runtime/bootstrap-core.ts +16 -5
  41. package/src/runtime/bootstrap-external-services.ts +107 -11
  42. package/src/runtime/bootstrap-hook-bridge.ts +2 -2
  43. package/src/runtime/bootstrap-shell.ts +4 -4
  44. package/src/runtime/bootstrap.ts +34 -12
  45. package/src/runtime/connected-host-autostart.ts +269 -0
  46. package/src/runtime/daemon-receipts.ts +66 -0
  47. package/src/runtime/diagnostics/panels/index.ts +0 -2
  48. package/src/runtime/feature-enablement.ts +176 -0
  49. package/src/runtime/index.ts +12 -29
  50. package/src/runtime/memory-spine-adoption.ts +18 -0
  51. package/src/runtime/onboarding/apply.ts +50 -37
  52. package/src/runtime/onboarding/types.ts +2 -2
  53. package/src/runtime/onboarding/verify.ts +22 -4
  54. package/src/runtime/release-artifacts.ts +113 -0
  55. package/src/runtime/services.ts +228 -19
  56. package/src/runtime/session-spine-rest-transport.ts +84 -4
  57. package/src/runtime/ui-services.ts +1 -1
  58. package/src/runtime/update-check.ts +64 -0
  59. package/src/shell/ui-openers.ts +8 -0
  60. package/src/tools/agent-harness-metadata.ts +8 -0
  61. package/src/tools/agent-harness-setup-connected-host.ts +1 -1
  62. package/src/tools/agent-harness-setup-posture.ts +1 -1
  63. package/src/version.ts +1 -1
  64. package/src/runtime/diagnostics/panels/ops.ts +0 -156
  65. package/src/runtime/surface-feature-flags.ts +0 -100
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  Product-facing release notes for GoodVibes Agent.
4
4
 
5
+ ## 1.10.0 - 2026-07-13
6
+
7
+ - Agent updates itself at launch: the standalone binary lands on the newest release at startup, keeps a rollback binary, and /update is a first-class Agent command.
8
+ - Model picker re-checks live model discovery when opened, so newly available models appear without a restart.
9
+ - At boot the Agent starts a connected host that is installed on this machine but stopped: one start through the platform service manager, a bounded wait for it to answer, and an honest receipt.
10
+ - Connected-host honesty receipts reach the agent surfaces through an explicit once-per-attach read, and fleet views gain per-node headlines with a quiet-stall marker.
11
+ - Checkpoints are gated on explicit workspace eligibility using the typed origin and checkpoint-eligibility registration fields, not mere shared-store registration.
12
+ - Feature availability is settings-derived with a default-on posture across the CLI, onboarding, and the settings workspace.
13
+ - Adopted the published platform SDK 1.8.0 from the registry: the public store-snapshot scheduler and exec prompt wiring, the shared model-reference resolver for shared-session spawn routing, and the SDK public announcement and loopback-approval modules replacing vendored mirrors.
14
+
5
15
  ## 1.9.1 - 2026-07-11
6
16
 
7
17
  - Every GitHub release now attaches the sqlite-vec native extension as a per-platform archive (`sqlite-vec-<os>-<arch>.tar.gz`) next to the compiled binaries, so a directly-downloaded standalone binary can restore the semantic memory vector index by co-locating the addon. The npm/Bun package channel is unchanged.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # GoodVibes Agent
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4
- [![Version: 1.5.3](https://img.shields.io/badge/version-1.9.1-blue.svg)](#install)
4
+ [![Version: 1.5.3](https://img.shields.io/badge/version-1.10.0-blue.svg)](#install)
5
5
 
6
6
  GoodVibes Agent is the installable autonomous operator assistant for GoodVibes. It keeps the existing terminal renderer and workspace bones, but the product goal is different from a vibecoding harness: the user should experience one assistant that can chat, plan, remember, research, schedule, send, generate, run visible agents, and operate the GoodVibes daemon contract with clear confirmation gates.
7
7
 
@@ -40,6 +40,17 @@ tar -xzf sqlite-vec-linux-x64.tar.gz # creates ./lib/sqlite-vec-linux-x64/ve
40
40
 
41
41
  macOS note: the system SQLite that the runtime links on macOS refuses to load extensions, so the darwin archives are shipped for parity but the vector index stays unavailable on macOS regardless of co-location. This is a macOS platform limitation, not a packaging defect, and memory search there uses literal matching.
42
42
 
43
+ ### Self-update for standalone binaries
44
+
45
+ A directly-downloaded release binary keeps itself current: at launch it checks the latest GitHub release (a short, bounded check — an offline or slow network skips it with one line and starts the current version), and when a newer release exists it downloads the new binary and the matching sqlite-vec addon archive, verifies both against `SHA256SUMS.txt` before touching anything, swaps them atomically, and restarts onto the new version with the original arguments. The restarted session prints a receipt naming both versions, so an update is never silent. Every swap keeps the replaced file beside the live one as `<file>.previous`.
46
+
47
+ - `/update` or `/update check` — report whether a newer release exists.
48
+ - `/update apply` — install the latest release now (same verified path as the launch check).
49
+ - `/update rollback` — one command back to the previously installed version (and one more forward again).
50
+ - `update.autoUpdateAtLaunch: false` in settings.json turns the launch check off; `update.launchCheckTimeoutMs` tunes its budget (250–30000 ms, default 2500).
51
+
52
+ Package-managed installs (`bun add -g @pellux/goodvibes-agent`) and source checkouts never self-swap — they say so at launch and defer to the package manager or checkout instead.
53
+
43
54
  ## Source Usage
44
55
 
45
56
  ```sh