@pellux/goodvibes-agent 1.5.0 → 1.5.2
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 +16 -0
- package/README.md +47 -2
- package/dist/package/main.js +1883 -743
- package/package.json +2 -2
- package/release/live-verification/live-verification.json +13 -13
- package/release/live-verification/live-verification.md +15 -15
- package/release/release-notes.md +5 -11
- package/src/input/shell-passthrough.ts +58 -0
- package/src/main.ts +18 -1
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
Product-facing release notes for GoodVibes Agent.
|
|
4
4
|
|
|
5
|
+
## 1.5.2 - 2026-06-17
|
|
6
|
+
|
|
7
|
+
- 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.
|
|
8
|
+
- Updated the bundled GoodVibes platform SDK to 0.33.38, so Agent runs on the current shared review, agent, and reporting primitives.
|
|
9
|
+
- 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.
|
|
10
|
+
- 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.
|
|
11
|
+
- No change to your conversations, memory, skills, routines, or operator confirmation gates; this is an internal dependency and scoring-consistency update.
|
|
12
|
+
|
|
13
|
+
## 1.5.1 - 2026-06-14
|
|
14
|
+
|
|
15
|
+
- 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.
|
|
16
|
+
- Restored the inline shell escape in the prompt: type an exclamation mark followed by a command (for example, exclamation-mark git status) to run it in your working directory without leaving Agent. The command output appears inline, and the result is carried into your next message as context so you can run something and immediately ask about it. The composer already showed this as shell mode, but the command never actually ran since the workspace fork; it executes again now.
|
|
17
|
+
- The exclamation-hash memory pin is unchanged and still takes precedence, so pinning a note keeps working exactly as before.
|
|
18
|
+
- Release hygiene: regenerated the strict live-verification attestation against the running connected host so the published package carries current evidence.
|
|
19
|
+
- Test suite: 7931 pass / 0 fail / 2 skip across 554 files.
|
|
20
|
+
|
|
5
21
|
## 1.5.0 - 2026-06-11
|
|
6
22
|
|
|
7
23
|
- v1.5.0 opens the 1.5 minor line: the fullscreen Agent workspace remains the primary user surface, Agent-local behavior, isolated Agent Knowledge, connected-host operator integration, explicit side-effect boundaries, and release hardening from 1.3.x and 1.4.x all stay in force. This release replaces the split-pane panel system with the Activity sidebar, rebuilds first-run onboarding around readiness, and adds local calendar, direct email, hardware-aware model recommendations, and skill import/export.
|
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
|
|
|
@@ -69,7 +69,52 @@ Press `/` inside the workspace to search actions by name, category, command, or
|
|
|
69
69
|
|
|
70
70
|
The main Agent model can inspect and operate the Agent-controlled harness through Agent-owned tools. The important first-run entrypoint is `setup`; the detailed catalog entrypoint is `agent_harness`.
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
### Route planning
|
|
73
|
+
|
|
74
|
+
`route action:"plan" query:"..."` is the first stop when a plain user task could map to several GoodVibes surfaces. It returns the preferred visible route, alternatives, missing fields, confirmation boundary, workspace matches, and harness mode matches without running any tools.
|
|
75
|
+
|
|
76
|
+
The planner maps task wording to a preferred route:
|
|
77
|
+
|
|
78
|
+
| When the task sounds like… | Preferred route |
|
|
79
|
+
| --- | --- |
|
|
80
|
+
| Host/daemon health or doctor | `host action:"status"` |
|
|
81
|
+
| Normal settings/configuration | `settings action:"list"` |
|
|
82
|
+
| Model provider, local cookbook, smoke, or route-fit | `models action:"provider\|local\|smoke\|route"` |
|
|
83
|
+
| Personal Ops briefing, queue, fresh-read, or connector | `personal_ops action:"briefing\|queue\|intake\|lane"` |
|
|
84
|
+
| Direct reminders or schedule lifecycle | `schedule action:"list"` + confirmed schedule actions |
|
|
85
|
+
| Command-shaped background work | `execution action:"processes"` + first-class `terminal`/`process` UX |
|
|
86
|
+
| Interactive PTY/stdin/sudo | `execution action:"process_capabilities"` before any start or credential effect |
|
|
87
|
+
| External memory provider, backend, sync, import, or export | `memory action:"provider"` or the provider contract checklist |
|
|
88
|
+
| Browser-backed research runner | `research action:"runner"` |
|
|
89
|
+
| Visual research report rendering | `research action:"plan"` + report artifacts |
|
|
90
|
+
| Voice workflow or TTS provider | `device action:"voice\|provider"` |
|
|
91
|
+
| Browser cockpit/PWA | `computer action:"browser"` before any visible open handoff |
|
|
92
|
+
| Channel setup, triage, delivery receipt, or send | `channels action:"setup\|triage\|deliveries\|channel"` before confirmed external delivery |
|
|
93
|
+
| Security permission, status, finding, or blocked action | `security action:"status\|finding\|explain"` before policy changes or risky work |
|
|
94
|
+
| Support bundle | `support action:"status\|bundle"` before bundle export/import/share effects |
|
|
95
|
+
| Saved session, bookmark, or continuity | `sessions action:"list\|get"` before session lifecycle effects |
|
|
96
|
+
| Release readiness, evidence, or audit | `audit action:"readiness\|evidence\|item\|artifact"` |
|
|
97
|
+
| File undo/redo/recovery | `execution action:"recovery"` |
|
|
98
|
+
| Media generation | provider readiness + confirmed `agent_media_generate` artifacts |
|
|
99
|
+
| Screenshot, browser navigation/control, screen observation, or desktop control | `computer action:"plan"` before any live UI tool is considered |
|
|
100
|
+
|
|
101
|
+
`setup action:"repair"` is the first stop for setup or host fix requests. It chooses the safest next route — token repair, connected-host status, services.status receipt, user-run bootstrap, or no action — without executing it.
|
|
102
|
+
|
|
103
|
+
### Inspecting the harness
|
|
104
|
+
|
|
105
|
+
- `agent_harness mode:"summary"` — compact by default; returns counts, status, and a short mode guide.
|
|
106
|
+
- `mode:"modes"` — searches every harness mode by task, family, effect type, id, alias, or parameter name.
|
|
107
|
+
- `mode:"mode"` — inspects one mode contract.
|
|
108
|
+
- `mode:"route_decision"` — lower-level compatibility route for the same user-task planner.
|
|
109
|
+
- Plural catalog modes are compact by default: they return ids, labels, counts, safe state, effect class, and short route hints.
|
|
110
|
+
|
|
111
|
+
For everyday discovery and diagnostics, prefer the first-class tools over raw harness modes:
|
|
112
|
+
|
|
113
|
+
- Workspace, command, UI, shortcut, and keybinding discovery: `workspace action:"status|actions|action|run|surfaces|surface|open|commands|command|run_command|shortcuts|keybindings|keybinding"`.
|
|
114
|
+
- Normal configuration: `settings action:"list|get|set|reset|import"`.
|
|
115
|
+
- Connected-host/daemon diagnostics: `host action:"status|capabilities|capability|services|service|methods|method"`.
|
|
116
|
+
|
|
117
|
+
Connected-host posture/status/capability and operator/audit rows include compact `modelRoute` or `modelAccess` hints, so the model can pick the right first-class tool or confirmed harness route without expanding every row. Pass `includeParameters:true` or use a singular inspect mode when you need schemas, detailed route hints, full policy blocks, a redacted log tail, operator/audit artifact data, or editor field definitions.
|
|
73
118
|
|
|
74
119
|
High-value `agent_harness` mode groups:
|
|
75
120
|
|