@pellux/goodvibes-agent 1.5.7 → 1.5.9

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 (77) hide show
  1. package/CHANGELOG.md +16 -3
  2. package/README.md +1 -1
  3. package/dist/package/main.js +309 -150
  4. package/package.json +1 -1
  5. package/src/agent/memory-prompt.ts +3 -3
  6. package/src/agent/operator-actions.ts +1 -1
  7. package/src/agent/prompt-context-receipts.ts +3 -3
  8. package/src/agent/session-registration.ts +1 -1
  9. package/src/agent/vibe-file.ts +5 -5
  10. package/src/audio/player.ts +91 -5
  11. package/src/audio/spoken-turn-controller.ts +281 -29
  12. package/src/audio/spoken-turn-wiring.ts +13 -2
  13. package/src/cli/local-library-command-shared.ts +1 -1
  14. package/src/cli/memory-command.ts +9 -6
  15. package/src/cli/resume-relaunch-notice.ts +1 -1
  16. package/src/cli/tui-startup.ts +1 -1
  17. package/src/config/credential-status.ts +1 -1
  18. package/src/config/index.ts +1 -1
  19. package/src/config/secrets.ts +1 -1
  20. package/src/core/conversation-rendering.ts +2 -2
  21. package/src/core/system-message-noise.ts +3 -3
  22. package/src/core/thinking-overlay.ts +1 -1
  23. package/src/input/agent-workspace-basic-command-editor-submission.ts +1 -1
  24. package/src/input/agent-workspace-basic-command-editors.ts +1 -1
  25. package/src/input/agent-workspace-calendar-connect-editor.ts +1 -1
  26. package/src/input/agent-workspace-calendar-oauth-editor.ts +1 -1
  27. package/src/input/agent-workspace-calendar-subscribe-editor.ts +1 -1
  28. package/src/input/agent-workspace-command-editor-engine.ts +2 -2
  29. package/src/input/agent-workspace-direct-editor-submission.ts +1 -1
  30. package/src/input/agent-workspace-email-connect-editor.ts +1 -1
  31. package/src/input/agent-workspace-live-counters.ts +1 -1
  32. package/src/input/agent-workspace-settings.ts +1 -1
  33. package/src/input/agent-workspace-snapshot-builders.ts +2 -2
  34. package/src/input/agent-workspace-snapshot-config.ts +1 -1
  35. package/src/input/agent-workspace-snapshot.ts +9 -9
  36. package/src/input/agent-workspace-types.ts +4 -4
  37. package/src/input/agent-workspace.ts +1 -1
  38. package/src/input/commands/calendar-connect-runtime.ts +1 -1
  39. package/src/input/commands/calendar-subscription-runtime.ts +2 -2
  40. package/src/input/commands/operator-actions-runtime.ts +1 -1
  41. package/src/input/commands/session-content.ts +1 -1
  42. package/src/input/commands/session-workflow.ts +1 -1
  43. package/src/input/feed-context-factory.ts +4 -4
  44. package/src/input/handler-feed.ts +9 -9
  45. package/src/input/handler.ts +1 -1
  46. package/src/input/panel-paste-flood-guard.ts +3 -3
  47. package/src/input/settings-modal.ts +1 -1
  48. package/src/main.ts +28 -33
  49. package/src/renderer/agent-workspace-context-lines.ts +1 -1
  50. package/src/renderer/startup-theme-probe.ts +1 -1
  51. package/src/renderer/status-glyphs.ts +2 -2
  52. package/src/renderer/terminal-bg-probe.ts +1 -1
  53. package/src/renderer/terminal-escapes.ts +3 -2
  54. package/src/renderer/theme-mode-config.ts +2 -2
  55. package/src/renderer/theme.ts +4 -4
  56. package/src/renderer/thinking.ts +1 -1
  57. package/src/renderer/ui-factory.ts +1 -1
  58. package/src/renderer/ui-primitives.ts +2 -2
  59. package/src/runtime/bootstrap-core.ts +2 -2
  60. package/src/runtime/bootstrap.ts +3 -3
  61. package/src/runtime/calendar-boot-refresh.ts +1 -1
  62. package/src/runtime/lan-scan-consent.ts +1 -1
  63. package/src/runtime/services.ts +7 -7
  64. package/src/runtime/terminal-output-guard.ts +1 -1
  65. package/src/runtime/ui-services.ts +1 -1
  66. package/src/runtime/unhandled-rejection-guard.ts +41 -0
  67. package/src/shell/agent-workspace-fullscreen.ts +1 -1
  68. package/src/shell/terminal-focus-mode.ts +9 -9
  69. package/src/shell/ui-openers.ts +1 -1
  70. package/src/tools/agent-harness-operator-methods.ts +1 -1
  71. package/src/tools/agent-harness-personal-ops-discovery.ts +2 -2
  72. package/src/tools/agent-harness-personal-ops-lanes.ts +1 -1
  73. package/src/tools/agent-harness-personal-ops-types.ts +1 -1
  74. package/src/tools/agent-harness-prompt-context.ts +3 -3
  75. package/src/tools/agent-local-registry-memory.ts +1 -1
  76. package/src/tools/agent-operator-method-tool.ts +1 -1
  77. package/src/version.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -2,11 +2,24 @@
