@pellux/goodvibes-agent 0.1.62 → 0.1.63
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 +19 -13
- package/package.json +1 -1
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to GoodVibes Agent will be recorded here.
|
|
4
4
|
|
|
5
|
+
## 0.1.63 - 2026-05-31
|
|
6
|
+
|
|
7
|
+
- Rewrote the remaining repo docs that still read like copied runtime/API notes into Agent-facing product docs.
|
|
8
|
+
- Clarified channel, provider, planning, voice, tools, and Agent Knowledge boundaries around external runtime usage and no default Knowledge/Wiki fallback.
|
|
9
|
+
- Kept the shipped package focused on the Agent TUI while preserving non-packaged foundation docs as Agent-specific references.
|
|
10
|
+
|
|
5
11
|
## 0.1.62 - 2026-05-31
|
|
6
12
|
|
|
7
13
|
- Tightened primary CLI help around Agent workflows instead of advanced runtime diagnostics.
|
|
8
14
|
- Reworded onboarding, workspace, and routine schedule surfaces toward Agent/operator language.
|
|
9
|
-
- Kept schedule promotion explicit while removing stale
|
|
15
|
+
- Kept schedule promotion explicit while removing stale runtime-schedule wording from user-facing flows.
|
|
10
16
|
|
|
11
17
|
## 0.1.61 - 2026-05-31
|
|
12
18
|
|
|
@@ -123,7 +129,7 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
123
129
|
|
|
124
130
|
## 0.1.37 - 2026-05-31
|
|
125
131
|
|
|
126
|
-
- 656b6f4 Add Agent routine
|
|
132
|
+
- 656b6f4 Add Agent routine runtime schedule promotion
|
|
127
133
|
|
|
128
134
|
## 0.1.36 - 2026-05-31
|
|
129
135
|
|
|
@@ -222,7 +228,7 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
222
228
|
|
|
223
229
|
## 0.1.12 - 2026-05-31
|
|
224
230
|
|
|
225
|
-
- 1843a77 Handle external
|
|
231
|
+
- 1843a77 Handle external runtime SDK mismatch in live verification
|
|
226
232
|
- 2b1a3f4 Align agent-owned test paths
|
|
227
233
|
|
|
228
234
|
## 0.1.11 - 2026-05-31
|
|
@@ -264,7 +270,7 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
264
270
|
- 6b57500 Hide local agent activity in Agent UI
|
|
265
271
|
- 7166188 Add Agent Knowledge CLI shortcuts
|
|
266
272
|
- 386c19d Align service diagnostics with Agent boundaries
|
|
267
|
-
- e8b19db Lock
|
|
273
|
+
- e8b19db Lock runtime-owned settings in Agent
|
|
268
274
|
|
|
269
275
|
## 0.1.9 - 2026-05-31
|
|
270
276
|
|
|
@@ -272,7 +278,7 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
272
278
|
- a24c581 Use delegation wording in runtime indicator
|
|
273
279
|
- 259a75f Guard Agent knowledge isolation
|
|
274
280
|
- 59b6729 Align task help with Agent policy
|
|
275
|
-
- 0074a76 Classify stale
|
|
281
|
+
- 0074a76 Classify stale runtime knowledge routes
|
|
276
282
|
|
|
277
283
|
## 0.1.8 - 2026-05-31
|
|
278
284
|
|
|
@@ -303,7 +309,7 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
303
309
|
- Added `LICENSE` to the explicit package file contract and release verification so registry tarballs cannot omit license text.
|
|
304
310
|
- Prevented the operator workspace from dispatching placeholder delegation commands such as `/delegate --wrfc <task>`; those actions now provide guidance until the user supplies real task text.
|
|
305
311
|
- Added local Agent routines with `/routines`: create/list/search/show/enable/disable/start/review/stale/delete, secret-looking value rejection, enabled routine prompt injection, and operator workspace status. Starting a routine stays in the main conversation and does not create hidden background jobs.
|
|
306
|
-
- Removed copied TUI release, UAT, and WRFC artifact docs from the Agent source tree and updated remaining source docs so channel, voice, integration, and panel guidance speaks in Agent/external-
|
|
312
|
+
- Removed copied TUI release, UAT, and WRFC artifact docs from the Agent source tree and updated remaining source docs so channel, voice, integration, and panel guidance speaks in Agent/external-runtime terms.
|
|
307
313
|
|
|
308
314
|
## 0.1.6 - 2026-05-31
|
|
309
315
|
|
|
@@ -314,10 +320,10 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
314
320
|
|
|
315
321
|
## 0.1.5 - 2026-05-31
|
|
316
322
|
|
|
317
|
-
- Hardened package-facing release checks so shipped docs and Agent guidance cannot reintroduce default Knowledge/Wiki, non-Agent graph, copied
|
|
323
|
+
- Hardened package-facing release checks so shipped docs and Agent guidance cannot reintroduce default Knowledge/Wiki, non-Agent graph, copied runtime-hosting, or copied WRFC-first policy text.
|
|
318
324
|
- Removed the generic default `knowledgeApi` client from the active Agent command context so slash commands must use the isolated Agent Knowledge API.
|
|
319
325
|
- Changed CLI `knowledge ingest-url` to post directly to `/api/goodvibes-agent/knowledge/ingest/url` instead of invoking the generic knowledge operator method.
|
|
320
|
-
- Rejected default-space and broad cross-space query flags in CLI and slash Agent Knowledge commands before any
|
|
326
|
+
- Rejected default-space and broad cross-space query flags in CLI and slash Agent Knowledge commands before any runtime call.
|
|
321
327
|
|
|
322
328
|
## 0.1.4 - 2026-05-31
|
|
323
329
|
|
|
@@ -333,7 +339,7 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
333
339
|
|
|
334
340
|
## 0.1.2 - 2026-05-30
|
|
335
341
|
|
|
336
|
-
- Added `goodvibes-agent compat` for package SDK pin, external
|
|
342
|
+
- Added `goodvibes-agent compat` for package SDK pin, external runtime version, auth presence, and isolated Agent Knowledge route readiness.
|
|
337
343
|
- Added `goodvibes-agent knowledge ...` commands for the isolated `/api/goodvibes-agent/knowledge/*` environment with no default Knowledge/Wiki or non-Agent graph fallback.
|
|
338
344
|
- Added explicit GoodVibes TUI build delegation through `goodvibes-agent delegate` and `/delegate`; WRFC is requested only through explicit `--wrfc`, `/wrfc`, or `/review` delegation.
|
|
339
345
|
- Removed the copied WRFC panel from the default Agent panel registry while preserving explicit TUI delegation for build/fix/review work.
|
|
@@ -342,7 +348,7 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
342
348
|
## 0.1.1 - 2026-05-30
|
|
343
349
|
|
|
344
350
|
- Reissued the first public alpha package after the initial `0.1.0` registry publish produced an install-blocking npm packument inconsistency.
|
|
345
|
-
- Kept the same Agent runtime boundary and TUI-derived shell foundation: external
|
|
351
|
+
- Kept the same Agent runtime boundary and TUI-derived shell foundation: external runtime only, serial/proactive Agent policy, and explicit GoodVibes TUI delegation for build/fix/review work.
|
|
346
352
|
|
|
347
353
|
## 0.1.0 - 2026-05-28
|
|
348
354
|
|
|
@@ -351,7 +357,7 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
351
357
|
- Preserved Agent product policy: serial/proactive main conversation by default, no local Agent-owned WRFC/spawn fanout, and explicit GoodVibes TUI delegation for build/fix/review work.
|
|
352
358
|
- Moved Agent-owned runtime state to `.goodvibes/agent` surface roots.
|
|
353
359
|
- Updated packaged Agent guidance, reviewer persona, and provider skill to avoid copied TUI WRFC/multi-agent defaults.
|
|
354
|
-
- Kept
|
|
360
|
+
- Kept runtime lifecycle external: Agent connects to an already-running GoodVibes runtime and blocks runtime/service ownership commands.
|
|
355
361
|
- Pinned `@pellux/goodvibes-sdk` to `0.33.35`.
|
|
356
362
|
|
|
357
363
|
## 0.0.0 - Private Baseline
|
|
@@ -359,8 +365,8 @@ All notable changes to GoodVibes Agent will be recorded here.
|
|
|
359
365
|
- Copied the GoodVibes terminal foundation as a near-fork starting point for the Agent product.
|
|
360
366
|
- Renamed package identity to `@pellux/goodvibes-agent` and exposed one executable, `goodvibes-agent`.
|
|
361
367
|
- Pinned `@pellux/goodvibes-sdk` to `0.33.35`.
|
|
362
|
-
- Removed packaged
|
|
363
|
-
- Limited package-facing docs to Agent install, external-
|
|
368
|
+
- Removed packaged runtime-host binaries and blocked Agent-owned runtime/service lifecycle commands.
|
|
369
|
+
- Limited package-facing docs to Agent install, external-runtime deployment, and release guidance.
|
|
364
370
|
- Replaced copied coding-first orchestration policy with Agent serial/proactive policy and explicit GoodVibes TUI build delegation.
|
|
365
371
|
- Added the first Agent operator workspace on the copied fullscreen workspace foundation, exposed through `/agent`, `/home`, and `/operator`.
|
|
366
372
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pellux/goodvibes-agent",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.63",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "GoodVibes personal operator assistant TUI with a proactive Agent product brain, isolated Agent Knowledge, local profiles, routines, skills, personas, and explicit build delegation.",
|
|
6
6
|
"type": "module",
|
package/src/version.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { join } from 'node:path';
|
|
|
6
6
|
// The prebuild script updates the fallback value before compilation.
|
|
7
7
|
// Uses import.meta.dir (Bun) to locate package.json relative to this file,
|
|
8
8
|
// which is correct regardless of the process working directory.
|
|
9
|
-
let _version = '0.1.
|
|
9
|
+
let _version = '0.1.63';
|
|
10
10
|
let _sdkVersion = '0.33.35';
|
|
11
11
|
try {
|
|
12
12
|
const pkg = JSON.parse(readFileSync(join(import.meta.dir, '..', 'package.json'), 'utf-8')) as {
|