@pellux/goodvibes-agent 0.1.64 → 0.1.65

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,12 @@
2
2
 
3
3
  All notable changes to GoodVibes Agent will be recorded here.
4
4
 
5
+ ## 0.1.65 - 2026-05-31
6
+
7
+ - Made the operator workspace more product-facing by replacing foundation/setup jargon with Agent profile, runtime status, voice/media, and browser-tool language.
8
+ - Removed the remote-runner item from the first-run voice/media workspace so day-one setup stays focused on user-facing assistant capabilities.
9
+ - Reworded settings, status panels, profile commands, and docs away from control-plane/runtime-profile terminology while preserving the same underlying contracts.
10
+
5
11
  ## 0.1.64 - 2026-05-31
6
12
 
7
13
  - Cleaned remaining visible setup, workspace, panel, and auth wording that still exposed copied runtime-host terminology.
package/README.md CHANGED
@@ -52,9 +52,9 @@ bun run publish:check
52
52
 
53
53
  Inside the Agent TUI, use `/agent`, `/home`, or `/operator` to open the operator workspace. It is the Agent-first fullscreen surface for setup, status, knowledge, local memory/skills, work-plan/approval review, automation observability, and explicit build delegation to GoodVibes TUI.
54
54
 
55
- Inside the workspace, use `/agent-profile guide` to author custom profile starters without leaving the Agent TUI. The guided flow lists starters, exports starter JSON, imports edited local starters, and creates isolated runtime profiles from them.
55
+ Inside the workspace, use `/agent-profile guide` to author custom profile starters without leaving the Agent TUI. The guided flow lists starters, exports starter JSON, imports edited local starters, and creates isolated Agent profiles from them.
56
56
 
57
- Use isolated Agent runtime profiles when one machine needs separate operator identities or local state:
57
+ Use isolated Agent profiles when one machine needs separate operator identities or local state:
58
58
 
59
59
  ```sh
60
60
  goodvibes-agent profiles templates
@@ -113,4 +113,4 @@ Package-facing docs are intentionally narrow during the near-fork baseline:
113
113
  - [Deployment And Services](docs/deployment-and-services.md)
114
114
  - [Release And Publishing](docs/release-and-publishing.md)
115
115
 
116
- Broader TUI-derived reference docs may exist in the source tree while the near-fork foundation is being completed, but the package-facing Agent documentation is limited to the docs listed above.
116
+ Broader foundation reference docs may exist in the source tree while the near-fork foundation is being completed, but the package-facing Agent documentation is limited to the docs listed above.
@@ -56,7 +56,7 @@ Use a separate Agent home when you want isolated local state:
56
56
  GOODVIBES_AGENT_HOME=/path/to/agent-home goodvibes-agent status
57
57
  ```
58
58
 
59
- Use named runtime profiles for repeatable local identities:
59
+ Use named Agent profiles for repeatable local identities:
60
60
 
