@pellux/goodvibes-agent 1.0.33 → 1.0.35
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 +35 -4
- package/README.md +73 -59
- package/dist/package/{ast-grep-napi.linux-x64-gnu-mkk8xwww.node → ast-grep-napi.linux-x64-gnu-swtppvy9.node} +0 -0
- package/dist/package/{ast-grep-napi.linux-x64-musl-ryqtgdv6.node → ast-grep-napi.linux-x64-musl-ttfcdtap.node} +0 -0
- package/dist/package/main.js +49347 -50698
- package/docs/README.md +25 -21
- package/docs/channels-remote-and-api.md +2 -2
- package/docs/connected-host.md +3 -3
- package/docs/getting-started.md +89 -85
- package/docs/providers-and-routing.md +3 -3
- package/docs/release-and-publishing.md +3 -3
- package/docs/tools-and-commands.md +152 -138
- package/docs/voice-and-live-tts.md +1 -1
- package/package.json +1 -1
- package/release/live-verification/live-verification.json +13 -13
- package/release/live-verification/live-verification.md +17 -17
- package/release/release-notes.md +6 -15
- package/release/release-readiness.json +35 -35
- package/src/agent/harness-control.ts +42 -3
- package/src/runtime/bootstrap-core.ts +2 -0
- package/src/runtime/bootstrap.ts +12 -18
- package/src/tools/agent-analysis-registry-policy.ts +2 -9
- package/src/tools/agent-channel-send-tool.ts +1 -5
- package/src/tools/agent-context-policy.ts +1 -5
- package/src/tools/agent-find-policy.ts +1 -4
- package/src/tools/agent-harness-channel-metadata.ts +23 -23
- package/src/tools/agent-harness-cli-metadata.ts +4 -1
- package/src/tools/agent-harness-command-catalog.ts +10 -3
- package/src/tools/agent-harness-connected-host-status.ts +8 -2
- package/src/tools/agent-harness-delegation-posture.ts +5 -5
- package/src/tools/agent-harness-mcp-metadata.ts +30 -28
- package/src/tools/agent-harness-media-posture.ts +10 -10
- package/src/tools/agent-harness-metadata.ts +65 -35
- package/src/tools/agent-harness-mode-catalog.ts +205 -0
- package/src/tools/agent-harness-model-routing.ts +14 -14
- package/src/tools/agent-harness-model-tool-catalog.ts +7 -2
- package/src/tools/agent-harness-notification-metadata.ts +17 -17
- package/src/tools/agent-harness-operator-methods.ts +2 -2
- package/src/tools/agent-harness-pairing-posture.ts +7 -7
- package/src/tools/agent-harness-panel-metadata.ts +26 -12
- package/src/tools/agent-harness-provider-account-metadata.ts +33 -31
- package/src/tools/agent-harness-security-posture.ts +9 -7
- package/src/tools/agent-harness-service-posture.ts +22 -16
- package/src/tools/agent-harness-session-metadata.ts +9 -7
- package/src/tools/agent-harness-setup-posture.ts +7 -7
- package/src/tools/agent-harness-tool-schema.ts +2 -1
- package/src/tools/agent-harness-tool.ts +91 -38
- package/src/tools/agent-harness-ui-surface-metadata.ts +40 -28
- package/src/tools/agent-harness-workspace-actions.ts +29 -1
- package/src/tools/agent-knowledge-ingest-tool.ts +1 -5
- package/src/tools/agent-knowledge-tool.ts +1 -5
- package/src/tools/agent-local-registry-tool.ts +1 -4
- package/src/tools/agent-media-generate-tool.ts +1 -5
- package/src/tools/agent-notify-tool.ts +1 -5
- package/src/tools/agent-operator-action-tool.ts +1 -5
- package/src/tools/agent-operator-briefing-tool.ts +1 -5
- package/src/tools/agent-read-policy.ts +1 -4
- package/src/tools/agent-reminder-schedule-tool.ts +1 -5
- package/src/tools/agent-tool-policy-guard.ts +7 -34
- package/src/tools/agent-web-search-policy.ts +1 -4
- package/src/tools/agent-work-plan-tool.ts +1 -5
- package/src/tools/tool-definition-compaction.ts +49 -0
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
|
2
2
|
|
|
3
3
|
Product-facing release notes for GoodVibes Agent.
|
|
4
4
|
|
|
5
|
+
## 1.0.35 - 2026-06-04
|
|
6
|
+
|
|
7
|
+
- Added searchable `agent_harness` mode discovery: `mode:"modes"` searches every harness mode by task, family, effect type, id, alias, and parameter name, while `mode:"mode"` inspects one mode contract.
|
|
8
|
+
- Added full harness mode descriptors for every model-visible harness operation, with compact summaries, families, effect/read-only classification, confirmation flags, aliases, parameter names, and next-step guidance.
|
|
9
|
+
- Compacted registered model tool definitions at runtime: Agent tools now use concise descriptions, generic tool descriptions are capped, and nested JSON-schema descriptions are stripped from the default model-visible catalog while detailed contracts stay inspectable through harness modes.
|
|
10
|
+
- Counted the model-visible harness mode catalog in the verification ledger and package metadata gate so release evidence tracks the new discovery surface.
|
|
11
|
+
- Cleaned the useful test surface for the changed product shape by consolidating repetitive registration tests and adding focused coverage for mode discovery, task-phrase lookup, tool definition compaction, and release ledger accounting.
|
|
12
|
+
- Refreshed package-facing docs, release notes, and readiness evidence for the current model-access contract.
|
|
13
|
+
|
|
14
|
+
## 1.0.34 - 2026-06-04
|
|
15
|
+
|
|
16
|
+
- Promoted GoodVibes Agent to the stable 1.0.x operator product surface: the fullscreen Agent workspace is the primary TUI, with setup, provider/model routing, status, compatibility, and doctor flows shaped around personal operator use instead of copied host lifecycle controls.
|
|
17
|
+
- Completed the Agent-local behavior system for day-one operation: local memory and notes, personas, skills, skill bundles, routines, starter profiles, discovery/import flows, review/stale/delete controls, and secret-looking content rejection all stay under Agent ownership.
|
|
18
|
+
- Completed isolated Agent Knowledge coverage across CLI, slash commands, workspace panels, connector/source/node/issue views, URL/file/browser/connector ingest, semantic ask/search, and connected-host `/api/goodvibes-agent/knowledge/*` routes without fallback to default or non-Agent knowledge surfaces.
|
|
19
|
+
- Completed connected-host operator integration without taking host lifecycle ownership: compatibility/status checks, authenticated health and model routes, channel readiness, provider-account posture, approvals, automation snapshots, schedules, work plans, media/voice readiness, pairing, and explicit public-route diagnostics are all visible from Agent.
|
|
20
|
+
- Completed explicit side-effect boundaries for personal operation: channel sends, notifications, routine schedule promotion, reminders, subscription/auth actions, memory bundle imports/exports, support bundles, MCP configuration, profile changes, and build delegation require explicit confirmation where they mutate state or call external routes.
|
|
21
|
+
- Completed package and release hardening for the release gate: Bun-only install/run instructions, package-facing text verification, package runtime bundling, packed global install smoke, blocked lifecycle command smoke, source/package boundary checks, architecture checks, recorded performance snapshot checks, verification ledger, strict live verification artifacts, and release-quality readiness inventory dimensions are now part of the validated release path.
|
|
22
|
+
- Completed the compact model-visible harness pass: `agent_harness` summary and plural catalogs now default to compact rows, with full schemas, policy blocks, route metadata, editor fields, release artifact detail, redacted log tail, and parameter detail behind `includeParameters:true` or singular inspect modes.
|
|
23
|
+
- Completed direct model access to user-facing harness operations: workspace actions, slash commands, settings, panels, UI surfaces, keybindings, tool catalogs, channel/notification posture, provider/account posture, MCP posture, setup, model routing, pairing, delegation, security/support bundles, media, sessions, operator methods, release evidence, and connected-host diagnostics are all exposed through Agent tools or harness modes.
|
|
24
|
+
- Completed connected-host daemon aliases for the model: `daemon` maps to connected-host posture and `daemon_status` maps to live connected-host status while lifecycle control stays outside Agent.
|
|
25
|
+
- Completed settings parity for the model-facing harness: settings discovery is compact by default, `get_setting` and `includeParameters:true` expose full descriptors, and `set_setting`/`reset_setting` use the same config/secret managers with confirmation and external-host setting locks.
|
|
26
|
+
- Completed the tool-description verbosity sweep: first-class Agent tools and wrapped built-in tool definitions now register concise descriptions, while detailed safety rules remain enforced in policy wrappers, confirmation errors, and detailed harness inspection.
|
|
27
|
+
- Completed copyable model route hint cleanup: confirmed harness examples now include the required `confirm:true` and `explicitUserRequest` fields so route hints match the actual execution contract.
|
|
28
|
+
- Completed resilient shortcut/keybinding discovery: `agent_harness` returns fixed shortcuts and default-fallback keybinding descriptors when the live keybinding manager is absent, while keybinding execution and mutation still fail closed until the runtime manager is available.
|
|
29
|
+
- Completed the model-visible operator method catalog: `agent_harness` can now list and inspect allowlisted public operator and Agent Knowledge methods with their owning first-class model tools, confirmation policy, and boundaries, without exposing arbitrary route invocation.
|
|
30
|
+
- Expanded first-class Agent Knowledge reads: `agent_knowledge` now covers status, ask, search, source/node/issue lists, item lookup, map summary, connector list/detail, and connector doctor while staying inside `/api/goodvibes-agent/knowledge/*`.
|
|
31
|
+
- Added fail-closed Agent Knowledge response-scope validation: CLI, model tools, and live verification reject successful-looking payloads that expose default scope metadata or known non-Agent payload markers.
|
|
32
|
+
- Expanded release-route enforcement for Agent Knowledge: architecture/package policy now guards the full route catalog, and live verification definitions include source, node, issue, map, and connector read routes in addition to status, ask, and search.
|
|
33
|
+
- Pinned the release line to `@pellux/goodvibes-sdk@0.33.36` so the packaged connected-host runtime includes Agent Knowledge alias scope normalization and telephony channel surface support.
|
|
34
|
+
- Renamed active release evidence artifacts to current-release paths under `release/`, including release notes, readiness inventory, performance snapshot, and live-verification reports, so current release metadata no longer depends on stale historical filenames.
|
|
35
|
+
|
|
5
36
|
## 1.0.33 - 2026-06-04
|
|
6
37
|
|
|
7
38
|
- Fixed the release lockfile so frozen CI installs resolve @pellux/goodvibes-sdk@0.33.36 and its published peer packages.
|
|
@@ -81,7 +112,7 @@ Product-facing release notes for GoodVibes Agent.
|
|
|
81
112
|
|
|
82
113
|
## 1.0.24 - 2026-06-03
|
|
83
114
|
|
|
84
|
-
- Resolve confirmed agent_harness run_command requests by the same command, commandName, target, or query lookup used for slash-command inspection.
|
|
115
|
+
- Resolve confirmed `agent_harness` `mode:"run_command"` requests by the same command, commandName, target, or query lookup used for slash-command inspection.
|
|
85
116
|
- Refuse ambiguous slash-command run lookups with candidate commands before any handler runs.
|
|
86
117
|
- Refresh package-facing docs, model-facing schema text, and focused harness coverage for slash-command execution parity.
|
|
87
118
|
|
|
@@ -99,13 +130,13 @@ Product-facing release notes for GoodVibes Agent.
|
|
|
99
130
|
|
|
100
131
|
## 1.0.21 - 2026-06-03
|
|
101
132
|
|
|
102
|
-
- Resolve agent_harness run_workspace_action by actionId, command, target, or query using the same lookup contract as workspace_action inspection.
|
|
133
|
+
- Resolve `agent_harness` `mode:"run_workspace_action"` by actionId, command, target, or query using the same lookup contract as `mode:"workspace_action"` inspection.
|
|
103
134
|
- Refuse ambiguous workspace action run requests with candidate actions instead of requiring exact action ids or guessing.
|
|
104
135
|
- Refresh package-facing docs and focused harness coverage for workspace action run parity.
|
|
105
136
|
|
|
106
137
|
## 1.0.20 - 2026-06-03
|
|
107
138
|
|
|
108
|
-
- Add agent_harness run_keybinding for confirmation-gated shell-safe shortcut equivalents such as search, prompt-history search, paste, clear screen, cancel generation, panel focus/close routes, and visible block-action routing.
|
|
139
|
+
- Add `agent_harness` `mode:"run_keybinding"` for confirmation-gated shell-safe shortcut equivalents such as search, prompt-history search, paste, clear screen, cancel generation, panel focus/close routes, and visible block-action routing.
|
|
109
140
|
- Add modelOperation route metadata to every configurable keybinding so the model can distinguish supported shell routes from prompt-editor-only or direct-interaction shortcuts.
|
|
110
141
|
- Refresh package-facing docs and focused harness coverage for keybinding operation parity.
|
|
111
142
|
|
|
@@ -129,7 +160,7 @@ Product-facing release notes for GoodVibes Agent.
|
|
|
129
160
|
|
|
130
161
|
## 1.0.16 - 2026-06-03
|
|
131
162
|
|
|
132
|
-
- Add agent_harness workspace_action lookup by actionId, command, target, or query with resolved lookup metadata.
|
|
163
|
+
- Add `agent_harness` `mode:"workspace_action"` lookup by actionId, command, target, or query with resolved lookup metadata.
|
|
133
164
|
- Reuse the user-facing workspace action search fields for single-action inspection while reporting ambiguity with candidate actions instead of guessing.
|
|
134
165
|
- Refresh package-facing docs and focused harness coverage for the updated model-visible workspace action inspection path.
|
|
135
166
|
|
package/README.md
CHANGED
|
@@ -3,30 +3,26 @@
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
4
|
[](#install)
|
|
5
5
|
|
|
6
|
-
GoodVibes Agent is the personal operator assistant TUI for GoodVibes. It is built for day-to-day operator work: chat, setup,
|
|
6
|
+
GoodVibes Agent is the installable personal operator assistant TUI for GoodVibes. It is built for day-to-day operator work: chat, setup, profiles, routines, skills, personas, Agent-local memory and notes, isolated Agent Knowledge, channel readiness, voice/media setup, work-plan tracking, approvals, automation visibility, and explicit build delegation.
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
Most work happens in the interactive TUI. The installed CLI exists to launch that TUI and provide scriptable mirrors for workflows that are already reachable from the workspace. The main Agent model can inspect the same harness surface through Agent-owned tools: workspace categories/actions and single-action lookup, built-in panels and single-panel lookup, modal/overlay/picker UI surfaces and single-surface lookup, named operator surfaces, top-level CLI mirrors and single-mirror lookup with preferred model routes, fixed shortcuts, configurable keybindings, single-keybinding lookup, shell-safe keybinding execution, slash commands, single-command lookup with effect, boundary, and preferred-route policy metadata, filtered settings and single-setting lookup, direct channel/notification/provider-account/MCP/setup/model-routing/pairing/delegation/security/support/media/session posture modes, compact model tools with optional schema inlining and individual model tool schemas, release evidence bundle summary/search/single-artifact lookup, release-readiness inventory summary/search/single-item lookup, local registries, public operator method catalog, service endpoint posture, connected-host capability boundaries, and live connected-host readiness are all discoverable from the conversation without exposing connected-host lifecycle control.
|
|
8
|
+
Agent connects to a GoodVibes host owned outside this package. It does not install, start, stop, restart, expose, or own that host.
|
|
11
9
|
|
|
12
10
|
## Install
|
|
13
11
|
|
|
14
|
-
Install the current `1.0.x` package with Bun:
|
|
15
|
-
|
|
16
12
|
```sh
|
|
17
13
|
bun add -g @pellux/goodvibes-agent
|
|
18
14
|
goodvibes-agent --help
|
|
19
15
|
goodvibes-agent
|
|
20
16
|
```
|
|
21
17
|
|
|
22
|
-
If
|
|
18
|
+
If the command is not on `PATH`, add Bun's global bin directory:
|
|
23
19
|
|
|
24
20
|
```sh
|
|
25
21
|
export PATH="$(bun pm bin -g):$PATH"
|
|
26
22
|
goodvibes-agent --help
|
|
27
23
|
```
|
|
28
24
|
|
|
29
|
-
`goodvibes-agent`
|
|
25
|
+
On a fresh Agent home, `goodvibes-agent` opens setup first. After setup is applied, it opens directly into the Agent workspace.
|
|
30
26
|
|
|
31
27
|
## Source Usage
|
|
32
28
|
|
|
@@ -37,7 +33,7 @@ bun install
|
|
|
37
33
|
bun run dev
|
|
38
34
|
```
|
|
39
35
|
|
|
40
|
-
Useful checks:
|
|
36
|
+
Useful local checks:
|
|
41
37
|
|
|
42
38
|
```sh
|
|
43
39
|
bun run typecheck
|
|
@@ -46,92 +42,112 @@ bun run package:install-check
|
|
|
46
42
|
bun run publish:check
|
|
47
43
|
```
|
|
48
44
|
|
|
49
|
-
|
|
45
|
+
## Operator Workspace
|
|
46
|
+
|
|
47
|
+
The fullscreen Agent workspace is the primary product surface. Reopen it with `/agent`, `/home`, or `/operator`.
|
|
50
48
|
|
|
51
|
-
|
|
49
|
+
Workspace areas:
|
|
52
50
|
|
|
53
51
|
- Home: normal assistant chat, operator briefing, model selection, setup, and health.
|
|
54
|
-
- Conversation: context usage, inline `@file`/`@folder`/`@url` references, compaction, title/session save/load/search/export,
|
|
55
|
-
- Research: read-only web research, URL inspection, source triage, and explicit handoff into
|
|
56
|
-
- Artifacts: image attachment, conversation/session export, source-file ingest, source lookup, bookmark/browser-history import, and generated media
|
|
52
|
+
- Conversation: context usage, inline `@file`/`@folder`/`@url` references, compaction, title/session save/load/search/export, bookmarks, paste/image/TTS helpers, undo/redo/retry, clear/reset, shortcuts, and keybindings.
|
|
53
|
+
- Research: read-only web research, URL inspection, source triage, and explicit handoff into Agent Knowledge.
|
|
54
|
+
- Artifacts: image attachment, conversation/session export, source-file ingest, source lookup, bookmark/browser-history import, and generated media artifacts.
|
|
57
55
|
- Setup: provider/model, compatibility, Agent Knowledge readiness, profiles, support bundles, subscriptions, and auth review.
|
|
58
|
-
- Tools & MCP: MCP server setup, tool inventory, trust review,
|
|
59
|
-
- Knowledge: isolated Agent Knowledge status, ask/search, source/node/issue libraries, item lookup, map review,
|
|
56
|
+
- Tools & MCP: MCP server setup, tool inventory, trust review, secrets, and settings.
|
|
57
|
+
- Knowledge: isolated Agent Knowledge status, ask/search, source/node/issue libraries, item lookup, map review, connectors, ingest, review queue, and reindex.
|
|
60
58
|
- Memory & Skills: local memory, scratchpad notes, learned behavior capture, personas, skills, routines, and schedule promotion.
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
- Build Delegation: explicit handoff to GoodVibes TUI for build/fix/review work.
|
|
59
|
+
- Channels: companion pairing, channel readiness, confirmed channel delivery, and confirmed webhook notification management.
|
|
60
|
+
- Voice & Media: voice review, spoken response setup, image input, confirmed image/video generation, browser-tool posture, and provider readiness.
|
|
61
|
+
- Automation: reminders, schedule status, routine promotion receipts, reconciliation, and exact confirmed approval/automation/schedule actions.
|
|
62
|
+
- Build Delegation: explicit handoff to GoodVibes TUI for build, fix, implementation, or review work.
|
|
66
63
|
|
|
67
|
-
|
|
64
|
+
Press `/` inside the workspace to search actions by name, category, command, or detail. Slash commands and CLI subcommands remain power-user/scriptable mirrors; the workspace is the first-class user path.
|
|
68
65
|
|
|
69
|
-
|
|
66
|
+
## Model-Visible Harness
|
|
70
67
|
|
|
71
|
-
|
|
68
|
+
The main Agent model can inspect and operate the same user-facing harness through Agent-owned tools. The important entrypoint is `agent_harness`.
|
|
72
69
|
|
|
73
|
-
|
|
70
|
+
`agent_harness mode:"summary"` is compact by default. It returns counts, status, and a short mode guide. `mode:"modes"` searches every harness mode by task, family, effect type, id, alias, or parameter name; `mode:"mode"` inspects one mode contract. Plural catalog modes are also compact by default: they return ids, labels, counts, safe state, and route hints. Use `includeParameters:true` or a singular inspect mode when the model needs schemas, detailed route hints, full policy blocks, redacted log tail, release artifact data, or editor field definitions.
|
|
74
71
|
|
|
75
|
-
|
|
72
|
+
High-value `agent_harness` mode groups:
|
|
76
73
|
|
|
77
|
-
|
|
74
|
+
- Discovery: `modes`, `workspace_categories`, `workspace_actions`, `commands`, `cli_commands`, `panels`, `ui_surfaces`, `shortcuts`, `keybindings`, `tools`, `settings`.
|
|
75
|
+
- Single-item inspection: `mode`, `workspace_action`, `command`, `cli_command`, `panel`, `ui_surface`, `keybinding`, `tool`, `get_setting`.
|
|
76
|
+
- User-visible effects: `run_workspace_action`, `run_command`, `open_panel`, `open_ui_surface`, `run_keybinding`, `set_keybinding`, `reset_keybinding`, `set_setting`, `reset_setting`.
|
|
77
|
+
- Product posture: `channels`, `notifications`, `provider_accounts`, `mcp_servers`, `setup_posture`, `model_routing`, `pairing_posture`, `delegation_posture`, `security_posture`, `support_bundles`, `media_posture`, `sessions`.
|
|
78
|
+
- Connected host: `service_posture`, `service_endpoint`, `connected_host`, `connected_host_status`, `connected_host_capability`; `daemon` and `daemon_status` are aliases for connected-host posture/status.
|
|
79
|
+
- Release evidence: `release_evidence`, `release_evidence_artifact`, `release_readiness`, `release_readiness_item`.
|
|
80
|
+
- Operator methods: `operator_methods`, `operator_method`.
|
|
78
81
|
|
|
79
|
-
|
|
82
|
+
Every mutating or externally visible effect requires `confirm:true` plus `explicitUserRequest` unless a narrower first-class tool has its own confirmation contract. Ambiguous lookups return candidates instead of guessing.
|
|
80
83
|
|
|
81
|
-
|
|
84
|
+
First-class model tools cover common workflows directly:
|
|
82
85
|
|
|
83
|
-
|
|
86
|
+
- `agent_knowledge` and `agent_knowledge_ingest` for isolated Agent Knowledge reads and confirmed ingest.
|
|
87
|
+
- `agent_local_registry` for Agent-local memory, notes, personas, skills, bundles, and routines.
|
|
88
|
+
- `agent_work_plan` for visible local work-plan tracking.
|
|
89
|
+
- `agent_operator_briefing` and `agent_operator_action` for connected work/approval/automation/schedule posture and exact confirmed actions.
|
|
90
|
+
- `agent_channel_send`, `agent_notify`, `agent_reminder_schedule`, and `agent_media_generate` for confirmed delivery, notification, reminder, and media generation.
|
|
84
91
|
|
|
85
|
-
|
|
92
|
+
Registered model tool definitions are compact by default. Top-level descriptions are short, and nested parameter descriptions are omitted from the default model catalog. The model can inspect detailed contracts through `agent_harness mode:"tools"` with `includeParameters:true`, `mode:"tool"`, or the owning harness mode.
|
|
86
93
|
|
|
87
|
-
|
|
94
|
+
## Local Behavior
|
|
88
95
|
|
|
89
|
-
|
|
96
|
+
Agent-local memory, notes, personas, skills, routines, and profiles are stored under the Agent home. They are injected only into the serial Agent conversation unless an explicit Agent workflow promotes or ingests reviewed material elsewhere.
|
|
90
97
|
|
|
91
|
-
|
|
98
|
+
Useful workspace paths:
|
|
92
99
|
|
|
93
|
-
|
|
100
|
+
- Memory & Skills -> Create memory, Create note, or Capture learned behavior.
|
|
101
|
+
- Notes -> Create, edit, review, stale, delete, or promote scratchpad notes.
|
|
102
|
+
- Personas -> Create, inspect, activate, review, stale, or delete local personas.
|
|
103
|
+
- Skills -> Create skills, import discovered skills, enable/disable, review, delete, and manage skill bundles.
|
|
104
|
+
- Routines -> Create routines, start a routine in chat, review receipts, and explicitly promote one routine to a connected schedule.
|
|
105
|
+
- Profiles -> Create isolated Agent profiles from built-in or imported starter templates.
|
|
94
106
|
|
|
95
|
-
|
|
107
|
+
Starting a routine prints its steps in the main conversation. It does not start background automation. Promotion to a connected schedule is separate, explicit, confirmation-gated, and records a redacted local receipt.
|
|
96
108
|
|
|
97
|
-
|
|
109
|
+
## Knowledge And Artifacts
|
|
98
110
|
|
|
99
|
-
|
|
100
|
-
- Agent Workspace -> Skills: create skills, import discovered skills, enable or disable them, and manage skill bundles.
|
|
101
|
-
- Agent Workspace -> Routines: create routines, start a routine in the main conversation, review receipts, and explicitly promote one routine to a connected schedule.
|
|
102
|
-
- Agent Workspace -> Work: review the visible local work plan, add work items, and update status from the TUI while the main assistant conversation can keep the same plan current.
|
|
103
|
-
- Agent Workspace -> Memory & Skills: create memory, search memory, review/stale/delete records, export/import bundles, and rebuild the local vector index.
|
|
104
|
-
- Agent Workspace -> Notes: create, edit, review, stale, delete, and promote Agent-local scratchpad notes into memory, skills, routines, or personas.
|
|
105
|
-
- Agent Workspace -> Channels: inspect readiness, pair companion clients, send one confirmed channel delivery message, and manage or send configured notification targets with confirmation.
|
|
111
|
+
Agent Knowledge is its own product segment. Agent uses only:
|
|
106
112
|
|
|
107
|
-
|
|
113
|
+
```text
|
|
114
|
+
/api/goodvibes-agent/knowledge/*
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
Agent does not fall back to default knowledge or other product-specific knowledge routes. Successful connected-host responses are checked for scope contamination before rendering.
|
|
108
118
|
|
|
109
|
-
|
|
119
|
+
The Knowledge workspace and model tools support status, ask/search, source/node/issue lists, item lookup, map review, connector inspection, URL/file/URL-list/bookmark/browser-history/connector ingest, review queue, and reindex.
|
|
110
120
|
|
|
111
|
-
|
|
121
|
+
Artifacts are first-class runtime objects for uploaded files, generated media, and delegated outputs. Generated media is stored as GoodVibes artifacts and reported by artifact id and metadata, not inline base64.
|
|
112
122
|
|
|
113
123
|
## Connected Host
|
|
114
124
|
|
|
115
|
-
Start the owning GoodVibes host before launching Agent.
|
|
125
|
+
Start the owning GoodVibes host before launching Agent. The default connection is:
|
|
126
|
+
|
|
127
|
+
```text
|
|
128
|
+
http://127.0.0.1:3421
|
|
129
|
+
```
|
|
116
130
|
|
|
117
|
-
Use `--runtime-url http://host:port` for
|
|
131
|
+
Use `--runtime-url http://host:port` for one launch or `GOODVIBES_AGENT_RUNTIME_URL=http://host:port` for a shell/session override. `GOODVIBES_AGENT_BASE_URL` is accepted as a legacy alias. These only change the connection target.
|
|
118
132
|
|
|
119
|
-
Agent reports unavailable, unauthenticated, or incompatible
|
|
133
|
+
Agent reports unavailable, unauthenticated, or incompatible host state from Agent Workspace -> Home through Host compatibility, Doctor diagnostics, and Review health. Scriptable mirrors are `goodvibes-agent status`, `goodvibes-agent doctor`, and `goodvibes-agent compat`.
|
|
120
134
|
|
|
121
|
-
|
|
135
|
+
Model-visible diagnostics are read-only:
|
|
136
|
+
|
|
137
|
+
- `service_posture` and `service_endpoint` expose endpoint binding, network-facing posture, issues, optional probes, and redacted log tail.
|
|
138
|
+
- `connected_host` and `daemon` are compact posture maps by default; `includeParameters:true` adds route families, allowed capabilities, blocked lifecycle/non-Agent surfaces, and first-class tool availability. `connected_host_capability` inspects one capability.
|
|
139
|
+
- `connected_host_status` and `daemon_status` run live readiness checks for host status, SDK compatibility, token posture, endpoint binding, and isolated Agent Knowledge readiness.
|
|
122
140
|
|
|
123
|
-
|
|
141
|
+
Host lifecycle stays outside GoodVibes Agent.
|
|
124
142
|
|
|
125
|
-
|
|
143
|
+
## Product Boundary
|
|
126
144
|
|
|
127
|
-
Agent
|
|
145
|
+
GoodVibes Agent owns the operator assistant TUI, serial assistant flow, local behavior libraries, Agent Knowledge routes, companion chat, work-plan tracking, approvals/automation observability, channel/media/reminder tools, and explicit build delegation.
|
|
128
146
|
|
|
129
|
-
GoodVibes TUI owns coding execution: file edits, git/worktree workflows, coding panels, execution isolation UX, and delegated review execution. Agent may delegate explicit build/fix/review work
|
|
147
|
+
GoodVibes TUI owns coding execution: file edits, git/worktree workflows, coding panels, execution isolation UX, and delegated review execution. Agent may delegate explicit build/fix/review work; normal assistant chat does not use shared coding sessions.
|
|
130
148
|
|
|
131
149
|
## Package Docs
|
|
132
150
|
|
|
133
|
-
Package-facing docs:
|
|
134
|
-
|
|
135
151
|
- [Getting Started](docs/getting-started.md)
|
|
136
152
|
- [Connected Host](docs/connected-host.md)
|
|
137
153
|
- [Knowledge, Artifacts, and Multimodal](docs/knowledge-artifacts-and-multimodal.md)
|
|
@@ -141,5 +157,3 @@ Package-facing docs:
|
|
|
141
157
|
- [Voice and Live TTS](docs/voice-and-live-tts.md)
|
|
142
158
|
- [Project Planning](docs/project-planning.md)
|
|
143
159
|
- [Release And Publishing](docs/release-and-publishing.md)
|
|
144
|
-
|
|
145
|
-
The package-facing Agent documentation is limited to the docs listed above.
|
|
Binary file
|