@pellux/goodvibes-agent 1.5.2 → 1.5.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 +26 -0
- package/README.md +1 -1
- package/dist/package/main.js +5337 -2190
- package/package.json +2 -3
- package/release/live-verification/live-verification.json +12 -12
- package/release/live-verification/live-verification.md +13 -13
- package/release/release-readiness.json +7 -7
- package/src/agent/channel-draft.ts +431 -0
- package/src/agent/channel-profile-routing.ts +330 -0
- package/src/agent/email/style-reply-lane.ts +179 -0
- package/src/agent/email/style-reply.ts +358 -0
- package/src/agent/memory-prompt.ts +2 -1
- package/src/agent/skill-draft-proposer.ts +3 -3
- package/src/agent/unified-inbox.ts +393 -0
- package/src/tools/agent-harness-comms.ts +378 -0
- package/src/tools/agent-harness-learning-auto-promote.ts +288 -0
- package/src/tools/agent-harness-learning-curator.ts +9 -9
- package/src/tools/agent-harness-mode-catalog.ts +16 -0
- package/src/tools/agent-harness-personal-ops-discovery.ts +2 -1
- package/src/tools/agent-harness-personal-ops-lanes.ts +9 -5
- package/src/tools/agent-harness-remote.ts +220 -0
- package/src/tools/agent-harness-setup-smoke.ts +2 -4
- package/src/tools/agent-harness-tool-schema.ts +80 -1
- package/src/tools/agent-harness-tool-types.ts +18 -0
- package/src/tools/agent-harness-tool.ts +61 -0
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
Product-facing release notes for GoodVibes Agent.
|
|
4
4
|
|
|
5
|
+
## 1.5.5 - 2026-06-30
|
|
6
|
+
|
|
7
|
+
- v1.5.5 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.35.0.
|
|
9
|
+
- Realigned the session-lineage tracker test suite with the 0.35.0 SessionLineageTracker contract, which removed .format() in favor of pure state tracking (setOriginalTask, addCompactionEntry, reset, getCompactionCount, getOriginalTask, getEntries); section formatting now lives in buildSessionLineage.
|
|
10
|
+
- Fixed the email-style-reply test to import from bun:test instead of vitest, matching the rest of the suite.
|
|
11
|
+
- Realigned three more test suites with SDK 0.35.0 runtime behavior: conversation token estimation now charges for image content parts instead of ignoring them, the import-graph specifier extractor now tracks relative side-effect imports, and the fetch tool's timeout error message changed to match the native AbortSignal.timeout() wording.
|
|
12
|
+
- Release hygiene: regenerated the strict live-verification attestation against the running connected host so the published package carries current evidence.
|
|
13
|
+
- No change to your conversations, memory, skills, routines, or operator confirmation gates; this is an internal dependency and test-alignment update.
|
|
14
|
+
|
|
15
|
+
## 1.5.4 - 2026-06-30
|
|
16
|
+
|
|
17
|
+
- v1.5.4 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.
|
|
18
|
+
- Updated the bundled GoodVibes platform SDK to 0.35.0.
|
|
19
|
+
- Realigned the session-lineage tracker test suite with the 0.35.0 SessionLineageTracker contract, which removed .format() in favor of pure state tracking (setOriginalTask, addCompactionEntry, reset, getCompactionCount, getOriginalTask, getEntries); section formatting now lives in buildSessionLineage.
|
|
20
|
+
- Fixed the email-style-reply test to import from bun:test instead of vitest, matching the rest of the suite.
|
|
21
|
+
- Release hygiene: regenerated the strict live-verification attestation against the running connected host so the published package carries current evidence.
|
|
22
|
+
- No change to your conversations, memory, skills, routines, or operator confirmation gates; this is an internal dependency and test-alignment update.
|
|
23
|
+
|
|
24
|
+
## 1.5.3 - 2026-06-20
|
|
25
|
+
|
|
26
|
+
- 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.
|
|
27
|
+
- 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.
|
|
28
|
+
- 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.
|
|
29
|
+
- No change to your conversations, memory, skills, routines, or operator confirmation gates; this is an internal dependency update.
|
|
30
|
+
|
|
5
31
|
## 1.5.2 - 2026-06-17
|
|
6
32
|
|
|
7
33
|
- 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.
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GoodVibes Agent
|
|
2
2
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
|
-
[](#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
|
|