61
61
  ```sh
62
62
  goodvibes-agent profiles templates
@@ -103,4 +103,4 @@ Agent lifecycle commands that would start or mutate runtime posture are blocked
103
103
 
104
104
  ## Current Baseline Notes
105
105
 
106
- This repository keeps broad TUI-derived foundation code intentionally so Agent can use the mature terminal shell, renderer, input, fullscreen workspace, command registry, and release bones. The active Agent policy is serial/proactive by default, blocks local Agent-owned WRFC/spawn fanout, and delegates explicit build/fix/review work to GoodVibes TUI instead of turning the Agent into a coding TUI.
106
+ This repository keeps broad terminal foundation code intentionally so Agent can use the mature shell, renderer, input, fullscreen workspace, command registry, and release bones. The active Agent policy is serial/proactive by default, blocks local Agent-owned WRFC/spawn fanout, and delegates explicit build/fix/review work to GoodVibes TUI instead of turning the Agent into a coding TUI.
@@ -57,4 +57,4 @@ Do not ship runtime host binaries from this package. If Agent later gets compile
57
57
 
58
58
  ## Near-Fork Baseline Rule
59
59
 
60
- The public alpha can include copied TUI foundation code, but package-facing behavior must follow Agent product policy. Follow-up work should continue pruning or reshaping copied coding-first surfaces while preserving the TUI-derived renderer, input, fullscreen workspace, command registry, and release bones.
60
+ The public alpha can include copied terminal foundation code, but package-facing behavior must follow Agent product policy. Follow-up work should continue pruning or reshaping copied coding-first surfaces while preserving the renderer, input, fullscreen workspace, command registry, and release bones.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pellux/goodvibes-agent",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
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/cli/help.ts CHANGED
@@ -36,7 +36,7 @@ export function renderGoodVibesHelp(binary = 'goodvibes-agent'): string {
36
36
  ' onboarding [status] Open Agent onboarding, or print onboarding status',
37
37
  ' models [provider] List/use/pin selectable models and recent model history',
38
38
  ' providers List/inspect/use provider config/auth posture',
39
- ' profiles Manage isolated Agent runtime profile homes',
39
+ ' profiles Manage isolated Agent profile homes',
40
40
  ' routines Inspect local routines and explicitly promote one to an external schedule',
41
41
  ' auth Inspect and manage local users, sessions, and bootstrap auth',
42
42
  ' compat Inspect Agent SDK pin, runtime version, and Agent knowledge route readiness',
@@ -56,7 +56,7 @@ export function renderGoodVibesHelp(binary = 'goodvibes-agent'): string {
56
56
  'Options:',
57
57
  ' -m, --model <registryKey> Override model. provider:model infers --provider',
58
58
  ' --provider <id> Override provider',
59
- ' --agent-profile <name> Use an isolated Agent runtime profile home',
59
+ ' --agent-profile <name> Use an isolated Agent profile home',
60
60
  ' -C, --cd <dir> Set working directory for this launch',
61
61
  ' --working-dir <dir> Alias for --cd',
62
62
  ' -c, --config <key=value> Override a config value for this launch',
@@ -141,7 +141,7 @@ const COMMAND_HELP: Record<string, CommandHelp> = {
141
141
  },
142
142
  profiles: {
143
143
  usage: ['profiles list', 'profiles templates', 'profiles templates export <id> <path> --yes', 'profiles templates import <path> --yes', 'profiles show <name>', 'profiles create <name> [--template <id>] --yes', 'profiles delete <name> --yes', '--agent-profile <name>'],
144
- summary: 'Create and inspect isolated Agent runtime profile homes, with starter templates for household, research, travel, operations, personal productivity, and local imported starters. A profile changes Agent-local config, sessions, memory, personas, skills, routines, and setup paths without changing the shared GoodVibes runtime.',
144
+ summary: 'Create and inspect isolated Agent profile homes, with starter templates for household, research, travel, operations, personal productivity, and local imported starters. A profile changes Agent-local config, sessions, memory, personas, skills, routines, and setup paths without changing the shared GoodVibes runtime.',
145
145
  examples: ['profiles templates', 'profiles templates export research ./research-starter.json --yes', 'profiles templates import ./research-starter.json --yes', 'profiles create household --template household --yes', '--agent-profile household status'],
146
146
  },
147
147
  routines: {
@@ -328,12 +328,12 @@ export async function buildControlPlaneStatusResult(runtime: CliCommandRuntime):
328
328
  restartOnFailure: runtime.configManager.get('service.restartOnFailure'),
329
329
  };
330
330
  const issues: string[] = [];
331
- if (enabled === true && !reachable) issues.push(`Control plane is enabled but not reachable on ${binding.host}:${binding.port}.`);
332
- if (enabled === true && service.enabled !== true) issues.push('Control plane is enabled on the external runtime config, but Agent service ownership is disabled.');
333
- if (enabled === true && service.autostart !== true) issues.push('Control plane is enabled on the external runtime config, but autostart is off.');
334
- if (enabled === true && service.restartOnFailure !== true) issues.push('Control plane is enabled on the external runtime config, but restart-on-failure is off.');
335
- if (isNetworkFacing(enabled, binding) && !auth.userStorePresent) issues.push('Network-facing control plane has no local auth user store.');
336
- if (isNetworkFacing(enabled, binding) && auth.bootstrapCredentialPresent) issues.push('Network-facing control plane still has a bootstrap credential file.');
331
+ if (enabled === true && !reachable) issues.push(`Runtime API is enabled but not reachable on ${binding.host}:${binding.port}.`);
332
+ if (enabled === true && service.enabled !== true) issues.push('Runtime API is enabled on the external runtime config, but Agent service ownership is disabled.');
333
+ if (enabled === true && service.autostart !== true) issues.push('Runtime API is enabled on the external runtime config, but autostart is off.');
334
+ if (enabled === true && service.restartOnFailure !== true) issues.push('Runtime API is enabled on the external runtime config, but restart-on-failure is off.');
335
+ if (isNetworkFacing(enabled, binding) && !auth.userStorePresent) issues.push('Network-facing Runtime API has no local auth user store.');
336
+ if (isNetworkFacing(enabled, binding) && auth.bootstrapCredentialPresent) issues.push('Network-facing Runtime API still has a bootstrap credential file.');
337
337
  return {
338
338
  enabled,
339
339
  ...binding,
@@ -347,7 +347,7 @@ export async function buildControlPlaneStatusResult(runtime: CliCommandRuntime):
347
347
 
348
348
  export function formatControlPlaneStatus(runtime: CliCommandRuntime, value: ControlPlaneStatusResult): string {
349
349
  return formatJsonOrText(runtime.cli)(value, [
350
- 'GoodVibes control-plane status',
350
+ 'GoodVibes runtime API status',
351
351
  ` enabled: ${yesNo(value.enabled)}`,
352
352
  ` bind: ${value.hostMode} ${value.host}:${value.port}`,
353
353
  ` bind posture: ${value.posture.label}`,
@@ -63,9 +63,9 @@ function renderProfilesResult(result: AgentRuntimeProfileCommandResult): string
63
63
  if (!result.ok) return result.error ?? 'Agent profile command failed.';
64
64
  if (result.kind === 'agent.profiles.list') {
65
65
  const profiles = result.data?.profiles ?? [];
66
- if (profiles.length === 0) return 'No Agent runtime profiles. Use: goodvibes-agent profiles create <name> --template <id> --yes';
66
+ if (profiles.length === 0) return 'No Agent profiles. Use: goodvibes-agent profiles create <name> --template <id> --yes';
67
67
  return [
68
- `Agent runtime profiles (${profiles.length})`,
68
+ `Agent profiles (${profiles.length})`,
69
69
  ...profiles.map(profileLine),
70
70
  ].join('\n');
71
71
  }
@@ -103,7 +103,7 @@ function renderProfilesResult(result: AgentRuntimeProfileCommandResult): string
103
103
  if (result.kind === 'agent.profiles.create' && profile) {
104
104
  const template = result.data?.appliedTemplate;
105
105
  return [
106
- `Agent runtime profile created: ${profile.id}`,
106
+ `Agent profile created: ${profile.id}`,
107
107
  ` home: ${profile.homeDirectory}`,
108
108
  ...(template ? [
109
109
  ` starter: ${template.id} (${template.name})`,
@@ -113,7 +113,7 @@ function renderProfilesResult(result: AgentRuntimeProfileCommandResult): string
113
113
  ].join('\n');
114
114
  }
115
115
  if (result.kind === 'agent.profiles.delete' && profile) {
116
- return `Agent runtime profile deleted: ${profile.id}`;
116
+ return `Agent profile deleted: ${profile.id}`;
117
117
  }
118
118
  return 'Agent profile command completed.';
119
119
  }
@@ -242,7 +242,7 @@ export async function handleProfilesCommand(runtime: ProfilesCommandRuntime): Pr
242
242
  data: { profile: info },
243
243
  };
244
244
  const starter = info.starterTemplateId ? [` starter: ${info.starterTemplateId} (${info.starterTemplateName ?? info.starterTemplateId})`] : [];
245
- const text = [`Agent runtime profile: ${profile.id}`, ` home: ${profile.homeDirectory}`, ...starter, ` use: goodvibes-agent --agent-profile ${profile.id}`].join('\n');
245
+ const text = [`Agent profile: ${profile.id}`, ` home: ${profile.homeDirectory}`, ...starter, ` use: goodvibes-agent --agent-profile ${profile.id}`].join('\n');
246
246
  return {
247
247
  output: runtime.cli.flags.outputFormat === 'json' ? JSON.stringify(result, null, 2) : text,
248
248
  exitCode: 0,
@@ -266,7 +266,7 @@ export async function handleProfilesCommand(runtime: ProfilesCommandRuntime): Pr
266
266
  const result: AgentRuntimeProfileCommandResult = {
267
267
  ok: false,
268
268
  kind: 'agent.profiles.error',
269
- error: `Refusing to create Agent runtime profile ${name} without --yes.`,
269
+ error: `Refusing to create Agent profile ${name} without --yes.`,
270
270
  };
271
271
  return {
272
272
  output: renderProfilesOutput(result, runtime.cli.flags.outputFormat),
@@ -307,7 +307,7 @@ export async function handleProfilesCommand(runtime: ProfilesCommandRuntime): Pr
307
307
  const result: AgentRuntimeProfileCommandResult = {
308
308
  ok: false,
309
309
  kind: 'agent.profiles.error',
310
- error: `Refusing to delete Agent runtime profile ${name} without --yes.`,
310
+ error: `Refusing to delete Agent profile ${name} without --yes.`,
311
311
  };
312
312
  return {
313
313
  output: renderProfilesOutput(result, runtime.cli.flags.outputFormat),
@@ -325,7 +325,7 @@ export async function handleProfilesCommand(runtime: ProfilesCommandRuntime): Pr
325
325
  : {
326
326
  ok: false,
327
327
  kind: 'agent.profiles.error',
328
- error: `Agent runtime profile not found: ${resolution.id}`,
328
+ error: `Agent profile not found: ${resolution.id}`,
329
329
  };
330
330
  return {
331
331
  output: renderProfilesOutput(result, runtime.cli.flags.outputFormat),
@@ -62,7 +62,7 @@ function renderRoutineList(title: string, path: string, routines: readonly Agent
62
62
  return [
63
63
  title,
64
64
  ' No local Agent routines yet.',
65
- ' Create routines inside the Agent TUI with /routines create, or create a runtime profile from a starter template.',
65
+ ' Create routines inside the Agent TUI with /routines create, or create an Agent profile from a starter template.',
66
66
  ].join('\n');
67
67
  }
68
68
  return [
@@ -61,7 +61,7 @@ export interface CliServicePosture {
61
61
  }
62
62
 
63
63
  const ENDPOINTS: readonly { readonly id: RuntimeEndpointId; readonly label: string; readonly enabledKey: string }[] = [
64
- { id: 'controlPlane', label: 'control plane', enabledKey: 'controlPlane.enabled' },
64
+ { id: 'controlPlane', label: 'runtime API', enabledKey: 'controlPlane.enabled' },
65
65
  { id: 'httpListener', label: 'HTTP listener', enabledKey: 'danger.httpListener' },
66
66
  { id: 'web', label: 'web surface', enabledKey: 'web.enabled' },
67
67
  ];
package/src/cli/status.ts CHANGED
@@ -110,7 +110,7 @@ export function buildCliDoctorFindings(options: CliStatusOptions): readonly CliD
110
110
  const marker = options.onboardingMarkers?.effective;
111
111
  const serverBackedEnabled = daemonEnabled || controlPlaneEnabled || listenerEnabled || webEnabled;
112
112
  const networkFacingSurfaces = [
113
- ['control plane', controlPlaneEnabled, controlPlaneBinding],
113
+ ['runtime API', controlPlaneEnabled, controlPlaneBinding],
114
114
  ['HTTP listener', listenerEnabled, httpListenerBinding],
115
115
  ['web surface', webEnabled, webBinding],
116
116
  ].filter(([, enabled, binding]) => isNetworkFacing(enabled, binding as typeof controlPlaneBinding));
@@ -123,7 +123,7 @@ export function buildCliDoctorFindings(options: CliStatusOptions): readonly CliD
123
123
  area: 'service',
124
124
  severity: 'warning',
125
125
  summary: 'Host-owned surfaces are configured while Agent service ownership is disabled.',
126
- cause: 'One or more runtime, control-plane, listener, or web settings are enabled while service.enabled is false.',
126
+ cause: 'One or more runtime API, listener, or web settings are enabled while service.enabled is false.',
127
127
  impact: 'The external GoodVibes runtime must own availability for those surfaces; Agent will not start or enable them.',
128
128
  action: 'Manage surface/service posture from GoodVibes TUI or the owning host, then use Agent for read-only diagnostics.',
129
129
  });
@@ -162,7 +162,7 @@ export function buildCliDoctorFindings(options: CliStatusOptions): readonly CliD
162
162
  severity: 'warning',
163
163
  summary: issue,
164
164
  cause: 'The service lifecycle inspection found a mismatch between configured service/surface state and observed host state.',
165
- impact: 'Runtime, control-plane, listener, or web availability may not match the configuration.',
165
+ impact: 'Runtime API, listener, or web availability may not match the configuration.',
166
166
  action: 'Use goodvibes-agent service check for read-only detail, then manage the runtime from GoodVibes TUI or your host tooling.',
167
167
  });
168
168
  }
@@ -6,7 +6,7 @@ export const AGENT_WORKSPACE_CATEGORIES: readonly AgentWorkspaceCategory[] = [
6
6
  group: 'OPERATE',
7
7
  label: 'Home',
8
8
  summary: 'Main operator surface for normal assistant work.',
9
- detail: 'Use this as the Agent front door: chat in the main conversation, inspect state, choose model/provider, and open setup surfaces without switching into coding-TUI behavior.',
9
+ detail: 'Use this as the Agent front door: chat in the main conversation, inspect state, choose model/provider, and open setup without switching modes.',
10
10
  actions: [
11
11
  { id: 'chat', label: 'Continue assistant chat', detail: 'Close this workspace and type a normal message. Agent work stays serial in the main conversation.', kind: 'guidance', safety: 'safe' },
12
12
  { id: 'model', label: 'Choose model', detail: 'Open the model/provider workspace for the Agent chat route.', command: '/model', kind: 'command', safety: 'safe' },
@@ -14,7 +14,7 @@ export const AGENT_WORKSPACE_CATEGORIES: readonly AgentWorkspaceCategory[] = [
14
14
  { id: 'knowledge-home', label: 'Agent Knowledge', detail: 'Jump to isolated Agent Knowledge status, ingest, search, and review flows.', targetCategoryId: 'knowledge', kind: 'workspace', safety: 'read-only' },
15
15
  { id: 'memory-home', label: 'Memory, skills, routines', detail: 'Jump to local memory, persona, skill, and routine setup. These are core Agent product features.', targetCategoryId: 'memory', kind: 'workspace', safety: 'safe' },
16
16
  { id: 'channels-home', label: 'Channels', detail: 'Jump to companion pairing and channel readiness without changing runtime connectivity.', targetCategoryId: 'channels', kind: 'workspace', safety: 'read-only' },
17
- { id: 'voice-home', label: 'Voice and media', detail: 'Jump to voice, TTS, image input, browser, and node posture setup.', targetCategoryId: 'voice-media', kind: 'workspace', safety: 'safe' },
17
+ { id: 'voice-home', label: 'Voice and media', detail: 'Jump to voice, TTS, image input, browser-tool, and media setup.', targetCategoryId: 'voice-media', kind: 'workspace', safety: 'safe' },
18
18
  { id: 'help', label: 'Browse commands', detail: 'Open registry-driven command help.', command: '/help', kind: 'command', safety: 'safe' },
19
19
  { id: 'health', label: 'Review health', detail: 'Show the local health review surface without starting or mutating runtime services.', command: '/health review', kind: 'command', safety: 'read-only' },
20
20
  ],
@@ -26,11 +26,11 @@ export const AGENT_WORKSPACE_CATEGORIES: readonly AgentWorkspaceCategory[] = [
26
26
  summary: 'Configuration, auth, provider, and onboarding surfaces.',
27
27
  detail: 'Agent connects to an existing GoodVibes runtime and owns local assistant configuration only. Runtime lifecycle and connectivity posture remain external.',
28
28
  actions: [
29
- { id: 'config', label: 'Open config workspace', detail: 'Use the TUI-derived fullscreen settings workspace.', command: '/config', kind: 'command', safety: 'safe' },
30
- { id: 'onboarding', label: 'Open setup wizard', detail: 'Review Agent runtime settings in the fullscreen setup flow.', command: '/onboarding', kind: 'command', safety: 'safe' },
29
+ { id: 'config', label: 'Open settings', detail: 'Open the fullscreen Agent settings workspace.', command: '/config', kind: 'command', safety: 'safe' },
30
+ { id: 'onboarding', label: 'Run setup', detail: 'Review Agent settings in the fullscreen setup flow.', command: '/onboarding', kind: 'command', safety: 'safe' },
31
31
  { id: 'setup-provider-model', label: 'Provider and model', detail: 'Choose the provider/model route for normal assistant chat.', command: '/model', kind: 'command', safety: 'safe' },
32
32
  { id: 'setup-agent-knowledge', label: 'Agent Knowledge', detail: 'Inspect the isolated Agent Knowledge store before ingesting source-backed material.', command: '/knowledge status', kind: 'command', safety: 'read-only' },
33
- { id: 'setup-runtime-profiles', label: 'Runtime profiles', detail: 'Browse starter templates for isolated Agent homes and operator identities.', command: '/agent-profile templates', kind: 'command', safety: 'read-only' },
33
+ { id: 'setup-runtime-profiles', label: 'Agent profiles', detail: 'Browse starter templates for isolated Agent homes and operator identities.', command: '/agent-profile templates', kind: 'command', safety: 'read-only' },
34
34
  { id: 'setup-personas', label: 'Personas', detail: 'Create or select the active local Agent persona.', targetCategoryId: 'personas', kind: 'workspace', safety: 'safe' },
35
35
  { id: 'setup-skills', label: 'Skills', detail: 'Create, review, and enable reusable local Agent skills.', targetCategoryId: 'skills', kind: 'workspace', safety: 'safe' },
36
36
  { id: 'setup-routines', label: 'Routines', detail: 'Create, review, and enable local Agent routines before any explicit schedule promotion.', targetCategoryId: 'routines', kind: 'workspace', safety: 'safe' },
@@ -48,7 +48,7 @@ export const AGENT_WORKSPACE_CATEGORIES: readonly AgentWorkspaceCategory[] = [
48
48
  summary: 'Companion pairing, channel posture, and delivery safety.',
49
49
  detail: 'Agent uses externally managed channel surfaces. Pairing, account inspection, and readiness checks are visible here; inbound delivery and public channel exposure stay policy-gated.',
50
50
  actions: [
51
- { id: 'pair', label: 'Pair companion', detail: 'Open the TUI-derived QR pairing surface for companion app setup.', command: '/pair', kind: 'command', safety: 'safe' },
51
+ { id: 'pair', label: 'Pair companion', detail: 'Open the QR pairing surface for companion app setup.', command: '/pair', kind: 'command', safety: 'safe' },
52
52
  { id: 'communication', label: 'Communication routes', detail: 'Inspect structured communication routes and recent activity.', command: '/communication', kind: 'command', safety: 'read-only' },
53
53
  { id: 'setup-review', label: 'Channel setup review', detail: 'Review setup posture without starting inbound endpoints or mutating channel state.', command: '/setup review', kind: 'command', safety: 'read-only' },
54
54
  { id: 'channel-safety', label: 'Delivery safety', detail: 'External messages, channel DMs, and public delivery targets require explicit user action and runtime policy. Agent will not silently send or expose channels from this workspace.', kind: 'guidance', safety: 'blocked' },
@@ -73,35 +73,34 @@ export const AGENT_WORKSPACE_CATEGORIES: readonly AgentWorkspaceCategory[] = [
73
73
  {
74
74
  id: 'voice-media',
75
75
  group: 'SETUP',
76
- label: 'Voice, Media & Nodes',
77
- summary: 'Voice, TTS, image input, browser surface, and node/remote posture.',
78
- detail: 'Voice, media, browser, and node surfaces are first-class operator surfaces. Agent uses the GoodVibes voice/media/provider/browser/remote bones while keeping runtime ownership external and side effects explicit.',
76
+ label: 'Voice & Media',
77
+ summary: 'Voice, TTS, image input, browser tools, and media providers.',
78
+ detail: 'Voice, media, browser tools, and image-capable flows are first-class Agent surfaces. Runtime ownership stays external and side effects stay explicit.',
79
79
  actions: [
80
- { id: 'tts-config', label: 'Configure live TTS', detail: 'Open the TUI-derived config workspace at the TTS settings group.', command: '/config tts', kind: 'command', safety: 'safe' },
80
+ { id: 'tts-config', label: 'Configure live TTS', detail: 'Open the settings workspace at the TTS group.', command: '/config tts', kind: 'command', safety: 'safe' },
81
81
  { id: 'tts-provider', label: 'Choose TTS provider', detail: 'Open provider/model routing for spoken responses through the settings flow.', command: '/config tts.provider', kind: 'command', safety: 'safe' },
82
82
  { id: 'tts-speak', label: 'Speak a prompt', detail: 'Submit a normal assistant turn and play the reply through configured live TTS. Close this workspace and provide real prompt text.', command: '/tts <prompt>', kind: 'command', safety: 'safe' },
83
83
  { id: 'image-attach', label: 'Attach image input', detail: 'Attach an image to the next assistant turn. Close this workspace and provide a real path and prompt.', command: '/image <path> <prompt>', kind: 'command', safety: 'safe' },
84
- { id: 'browser-surface', label: 'Browser surface status', detail: 'Inspect browser/web posture through setup diagnostics without starting inbound endpoints or runtime services.', command: '/setup services', kind: 'command', safety: 'read-only' },
84
+ { id: 'browser-surface', label: 'Browser tools', detail: 'Inspect browser/tool readiness without starting inbound endpoints or runtime services.', command: '/setup services', kind: 'command', safety: 'read-only' },
85
85
  { id: 'mcp-browser', label: 'Browser MCP tools', detail: 'Inspect MCP servers and tools, including browser/automation roles, without mutating server setup.', command: '/mcp servers', kind: 'command', safety: 'read-only' },
86
- { id: 'node-posture', label: 'Node/remote posture', detail: 'Inspect remote runner/node posture. Dispatch remains blocked unless the task is explicit build delegation to TUI.', command: '/remote list', kind: 'command', safety: 'read-only' },
87
86
  ],
88
87
  },
89
88
  {
90
89
  id: 'profiles',
91
90
  group: 'SETUP',
92
- label: 'Profiles & Portability',
91
+ label: 'Profiles',
93
92
  summary: 'Isolated Agent homes, config profiles, and setup bundles.',
94
- detail: 'Profiles isolate agent state. GoodVibes Agent exposes named runtime homes, config profile pickers, profile-sync bundles, setup transfer bundles, and support bundles while keeping the shared runtime external.',
93
+ detail: 'Profiles isolate Agent state. GoodVibes Agent exposes named homes, config profile pickers, profile-sync bundles, setup transfer bundles, and support bundles while keeping the shared runtime external.',
95
94
  actions: [
96
- { id: 'profiles-open', label: 'Open config profiles', detail: 'Open the TUI-derived config profile picker for display/provider/behavior profile files.', command: '/profiles', kind: 'command', safety: 'safe' },
95
+ { id: 'profiles-open', label: 'Open config profiles', detail: 'Open the config profile picker for display/provider/behavior profile files.', command: '/profiles', kind: 'command', safety: 'safe' },
97
96
  { id: 'runtime-profile-guide', label: 'Starter authoring guide', detail: 'Open the Agent-local starter authoring flow inside the TUI command surface.', command: '/agent-profile guide', kind: 'command', safety: 'safe' },
98
97
  { id: 'runtime-profile-templates', label: 'Browse starter templates', detail: 'List built-in and local Agent starter templates with persona, skill, routine, and source details.', command: '/agent-profile templates', kind: 'command', safety: 'read-only' },
99
98
  { id: 'profile-sync-list', label: 'Profile sync list', detail: 'Inspect saved config profiles available for export/import.', command: '/profilesync list', kind: 'command', safety: 'read-only' },
100
99
  { id: 'profile-sync-export', label: 'Export profile sync', detail: 'Export config profiles to a portable bundle. Requires a real path and explicit --yes.', command: '/profilesync export <path> --yes', kind: 'command', safety: 'safe' },
101
100
  { id: 'setup-transfer-export', label: 'Export setup transfer', detail: 'Export Agent setup transfer data from the current home. Requires a real path and explicit --yes.', command: '/setup transfer export <path> --yes', kind: 'command', safety: 'safe' },
102
- { id: 'runtime-profile-create', label: 'Create runtime profile', detail: 'Create an isolated Agent runtime profile from a built-in or local starter. Requires a real name and explicit --yes.', command: '/agent-profile create <name> --template <id> --yes', kind: 'command', safety: 'safe' },
101
+ { id: 'runtime-profile-create', label: 'Create Agent profile', detail: 'Create an isolated Agent profile from a built-in or local starter. Requires a real name and explicit --yes.', command: '/agent-profile create <name> --template <id> --yes', kind: 'command', safety: 'safe' },
103
102
  { id: 'runtime-profile-template-edit', label: 'Customize starter', detail: 'Export a starter JSON file, edit it, import it as a local starter, then create a profile from it.', command: '/agent-profile template export <id> <path> --yes', kind: 'command', safety: 'safe' },
104
- { id: 'runtime-profile-switch', label: 'Switch runtime profile', detail: 'Launch goodvibes-agent --agent-profile <name> to use that isolated Agent home. This workspace cannot switch the current process home after startup.', kind: 'guidance', safety: 'safe' },
103
+ { id: 'runtime-profile-switch', label: 'Switch Agent profile', detail: 'Launch goodvibes-agent --agent-profile <name> to use that isolated Agent home. This workspace cannot switch the current process home after startup.', kind: 'guidance', safety: 'safe' },
105
104
  ],
106
105
  },
107
106
  {
@@ -35,9 +35,9 @@ export function buildAgentWorkspaceSetupChecklist(input: AgentWorkspaceSetupChec
35
35
  return [
36
36
  {
37
37
  id: 'runtime',
38
- label: 'External runtime',
38
+ label: 'GoodVibes runtime',
39
39
  status: 'ready',
40
- detail: `Agent will connect to ${input.daemonBaseUrl}; runtime ownership stays outside this TUI.`,
40
+ detail: `Agent will connect to ${input.daemonBaseUrl}; runtime ownership stays outside this product.`,
41
41
  command: '/status',
42
42
  },
43
43
  {
@@ -58,10 +58,10 @@ export function buildAgentWorkspaceSetupChecklist(input: AgentWorkspaceSetupChec
58
58
  },
59
59
  {
60
60
  id: 'profile',
61
- label: 'Runtime profile',
61
+ label: 'Agent profile',
62
62
  status: setupStatusForCount(input.runtimeProfileCount, 'ready', 'optional'),
63
63
  detail: input.runtimeProfileCount > 0
64
- ? `${input.runtimeProfileCount} isolated runtime profile(s) are available.`
64
+ ? `${input.runtimeProfileCount} isolated Agent profile(s) are available.`
65
65
  : `${input.runtimeStarterTemplateCount} starter template(s) are available if this machine needs separate operator identities.`,
66
66
  command: '/agent-profile templates',
67
67
  },
@@ -43,12 +43,12 @@ function renderProfiles(homeDirectory: string): string {
43
43
  const profiles = listAgentRuntimeProfiles(homeDirectory);
44
44
  if (profiles.length === 0) {
45
45
  return [
46
- 'Agent Runtime Profiles',
47
- ' No isolated Agent runtime profiles yet.',
46
+ 'Agent Profiles',
47
+ ' No isolated Agent profiles yet.',
48
48
  ' Create one with /agent-profile create <name> --template <id> --yes.',
49
49
  ].join('\n');
50
50
  }
51
- return ['Agent Runtime Profiles', ...profiles.map(profileLine)].join('\n');
51
+ return ['Agent Profiles', ...profiles.map(profileLine)].join('\n');
52
52
  }
53
53
 
54
54
  function renderTemplates(homeDirectory: string): string {
@@ -80,7 +80,7 @@ function renderGuide(homeDirectory: string): string {
80
80
  '3. Edit id, name, description, persona, skills, and routines in that JSON file.',
81
81
  '4. Import it into this Agent home:',
82
82
  ' /agent-profile template import ./agent-starter.json --yes',
83
- '5. Create a runtime profile from the imported starter:',
83
+ '5. Create an Agent profile from the imported starter:',
84
84
  ' /agent-profile create <name> --template <imported-id> --yes',
85
85
  '',
86
86
  'This writes only Agent-local starter/profile state. It does not mutate the runtime host, default wiki, or non-Agent knowledge segments.',
@@ -107,7 +107,7 @@ export function registerAgentRuntimeProfileRuntimeCommands(registry: CommandRegi
107
107
  registry.register({
108
108
  name: 'agent-profile',
109
109
  aliases: ['runtime-profile', 'agent-profiles'],
110
- description: 'Manage isolated Agent runtime profiles and starter templates',
110
+ description: 'Manage isolated Agent profiles and starter templates',
111
111
  usage: '[list|templates|guide|template show|template export|template import|create|delete]',
112
112
  handler(args, ctx) {
113
113
  const shellPaths = requireShellPaths(ctx);
@@ -187,12 +187,12 @@ export function registerAgentRuntimeProfileRuntimeCommands(registry: CommandRegi
187
187
  return;
188
188
  }
189
189
  if (!parsed.yes) {
190
- requireYesFlag(ctx, `create Agent runtime profile ${name}`, '/agent-profile create <name> [--template <id>] --yes');
190
+ requireYesFlag(ctx, `create Agent profile ${name}`, '/agent-profile create <name> [--template <id>] --yes');
191
191
  return;
192
192
  }
193
193
  const profile = createAgentRuntimeProfile(homeDirectory, name, { templateId });
194
194
  ctx.print([
195
- `Agent runtime profile created: ${profile.id}`,
195
+ `Agent profile created: ${profile.id}`,
196
196
  ` home: ${profile.homeDirectory}`,
197
197
  profile.starterTemplateId ? ` starter: ${profile.starterTemplateId}` : '',
198
198
  ` launch: goodvibes-agent --agent-profile ${profile.id}`,
@@ -207,10 +207,10 @@ export function registerAgentRuntimeProfileRuntimeCommands(registry: CommandRegi
207
207
  return;
208
208
  }
209
209
  if (!parsed.yes) {
210
- requireYesFlag(ctx, `delete Agent runtime profile ${name}`, '/agent-profile delete <name> --yes');
210
+ requireYesFlag(ctx, `delete Agent profile ${name}`, '/agent-profile delete <name> --yes');
211
211
  return;
212
212
  }
213
- ctx.print(deleteAgentRuntimeProfile(homeDirectory, name) ? `Agent runtime profile deleted: ${name}` : `Agent runtime profile not found: ${name}`);
213
+ ctx.print(deleteAgentRuntimeProfile(homeDirectory, name) ? `Agent profile deleted: ${name}` : `Agent profile not found: ${name}`);
214
214
  return;
215
215
  }
216
216
 
@@ -252,7 +252,7 @@ export function registerOperatorRuntimeCommands(registry: CommandRegistry): void
252
252
 
253
253
  registry.register({
254
254
  name: 'ops',
255
- description: 'Operator Control Plane: view Agent operator posture without local task/agent lifecycle mutations',
255
+ description: 'Operator runtime status: view Agent posture without local task/agent lifecycle mutations',
256
256
  usage: '[view]',
257
257
  argsHint: '[view]',
258
258
  handler(args, ctx) {
@@ -260,7 +260,7 @@ export function registerOperatorRuntimeCommands(registry: CommandRegistry): void
260
260
 
261
261
  if (sub === 'view' || sub === undefined) {
262
262
  if (ctx.openOpsPanel) ctx.openOpsPanel();
263
- else ctx.print('Operator Control Plane panel is not available. Enable the operator-control-plane feature flag.');
263
+ else ctx.print('Operator runtime status panel is not available. Enable the operator-control-plane feature flag.');
264
264
  return;
265
265
  }
266
266
 
@@ -201,7 +201,7 @@ export function buildAgentSetupStep(controller: OnboardingWizardController): Onb
201
201
  {
202
202
  kind: 'status',
203
203
  id: 'agent-setup.profile-guide',
204
- label: 'Runtime profiles',
204
+ label: 'Agent profiles',
205
205
  hint: 'Use /agent-profile guide after setup to create household, research, travel, operations, or custom Agent profiles.',
206
206
  defaultValue: 'Local profiles',
207
207
  },
@@ -378,7 +378,7 @@ export function buildLocalStateStep(): OnboardingWizardStepDefinition {
378
378
  id: 'agent-local-state',
379
379
  title: 'Local memory and behavior',
380
380
  shortLabel: 'Memory',
381
- description: 'Review the Agent-local behavior model. Memory, personas, skills, routines, and runtime profiles stay local until a stable shared registry exists.',
381
+ description: 'Review the Agent-local behavior model. Memory, personas, skills, routines, and Agent profiles stay local until a stable shared registry exists.',
382
382
  summaryTitle: 'Local Agent state',
383
383
  summaryLines: [
384
384
  'Memory/personas/skills/routines: local Agent registries',
@@ -102,7 +102,7 @@ export function registerOperationsPanels(manager: PanelManager, deps: ResolvedBu
102
102
  name: 'Automation',
103
103
  icon: 'M',
104
104
  category: 'monitoring',
105
- description: 'Automation jobs, runs, deliveries, and failure posture across the control plane',
105
+ description: 'Automation jobs, runs, deliveries, and failure posture across the shared runtime',
106
106
  factory: () => new AutomationControlPanel(ui.readModels.automation),
107
107
  });
108
108
 
@@ -126,7 +126,7 @@ export function registerOperationsPanels(manager: PanelManager, deps: ResolvedBu
126
126
 
127
127
  manager.registerType({
128
128
  id: 'control-plane',
129
- name: 'Control Plane',
129
+ name: 'Runtime Status',
130
130
  icon: 'C',
131
131
  category: 'monitoring',
132
132
  description: 'Runtime state, clients, approvals, and recent operator activity',
@@ -42,7 +42,7 @@ export class ControlPlanePanel extends ScrollableListPanel<ControlPlaneClient> {
42
42
  private readonly unsub: (() => void) | null;
43
43
 
44
44
  public constructor(private readonly readModel?: UiReadModel<UiControlPlaneSnapshot>) {
45
- super('control-plane', 'Control Plane', 'C', 'monitoring');
45
+ super('control-plane', 'Runtime Status', 'C', 'monitoring');
46
46
  this.showSelectionGutter = true; // I5: non-color selection affordance
47
47
  this.unsub = readModel ? readModel.subscribe(() => this.markDirty()) : null;
48
48
  }
@@ -72,7 +72,7 @@ export class ControlPlanePanel extends ScrollableListPanel<ControlPlaneClient> {
72
72
  }
73
73
 
74
74
  protected override getEmptyStateMessage(): string {
75
- return ' No control-plane activity recorded.';
75
+ return ' No runtime activity recorded.';
76
76
  }
77
77
 
78
78
  protected override getEmptyStateActions(): Array<{ command: string; summary: string }> {
@@ -83,18 +83,18 @@ export class ControlPlanePanel extends ScrollableListPanel<ControlPlaneClient> {
83
83
  }
84
84
 
85
85
  public render(width: number, height: number): Line[] {
86
- const intro = 'Shared runtime state, live clients, approval pressure, and recent omnichannel session posture.';
86
+ const intro = 'Shared runtime state, live clients, approval pressure, and recent channel session posture.';
87
87
 
88
88
  if (!this.readModel) {
89
89
  const workspace = buildPanelWorkspace(width, height, {
90
- title: 'Control Plane',
90
+ title: 'Runtime Status',
91
91
  intro,
92
92
  sections: [{
93
93
  lines: buildEmptyState(
94
94
  width,
95
95
  ' Runtime read model not wired.',
96
- 'This panel needs the shared control-plane read model to inspect clients, requests, and approvals.',
97
- [{ command: '/cockpit', summary: 'use the cockpit while control-plane wiring is unavailable' }],
96
+ 'This panel needs the shared runtime read model to inspect clients, requests, and approvals.',
97
+ [{ command: '/cockpit', summary: 'use the cockpit while runtime wiring is unavailable' }],
98
98
  C,
99
99
  ),
100
100
  }],
@@ -128,9 +128,9 @@ export class ControlPlanePanel extends ScrollableListPanel<ControlPlaneClient> {
128
128
 
129
129
  if (clients.length === 0 && approvals.length === 0 && sessions.length === 0) {
130
130
  return this.renderList(width, height, {
131
- title: 'Control Plane',
131
+ title: 'Runtime Status',
132
132
  header: headerLines,
133
- emptyMessage: ' No control-plane activity recorded.',
133
+ emptyMessage: ' No runtime activity recorded.',
134
134
  });
135
135
  }
136
136
 
@@ -203,7 +203,7 @@ export class ControlPlanePanel extends ScrollableListPanel<ControlPlaneClient> {
203
203
  footerLines.push(buildPanelLine(width, [[' Up/Down move through connected clients', C.dim]]));
204
204
 
205
205
  return this.renderList(width, height, {
206
- title: 'Control Plane',
206
+ title: 'Runtime Status',
207
207
  header: headerLines,
208
208
  footer: footerLines,
209
209
  });
@@ -1,5 +1,5 @@
1
1
  /**
2
- * OpsControlPanel — operator control plane UI panel.
2
+ * OpsControlPanel — operator intervention log panel.
3
3
  *
4
4
  * Renders the ops audit log sourced from the OpsPanel diagnostics subscriber.
5
5
  * Each entry shows: seq, timestamp, action, target, outcome, and optional note.
@@ -130,7 +130,7 @@ export class OpsControlPanel extends ScrollableListPanel<OpsAuditEntry> {
130
130
  }
131
131
 
132
132
  protected override getEmptyStateActions(): Array<{ command: string; summary: string }> {
133
- return [{ command: '/cockpit', summary: 'open the cockpit and drive runtime interventions from the control rooms' }];
133
+ return [{ command: '/cockpit', summary: 'open the cockpit and review runtime interventions' }];
134
134
  }
135
135
 
136
136
  public render(width: number, height: number): Line[] {
@@ -142,7 +142,7 @@ export class OpsControlPanel extends ScrollableListPanel<OpsAuditEntry> {
142
142
  ];
143
143
 
144
144
  return this.renderList(width, height, {
145
- title: 'Operator Control Plane',
145
+ title: 'Operator Interventions',
146
146
  header: headerLines,
147
147
  footer: footerLines,
148
148
  });
@@ -63,10 +63,10 @@ export function buildProviderHealthDomainSummaries(
63
63
  name: 'settings',
64
64
  level: !settings.available ? 'info' : settingIssueCount > 0 ? 'warn' : 'good',
65
65
  summary: !settings.available
66
- ? 'settings control plane unavailable'
66
+ ? 'settings runtime API unavailable'
67
67
  : settingIssueCount > 0
68
68
  ? `${settings.conflictCount} conflicts / ${settings.recentFailureCount} failures${settings.hasStagedManagedBundle ? ' / staged bundle' : ''}`
69
- : 'settings control plane clean',
69
+ : 'settings runtime API clean',
70
70
  next: settingIssueCount > 0 ? '/settingssync panel' : '/settingssync show <key>',
71
71
  details: [
72
72
  settings.conflictCount > 0 ? `${settings.conflictCount} unresolved import conflict(s)` : '',
@@ -153,8 +153,8 @@ function snapshotLines(workspace: AgentWorkspace, category: AgentWorkspaceCatego
153
153
  );
154
154
  } else if (category.id === 'setup') {
155
155
  base.push(
156
- { text: `External runtime: ${snapshot.daemonBaseUrl}`, fg: PALETTE.info },
157
- { text: `Runtime ownership: ${snapshot.daemonOwnership}; Agent never starts or restarts it`, fg: PALETTE.good },
156
+ { text: `GoodVibes runtime: ${snapshot.daemonBaseUrl}`, fg: PALETTE.info },
157
+ { text: `Runtime owner: ${snapshot.daemonOwnership}; Agent connects but never starts or restarts it`, fg: PALETTE.good },
158
158
  { text: `Workspace: ${snapshot.workingDirectory}`, fg: PALETTE.muted },
159
159
  { text: `Home: ${snapshot.homeDirectory}`, fg: PALETTE.muted },
160
160
  { text: '' },
@@ -166,7 +166,7 @@ function snapshotLines(workspace: AgentWorkspace, category: AgentWorkspaceCatego
166
166
  const configuredDefaults = snapshot.channels.filter((channel) => channel.defaultTarget === 'configured').length;
167
167
  const disabledChannels = snapshot.channels.filter((channel) => !channel.enabled).map((channel) => channel.label).join(', ');
168
168
  base.push(
169
- { text: `External runtime: ${snapshot.daemonBaseUrl}`, fg: PALETTE.info },
169
+ { text: `GoodVibes runtime: ${snapshot.daemonBaseUrl}`, fg: PALETTE.info },
170
170
  { text: `Readiness: ${readyCount}/${snapshot.channels.length} ready; ${enabledCount} enabled; ${configuredDefaults} default target(s) configured.`, fg: PALETTE.info },
171
171
  { text: `Disabled channels: ${disabledChannels || 'none'}.`, fg: PALETTE.dim },
172
172
  { text: 'Pairing: use /pair or /qrcode for companion setup.', fg: PALETTE.info },
@@ -195,18 +195,18 @@ function snapshotLines(workspace: AgentWorkspace, category: AgentWorkspaceCatego
195
195
  { text: `Voice surface: ${snapshot.voiceSurfaceEnabled ? 'enabled' : 'disabled'}; use /voice review for portable voice posture.`, fg: snapshot.voiceSurfaceEnabled ? PALETTE.warn : PALETTE.muted },
196
196
  { text: `TTS config: provider ${snapshot.ttsProvider}; voice ${snapshot.ttsVoice}; response model ${snapshot.ttsResponseModel}.`, fg: PALETTE.info },
197
197
  { text: `Media providers: ${snapshot.mediaProviderCount}; understanding: ${snapshot.mediaUnderstandingProviderCount}; generation: ${snapshot.mediaGenerationProviderCount}.`, fg: PALETTE.info },
198
- { text: `Browser surface: ${snapshot.browserSurfaceEnabled ? 'enabled' : 'disabled'}; public base URL ${snapshot.browserSurfacePublicBaseUrl}.`, fg: snapshot.browserSurfaceEnabled ? PALETTE.warn : PALETTE.muted },
199
- { text: 'Node/remote posture is read-only here; build dispatch remains explicit TUI delegation.', fg: PALETTE.good },
198
+ { text: `Browser tools: ${snapshot.browserSurfaceEnabled ? 'available' : 'not advertised'}; public base URL ${snapshot.browserSurfacePublicBaseUrl}.`, fg: snapshot.browserSurfaceEnabled ? PALETTE.warn : PALETTE.muted },
199
+ { text: 'Remote runner posture is hidden from this setup surface; build dispatch remains explicit delegation.', fg: PALETTE.good },
200
200
  { text: 'Image input uses prompt attachments; media generation/provider setup stays behind explicit commands and configured providers.', fg: PALETTE.muted },
201
201
  );
202
202
  } else if (category.id === 'profiles') {
203
203
  base.push(
204
- { text: `Active runtime profile: ${snapshot.activeRuntimeProfile}`, fg: PALETTE.info },
205
- { text: `Runtime profiles under this home: ${snapshot.runtimeProfileCount}`, fg: PALETTE.info },
206
- { text: `Runtime profile root: ${snapshot.runtimeProfileRoot}`, fg: PALETTE.muted },
204
+ { text: `Active Agent profile: ${snapshot.activeRuntimeProfile}`, fg: PALETTE.info },
205
+ { text: `Agent profiles under this home: ${snapshot.runtimeProfileCount}`, fg: PALETTE.info },
206
+ { text: `Agent profile root: ${snapshot.runtimeProfileRoot}`, fg: PALETTE.muted },
207
207
  { text: `Starter templates: ${snapshot.runtimeStarterTemplateCount}; local custom: ${snapshot.localStarterTemplateCount}`, fg: PALETTE.info },
208
208
  { text: `Config profiles: ${snapshot.configProfileCount}`, fg: PALETTE.info },
209
- { text: 'Named runtime profiles isolate Agent-local config, sessions, memory, personas, skills, routines, setup, and bundles.', fg: PALETTE.good },
209
+ { text: 'Named Agent profiles isolate local config, sessions, memory, personas, skills, routines, setup, and bundles.', fg: PALETTE.good },
210
210
  { text: 'Starter authoring: browse, export, edit, import, and create Agent profiles from inside this workspace via /agent-profile.', fg: PALETTE.info },
211
211
  { text: 'The external GoodVibes runtime remains shared unless the owning host is configured separately.', fg: PALETTE.warn },
212
212
  { text: 'Portable bundles require explicit export/import commands with real paths and --yes.', fg: PALETTE.muted },
@@ -87,7 +87,7 @@ export const CATEGORY_LABELS: Record<(typeof SETTINGS_CATEGORIES)[number], strin
87
87
  helper: 'Helper',
88
88
  tts: 'TTS',
89
89
  service: 'Service',
90
- controlPlane: 'Control Plane',
90
+ controlPlane: 'Runtime API',
91
91
  httpListener: 'HTTP Listener',
92
92
  web: 'Web',
93
93
  batch: 'Batch',
@@ -123,18 +123,18 @@ export const SETTING_LABELS: Partial<Record<string, string>> = {
123
123
  'helper.enabled': 'Helper Enabled',
124
124
  'helper.globalProvider': 'Helper Provider',
125
125
  'helper.globalModel': 'Helper Model',
126
- // Control Plane
127
- 'controlPlane.enabled': 'CP Enabled',
128
- 'controlPlane.hostMode': 'CP Host Mode',
129
- 'controlPlane.host': 'CP Host',
130
- 'controlPlane.port': 'CP Port',
131
- 'controlPlane.baseUrl': 'CP Base URL',
132
- 'controlPlane.streamMode': 'CP Stream Mode',
133
- 'controlPlane.allowRemote': 'CP Allow Remote',
134
- 'controlPlane.trustProxy': 'CP Trust Proxy',
135
- 'controlPlane.tls.mode': 'CP TLS Mode',
136
- 'controlPlane.tls.certFile': 'CP TLS Cert',
137
- 'controlPlane.tls.keyFile': 'CP TLS Key',
126
+ // Runtime API
127
+ 'controlPlane.enabled': 'Runtime API Enabled',
128
+ 'controlPlane.hostMode': 'Runtime API Host Mode',
129
+ 'controlPlane.host': 'Runtime API Host',
130
+ 'controlPlane.port': 'Runtime API Port',
131
+ 'controlPlane.baseUrl': 'Runtime API Base URL',
132
+ 'controlPlane.streamMode': 'Runtime API Stream Mode',
133
+ 'controlPlane.allowRemote': 'Runtime API Allow Remote',
134
+ 'controlPlane.trustProxy': 'Runtime API Trust Proxy',
135
+ 'controlPlane.tls.mode': 'Runtime API TLS Mode',
136
+ 'controlPlane.tls.certFile': 'Runtime API TLS Cert',
137
+ 'controlPlane.tls.keyFile': 'Runtime API TLS Key',
138
138
  // HTTP Listener
139
139
  'httpListener.hostMode': 'HTTP Host Mode',
140
140
  'httpListener.host': 'HTTP Host',
@@ -35,7 +35,7 @@ const CATEGORY_INFO: Record<SettingsCategory, string> = {
35
35
  helper: 'Helper model defaults used by helper subsystems when they do not use the main chat route.',
36
36
  tts: 'Text-to-speech provider, voice, and optional spoken-turn LLM overrides.',
37
37
  service: 'External GoodVibes runtime service posture. Agent shows these compatibility keys for inspection only and does not install, start, stop, restart, or autostart services.',
38
- controlPlane: 'External GoodVibes runtime control-plane settings for local admin/API access. Agent connects to that runtime and does not mutate its bind posture.',
38
+ controlPlane: 'External GoodVibes runtime API settings for local admin/API access. Agent connects to that runtime and does not mutate its bind posture.',
39
39
  httpListener: 'External HTTP listener settings for webhook and integration ingress. Agent does not start or expose the listener.',
40
40
  web: 'External browser surface settings. Agent does not own the web listener or network bind lifecycle.',
41
41
  batch: 'Batch execution settings reported from the external GoodVibes runtime. Agent does not own remote queue provisioning.',
@@ -50,7 +50,7 @@ const CATEGORY_INFO: Record<SettingsCategory, string> = {
50
50
  danger: 'High-impact runtime and listener switches. Agent renders host-owned switches read-only; use GoodVibes TUI or the owning host to change them.',
51
51
  tools: 'Tool LLM and helper model routing. Empty provider/model values inherit the active chat route unless a specific helper/tool route is set.',
52
52
  flags: 'Feature flags are SDK runtime gates. They are separate from normal config keys because they enable or disable staged runtime behavior.',
53
- network: 'Read-only view of external GoodVibes runtime control-plane, HTTP listener, and browser web bind posture plus editable Agent network settings.',
53
+ network: 'Read-only view of external GoodVibes runtime API, HTTP listener, and browser web bind posture plus editable Agent network settings.',
54
54
  };
55
55
 
56
56
  const ENUM_VALUE_DESCRIPTIONS: Record<string, Record<string, string>> = {
@@ -552,7 +552,7 @@ export async function bootstrapRuntime(
552
552
  },
553
553
  };
554
554
 
555
- // ── Phase 12b: Operator Control Plane wiring (feature-gated) ──────────────
555
+ // ── Phase 12b: Operator intervention wiring (feature-gated) ──────────────
556
556
  // Wire the OpsControlPlane into CommandContext when the feature flag is enabled.
557
557
  // The store and task manager are created unconditionally so they reflect the
558
558
  // real runtime state (tasks registered before the flag check are visible).
@@ -1,5 +1,5 @@
1
1
  /**
2
- * OpsPanel — diagnostic data provider for the Operator Control Plane.
2
+ * OpsPanel — diagnostic data provider for operator interventions.
3
3
  *
4
4
  * Subscribes to OPS_AUDIT events from the UI-facing ops event feed and maintains a
5
5
  * bounded buffer of intervention records for display
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.64';
9
+ let _version = '0.1.65';
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 {