2
2
 
3
3
  Product-facing release notes for GoodVibes Agent.
4
4
 
5
+ ## 1.5.9 - 2026-07-06
6
+
7
+ - Fixed spoken output (text-to-speech) so playback no longer clips at the start: the Agent now waits until the audio player has actually started before sending it audio, instead of writing into a player that hasn't opened yet.
8
+ - Fixed responses getting cut off at the end: playback now waits for the audio to fully drain before counting a response as finished, and quitting while the last bit of audio is still playing waits briefly for it to finish instead of killing it mid-sentence. A deliberate interrupt (stopping playback on purpose) still stops instantly.
9
+ - Synthesis requests to the voice provider are now batched into as few requests as possible and capped at two running at the same time, so the Agent stays within the provider's concurrent-request limits (for example, an ElevenLabs plan's allowance) instead of firing one request per sentence.
10
+ - Transient rate-limit errors from the voice provider now retry quietly in the background instead of stopping playback. If a piece of speech still fails after retrying, that piece is skipped with a single notice and the rest of the response keeps playing normally.
11
+
12
+ ## 1.5.8 - 2026-07-06
13
+
14
+ - The `memory` CLI command (`goodvibes-agent memory ...`) now writes to the same shared cross-surface memory store that the runtime, the terminal UI, and the SDK already read and write. Previously the CLI opened its own private database, so a memory added from the CLI was invisible everywhere else; a memory added from the CLI is now visible in the Agent runtime, the TUI, and the SDK, and vice versa.
15
+ - Memory records written by older CLI versions are not lost: the runtime's existing startup memory merge already reads from the exact path the old CLI wrote to, so those older records are folded into the shared store automatically the next time the runtime starts. No manual migration step is needed.
16
+ - Documentation and code-comment hygiene: internal planning shorthand was replaced with plain language in comments, test names, and past changelog entries. No behavior change.
17
+
5
18
  ## 1.5.7 - 2026-07-06
6
19
 
7
- - v1.5.7 is a patch on the 1.5 line that COMPLETES the Wave-6 platform-SDK adoption started in 1.5.6. The fullscreen Agent workspace, Agent-local behavior, isolated Agent Knowledge, connected-host operator integration, and explicit side-effect boundaries all stay in force; the bundled 1.0.0 GoodVibes platform SDK is unchanged.
8
- - Adopted the platform's shared credential-status read (W6-C1). When the Agent acts as a client of a connected GoodVibes host, it now reads credential *status* — whether each shared-store credential is configured and usable — over the daemon's `credentials.get` route, and renders it honestly: a host with no shared credential store, an older host that does not serve the route yet, or an unreachable host all report a plain "status unavailable" reason. It never shows a fabricated "configured" and never carries a secret value over the wire. Secret *resolution* for provider auth is unchanged and stays local; API keys remain environment-only and are never persisted.
9
- - Completed the memory-unification boot follow-ups (W6-C2). At startup the Agent now folds any legacy per-surface memory into the single cross-surface store and shows the fold report (nothing is silently dropped), migrates existing VIBE.md personality files into durable persona records exactly once — guarded by a persisted marker so the same file is never re-imported into near-duplicate records — and builds the VIBE prompt as a projection of those persona records. The projection preserves the precedence rule verbatim: these vibe instructions are followed only when they do not conflict with explicit user instructions, safety policy, tool contracts, confirmation requirements, or secret-handling rules.
20
+ - v1.5.7 is a patch on the 1.5 line that completes the platform-SDK adoption started in 1.5.6. The fullscreen Agent workspace, Agent-local behavior, isolated Agent Knowledge, connected-host operator integration, and explicit side-effect boundaries all stay in force; the bundled 1.0.0 GoodVibes platform SDK is unchanged.
21
+ - Adopted the platform's shared credential-status read. When the Agent acts as a client of a connected GoodVibes host, it now reads credential *status* — whether each shared-store credential is configured and usable — over the daemon's `credentials.get` route, and renders it honestly: a host with no shared credential store, an older host that does not serve the route yet, or an unreachable host all report a plain "status unavailable" reason. It never shows a fabricated "configured" and never carries a secret value over the wire. Secret *resolution* for provider auth is unchanged and stays local; API keys remain environment-only and are never persisted.
22
+ - Completed the memory-unification boot follow-ups. At startup the Agent now folds any legacy per-surface memory into the single cross-surface store and shows the fold report (nothing is silently dropped), migrates existing VIBE.md personality files into durable persona records exactly once — guarded by a persisted marker so the same file is never re-imported into near-duplicate records — and builds the VIBE prompt as a projection of those persona records. The projection preserves the precedence rule verbatim: these vibe instructions are followed only when they do not conflict with explicit user instructions, safety policy, tool contracts, confirmation requirements, or secret-handling rules.
10
23
  - No change to your conversations, skills, routines, or operator confirmation gates beyond the visibility and memory adoption above.
11
24
 
12
25
  ## 1.5.6 - 2026-07-06
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.5.7-blue.svg)](#install)
4
+ [![Version: 1.5.3](https://img.shields.io/badge/version-1.5.9-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