@pellux/goodvibes-agent 1.5.1 → 1.5.3

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
@@ -2,6 +2,21 @@
2
2
 
3
3
  Product-facing release notes for GoodVibes Agent.
4
4
 
5
+ ## 1.5.3 - 2026-06-20
6
+
7
+ - v1.5.3 is a patch on the 1.5 line. The fullscreen Agent workspace, Agent-local behavior, isolated Agent Knowledge, connected-host operator integration, and explicit side-effect boundaries all stay in force; this release picks up the latest bundled platform SDK.
8
+ - Updated the bundled GoodVibes platform SDK to 0.34.0. The SDK publishes 17 new additive operator method contracts (channels inbox/routing/drafts, email, and calendar) plus security advisory pins in the SDK's own build dependencies. Existing operator methods and types are unchanged.
9
+ - No behavior change in this release: the Agent's inbound channel feed and channel-to-profile routing surfaces stay gated until a daemon release ships the matching handlers (inboundChannelFeed.available remains false; routes remain local_only). The bump only makes the new contracts visible to the operator-method tool so the Agent can detect them once the daemon exposes them.
10
+ - No change to your conversations, memory, skills, routines, or operator confirmation gates; this is an internal dependency update.
11
+
12
+ ## 1.5.2 - 2026-06-17
13
+
14
+ - v1.5.2 is a patch on the 1.5 line. The fullscreen Agent workspace, Agent-local behavior, isolated Agent Knowledge, connected-host operator integration, and explicit side-effect boundaries all stay in force; this release picks up the latest bundled platform SDK and keeps review scoring aligned with it.
15
+ - Updated the bundled GoodVibes platform SDK to 0.33.38, so Agent runs on the current shared review, agent, and reporting primitives.
16
+ - Tightened review pass/fail reporting to match the updated SDK: a review only passes when its score meets or exceeds the configured threshold. Prose like "passed" or "approved" no longer lifts a sub-threshold score over the bar, removing a path where a weak review could read as a pass.
17
+ - Explicit fail language in a review at or above the threshold is still honored as a safety override unless the same review also states it passed, so genuine failures are not silently swallowed.
18
+ - No change to your conversations, memory, skills, routines, or operator confirmation gates; this is an internal dependency and scoring-consistency update.
19
+
5
20
  ## 1.5.1 - 2026-06-14
6
21
 
7
22
  - v1.5.1 is a patch on the 1.5 line. The fullscreen Agent workspace, Agent-local behavior, isolated Agent Knowledge, connected-host operator integration, and explicit side-effect boundaries all stay in force; this release restores the inline shell escape and refreshes release verification.
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.0](https://img.shields.io/badge/version-1.5.1-blue.svg)](#install)
4
+ [![Version: 1.5.2](https://img.shields.io/badge/version-1.5.3-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