cccc-sdk 0.4.4 → 0.4.40

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.
Files changed (58) hide show
  1. package/README.md +252 -16
  2. package/dist/client.d.ts +87 -163
  3. package/dist/client.d.ts.map +1 -1
  4. package/dist/client.js +663 -536
  5. package/dist/client.js.map +1 -1
  6. package/dist/client_0430_admin_ops.d.ts +56 -0
  7. package/dist/client_0430_admin_ops.d.ts.map +1 -0
  8. package/dist/client_0430_admin_ops.js +143 -0
  9. package/dist/client_0430_admin_ops.js.map +1 -0
  10. package/dist/client_0430_assistant_ops.d.ts +106 -0
  11. package/dist/client_0430_assistant_ops.d.ts.map +1 -0
  12. package/dist/client_0430_assistant_ops.js +122 -0
  13. package/dist/client_0430_assistant_ops.js.map +1 -0
  14. package/dist/client_0430_memory_ops.d.ts +14 -0
  15. package/dist/client_0430_memory_ops.d.ts.map +1 -0
  16. package/dist/client_0430_memory_ops.js +84 -0
  17. package/dist/client_0430_memory_ops.js.map +1 -0
  18. package/dist/client_0430_ops.d.ts +8 -0
  19. package/dist/client_0430_ops.d.ts.map +1 -0
  20. package/dist/client_0430_ops.js +9 -0
  21. package/dist/client_0430_ops.js.map +1 -0
  22. package/dist/client_0430_shared.d.ts +15 -0
  23. package/dist/client_0430_shared.d.ts.map +1 -0
  24. package/dist/client_0430_shared.js +4 -0
  25. package/dist/client_0430_shared.js.map +1 -0
  26. package/dist/client_0434_ops.d.ts +10 -0
  27. package/dist/client_0434_ops.d.ts.map +1 -0
  28. package/dist/client_0434_ops.js +43 -0
  29. package/dist/client_0434_ops.js.map +1 -0
  30. package/dist/client_chat_ops.d.ts +28 -0
  31. package/dist/client_chat_ops.d.ts.map +1 -0
  32. package/dist/client_chat_ops.js +213 -0
  33. package/dist/client_chat_ops.js.map +1 -0
  34. package/dist/client_connect_ops.d.ts +9 -0
  35. package/dist/client_connect_ops.d.ts.map +1 -0
  36. package/dist/client_connect_ops.js +44 -0
  37. package/dist/client_connect_ops.js.map +1 -0
  38. package/dist/client_group_space_ops.d.ts +24 -0
  39. package/dist/client_group_space_ops.d.ts.map +1 -0
  40. package/dist/client_group_space_ops.js +167 -0
  41. package/dist/client_group_space_ops.js.map +1 -0
  42. package/dist/errors.d.ts +17 -1
  43. package/dist/errors.d.ts.map +1 -1
  44. package/dist/errors.js +26 -1
  45. package/dist/errors.js.map +1 -1
  46. package/dist/index.d.ts +4 -4
  47. package/dist/index.d.ts.map +1 -1
  48. package/dist/index.js +3 -3
  49. package/dist/index.js.map +1 -1
  50. package/dist/transport.d.ts +4 -3
  51. package/dist/transport.d.ts.map +1 -1
  52. package/dist/transport.js +236 -120
  53. package/dist/transport.js.map +1 -1
  54. package/dist/types.d.ts +752 -89
  55. package/dist/types.d.ts.map +1 -1
  56. package/dist/types.js +7 -3
  57. package/dist/types.js.map +1 -1
  58. package/package.json +3 -3
package/dist/client.d.ts CHANGED
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * CCCC SDK client
3
3
  */
4
- import type { DaemonEndpoint, DaemonResponse, CCCCClientOptions, CompatibilityOptions, SendOptions, TrackedSendOptions, SendCrossGroupOptions, ReplyOptions, ActorAddOptions, ActorUpdateOptions, ActorEnvPrivateUpdateOptions, ActorProfileUpsertOptions, ActorProfileSecretUpdateOptions, ActorProfileSecretCopyFromActorOptions, ActorProfileSecretCopyFromProfileOptions, GroupCreateOptions, GroupUpdateOptions, CapabilityOverviewOptions, CapabilitySearchOptions, CapabilityEnableOptions, CapabilityBlockOptions, CapabilityStateOptions, CapabilityAllowlistGetOptions, CapabilityAllowlistValidateOptions, CapabilityAllowlistUpdateOptions, CapabilityAllowlistResetOptions, CapabilityImportOptions, CapabilityUninstallOptions, CapabilityToolCallOptions, GroupAutomationUpdateOptions, GroupAutomationManageOptions, GroupAutomationResetBaselineOptions, GroupSpaceStatusOptions, GroupSpaceSpacesOptions, GroupSpaceCapabilitiesOptions, GroupSpaceBindOptions, GroupSpaceIngestOptions, GroupSpaceQueryOptions, GroupSpaceSourcesOptions, GroupSpaceArtifactOptions, GroupSpaceJobsOptions, GroupSpaceSyncOptions, GroupSpaceProviderCredentialStatusOptions, GroupSpaceProviderCredentialUpdateOptions, GroupSpaceProviderHealthCheckOptions, GroupSpaceProviderAuthOptions, InboxListOptions, ContextSyncOptions, CoordinationBriefUpdateOptions, CoordinationNoteAddOptions, TaskCreateOptions, TaskUpdateOptions, TaskMoveOptions, TaskRestoreOptions, AgentStateUpdateOptions, AgentStateClearOptions, MetaMergeOptions, EventsStreamOptions, EventStreamItem, FileSendOptions, LedgerTailOptions, TerminalTailOptions, CCCSEvent, SendResult, SendAndWaitOptions, PingResult, GroupsResult, GroupShowResult, GroupCreateResult, ActorListResult, ActorAddResult, InboxListResult, ContextGetResult, CapabilityUseOptions, MemorySearchOptions, MemoryGetOptions, MemoryWriteOptions, MemoryHealthOptions, MemoryProfileGetOptions } from './types.js';
4
+ import { type ConnectOps } from './client_connect_ops.js';
5
+ import type { DaemonEndpoint, DaemonResponse, CCCCClientOptions, CompatibilityOptions, ActorAddOptions, ActorUpdateOptions, GroupResetOptions, ActorEnvPrivateUpdateOptions, ActorProfileUpsertOptions, ActorProfileSecretUpdateOptions, ActorProfileSecretCopyFromActorOptions, ActorProfileSecretCopyFromProfileOptions, GroupCreateOptions, GroupUpdateOptions, CapabilityOverviewOptions, CapabilitySearchOptions, CapabilityEnableOptions, CapabilityBlockOptions, CapabilityStateOptions, CapabilityAllowlistGetOptions, CapabilityAllowlistValidateOptions, CapabilityAllowlistUpdateOptions, CapabilityAllowlistResetOptions, CapabilityImportOptions, CapabilityUninstallOptions, CapabilityToolCallOptions, CapabilityVisibilityOptions, CapabilityInstallTargetOptions, CapabilitySourceDeleteOptions, GroupAutomationUpdateOptions, GroupAutomationManageOptions, GroupAutomationResetBaselineOptions, ContextSyncOptions, CoordinationBriefUpdateOptions, CoordinationNoteAddOptions, TaskCreateOptions, TaskUpdateOptions, TaskMoveOptions, TaskRestoreOptions, TaskDeleteOptions, AgentStateUpdateOptions, AgentStateClearOptions, MetaMergeOptions, EventsStreamOptions, EventStreamItem, ContextGetResult, ContextDetail, CapabilityUseOptions, MemorySearchOptions, MemoryGetOptions, MemoryWriteOptions, MemoryHealthOptions, MemoryProfileGetOptions, TrackedSendOptions, TaskListOptions, HeadlessStatusOptions, HeadlessSetStatusOptions, GroupCopyExportOptions, GroupCopyPreviewImportOptions, GroupCopyImportOptions, PresentationGetOptions, PresentationPublishOptions, PresentationClearOptions, PresentationBrowserOpenOptions, PresentationBrowserInfoOptions, PresentationBrowserCloseOptions, AssistantStateOptions, AssistantVoiceRecordingLeaseOptions, AssistantSettingsUpdateOptions, AssistantStatusUpdateOptions, ObservabilityUpdateOptions, BrandingUpdateOptions, DebugSnapshotOptions, DebugTailLogsOptions, DebugClearLogsOptions, TerminalTailOptions, TerminalClearOptions, LedgerSnapshotOptions, LedgerCompactOptions, StreamEmitOptions, SystemNotifyOptions, RegistryReconcileOptions, GroupDetachScopeOptions, RuntimeHermesPrepareOptions, RuntimeHermesMcpTestOptions } from './types.js';
6
+ import { type CCCC0430Ops } from './client_0430_ops.js';
7
+ import { type CCCC0434Ops } from './client_0434_ops.js';
8
+ import { type GroupSpaceOps } from './client_group_space_ops.js';
9
+ import { type ChatOps } from './client_chat_ops.js';
5
10
  /**
6
11
  * Client for communicating with the CCCC daemon over IPC (Unix socket or TCP).
7
12
  *
@@ -12,8 +17,10 @@ import type { DaemonEndpoint, DaemonResponse, CCCCClientOptions, CompatibilityOp
12
17
  * ```
13
18
  */
14
19
  export declare class CCCCClient {
15
- private readonly _endpoint;
20
+ private _endpoint;
16
21
  private readonly _timeoutMs;
22
+ private readonly _ccccHome?;
23
+ private readonly _endpointExplicit;
17
24
  private constructor();
18
25
  /**
19
26
  * Create a new client instance, auto-discovering the daemon endpoint.
@@ -35,14 +42,13 @@ export declare class CCCCClient {
35
42
  callRaw(op: string, args?: Record<string, unknown>): Promise<DaemonResponse>;
36
43
  /**
37
44
  * Send an IPC request and return only the result payload.
38
- * @typeParam T - Expected result type (defaults to `Record<string, unknown>`).
39
45
  * @param op - The IPC operation name.
40
46
  * @param args - Operation arguments.
41
- * @returns The `result` field from the daemon response, cast to `T`.
47
+ * @returns The `result` field from the daemon response (empty object if absent).
42
48
  * @throws {DaemonAPIError} If the daemon returns an error.
43
49
  * @throws {DaemonUnavailableError} If the connection fails.
44
50
  */
45
- call<T = Record<string, unknown>>(op: string, args?: Record<string, unknown>): Promise<T>;
51
+ call(op: string, args?: Record<string, unknown>): Promise<Record<string, unknown>>;
46
52
  /**
47
53
  * Assert that the connected daemon meets the caller's compatibility requirements.
48
54
  * Checks IPC version, capabilities, and operation support by probing.
@@ -51,25 +57,25 @@ export declare class CCCCClient {
51
57
  * @throws {IncompatibleDaemonError} If any compatibility check fails.
52
58
  * @throws {DaemonUnavailableError} If the connection fails.
53
59
  */
54
- assertCompatible(options?: CompatibilityOptions): Promise<PingResult>;
60
+ assertCompatible(options?: CompatibilityOptions): Promise<Record<string, unknown>>;
55
61
  /**
56
62
  * Ping the daemon and return diagnostic information (ipc_v, capabilities, etc.).
57
63
  * @returns Daemon ping result.
58
64
  * @throws {DaemonUnavailableError} If the daemon is not reachable.
59
65
  */
60
- ping(): Promise<PingResult>;
66
+ ping(): Promise<Record<string, unknown>>;
61
67
  /**
62
68
  * List all groups
63
69
  */
64
- groups(): Promise<GroupsResult>;
70
+ groups(): Promise<Record<string, unknown>>;
65
71
  /**
66
72
  * Show group details
67
73
  */
68
- groupShow(groupId: string): Promise<GroupShowResult>;
74
+ groupShow(groupId: string): Promise<Record<string, unknown>>;
69
75
  /**
70
76
  * Create group
71
77
  */
72
- groupCreate(options?: GroupCreateOptions): Promise<GroupCreateResult>;
78
+ groupCreate(options?: GroupCreateOptions): Promise<Record<string, unknown>>;
73
79
  /**
74
80
  * Update group
75
81
  */
@@ -78,6 +84,8 @@ export declare class CCCCClient {
78
84
  * Delete group
79
85
  */
80
86
  groupDelete(groupId: string, by?: string): Promise<Record<string, unknown>>;
87
+ /** Replace a group with a clean group while preserving selected configuration. */
88
+ groupReset(options: GroupResetOptions): Promise<Record<string, unknown>>;
81
89
  /**
82
90
  * Use group (set active scope)
83
91
  */
@@ -121,14 +129,14 @@ export declare class CCCCClient {
121
129
  /**
122
130
  * List actors in group
123
131
  */
124
- actorList(groupId: string): Promise<ActorListResult>;
132
+ actorList(groupId: string): Promise<Record<string, unknown>>;
125
133
  /**
126
134
  * Add an actor to a group.
127
- * @param options - Actor configuration (id, runtime, runner, etc.).
135
+ * @param options - Actor configuration (id, runtime, command, etc.).
128
136
  * @returns The daemon result (includes assigned actor id).
129
137
  * @throws {DaemonAPIError} On invalid group or duplicate actor id.
130
138
  */
131
- actorAdd(options: ActorAddOptions): Promise<ActorAddResult>;
139
+ actorAdd(options: ActorAddOptions): Promise<Record<string, unknown>>;
132
140
  /**
133
141
  * Update actor
134
142
  */
@@ -138,17 +146,9 @@ export declare class CCCCClient {
138
146
  */
139
147
  actorRemove(groupId: string, actorId: string, by?: string): Promise<Record<string, unknown>>;
140
148
  /**
141
- * Start actor.
142
- * @param groupId - Group ID.
143
- * @param actorId - Actor ID.
144
- * @param options - Optional settings. Pass `{ idempotent: true }` to suppress errors when the actor is already running.
145
- * @returns The daemon result.
146
- * @throws {DaemonAPIError} On error (unless idempotent and actor already running).
149
+ * Start actor
147
150
  */
148
- actorStart(groupId: string, actorId: string, options?: string | {
149
- by?: string;
150
- idempotent?: boolean;
151
- }): Promise<Record<string, unknown>>;
151
+ actorStart(groupId: string, actorId: string, by?: string): Promise<Record<string, unknown>>;
152
152
  /**
153
153
  * Stop actor
154
154
  */
@@ -157,6 +157,9 @@ export declare class CCCCClient {
157
157
  * Restart actor
158
158
  */
159
159
  actorRestart(groupId: string, actorId: string, by?: string): Promise<Record<string, unknown>>;
160
+ runtimeHermesStatus(): Promise<Record<string, unknown>>;
161
+ runtimeHermesPrepare(options?: RuntimeHermesPrepareOptions): Promise<Record<string, unknown>>;
162
+ runtimeHermesMcpTest(options?: RuntimeHermesMcpTestOptions): Promise<Record<string, unknown>>;
160
163
  /**
161
164
  * List actor private env keys (without values)
162
165
  */
@@ -204,7 +207,7 @@ export declare class CCCCClient {
204
207
  /**
205
208
  * Search the capability registry for one group/caller scope.
206
209
  */
207
- capabilitySearch(options?: CapabilitySearchOptions): Promise<Record<string, unknown>>;
210
+ capabilitySearch(options: CapabilitySearchOptions): Promise<Record<string, unknown>>;
208
211
  /**
209
212
  * Enable or disable a capability.
210
213
  */
@@ -216,7 +219,7 @@ export declare class CCCCClient {
216
219
  /**
217
220
  * Read effective capability exposure for one caller scope.
218
221
  */
219
- capabilityState(options?: CapabilityStateOptions | string, actorId?: string): Promise<Record<string, unknown>>;
222
+ capabilityState(options: CapabilityStateOptions): Promise<Record<string, unknown>>;
220
223
  /**
221
224
  * Read capability allowlist default, overlay, and effective snapshots.
222
225
  */
@@ -245,173 +248,94 @@ export declare class CCCCClient {
245
248
  * Call one enabled dynamic capability tool through daemon IPC.
246
249
  */
247
250
  capabilityToolCall(options: CapabilityToolCallOptions): Promise<Record<string, unknown>>;
248
- /**
249
- * Send a chat message to a group.
250
- * @param options - Message content, recipients, and priority.
251
- * @returns The created event and optional ack event.
252
- * @throws {DaemonAPIError} On invalid group, missing permissions, etc.
253
- */
254
- send(options: SendOptions): Promise<SendResult>;
255
- /**
256
- * Send message across groups.
257
- * @returns The created event and optional ack event.
258
- */
259
- sendCrossGroup(options: SendCrossGroupOptions): Promise<SendResult>;
260
- /**
261
- * Create a durable task and send one linked visible message.
262
- */
263
- trackedSend(options: TrackedSendOptions): Promise<Record<string, unknown>>;
264
- /**
265
- * Reply to a message.
266
- * @returns The created event and optional ack event.
267
- */
268
- reply(options: ReplyOptions): Promise<SendResult>;
269
- /**
270
- * Send a message and wait for a reply to it.
271
- * Opens the event stream **before** sending to avoid race conditions,
272
- * then yields control to the stream until a matching reply arrives.
273
- *
274
- * @param options - Send options plus `listenAs` (the actor to listen as) and optional `waitTimeoutMs`.
275
- * @returns The reply event (a `chat.message` whose `reply_to` matches the sent event ID).
276
- * @throws {DaemonAPIError} On send/stream errors.
277
- * @throws {Error} If the timeout elapses or the signal is aborted before a reply arrives.
278
- */
279
- sendAndWaitForReply(options: SendAndWaitOptions): Promise<CCCSEvent>;
280
- /**
281
- * Acknowledge chat message
282
- */
283
- chatAck(groupId: string, actorId: string, eventId: string, by?: string): Promise<Record<string, unknown>>;
284
- /**
285
- * Send a file as a chat attachment.
286
- * @param options - File path (relative to scope root), optional caption and recipients.
287
- * @returns The created event and optional ack event.
288
- */
289
- fileSend(options: FileSendOptions): Promise<SendResult>;
290
- /**
291
- * Get recent chat messages from the ledger.
292
- * @param options - Group ID, limit, and max chars.
293
- * @returns The ledger tail result.
294
- */
295
- ledgerTail(options: LedgerTailOptions): Promise<Record<string, unknown>>;
296
- /**
297
- * Get recent terminal output from an actor.
298
- * @param options - Group ID, actor ID, and line count.
299
- * @returns The terminal tail result.
300
- */
301
- terminalTail(options: TerminalTailOptions): Promise<Record<string, unknown>>;
302
- /**
303
- * List inbox
304
- */
305
- inboxList(options: InboxListOptions): Promise<InboxListResult>;
306
- /**
307
- * Mark message as read
308
- */
309
- inboxMarkRead(groupId: string, actorId: string, eventId: string, by?: string): Promise<Record<string, unknown>>;
310
- /**
311
- * Mark all messages as read
312
- */
313
- inboxMarkAllRead(groupId: string, actorId: string, by?: string, kindFilter?: string): Promise<Record<string, unknown>>;
314
- /**
315
- * Acknowledge notification
316
- */
317
- notifyAck(groupId: string, actorId: string, notifyEventId: string, by?: string): Promise<Record<string, unknown>>;
251
+ capabilityUse(options: CapabilityUseOptions): Promise<Record<string, unknown>>;
252
+ memorySearch(options: MemorySearchOptions): Promise<Record<string, unknown>>;
253
+ memoryGet(options: MemoryGetOptions): Promise<Record<string, unknown>>;
254
+ memoryWrite(options: MemoryWriteOptions): Promise<Record<string, unknown>>;
255
+ memoryHealth(options: MemoryHealthOptions): Promise<Record<string, unknown>>;
256
+ memoryProfileGet(options: MemoryProfileGetOptions): Promise<Record<string, unknown>>;
318
257
  /**
319
258
  * Get group context
320
259
  */
321
- contextGet(groupId: string): Promise<ContextGetResult>;
260
+ contextGet(groupId: string, detail?: ContextDetail): Promise<ContextGetResult>;
322
261
  /**
323
262
  * Sync context
324
263
  */
325
264
  contextSync(options: ContextSyncOptions): Promise<Record<string, unknown>>;
326
265
  private contextOp;
327
- /** Update the shared coordination brief (Context Ops v3). */
328
266
  coordinationBriefUpdate(options: CoordinationBriefUpdateOptions): Promise<Record<string, unknown>>;
329
- /** Add a compact coordination decision or handoff note. */
330
267
  coordinationNoteAdd(options: CoordinationNoteAddOptions): Promise<Record<string, unknown>>;
331
- /** Create a Context Ops v3 task. */
332
268
  taskCreate(options: TaskCreateOptions): Promise<Record<string, unknown>>;
333
- /** Update a Context Ops v3 task. */
334
269
  taskUpdate(options: TaskUpdateOptions): Promise<Record<string, unknown>>;
335
- /** Move a task through the canonical lifecycle operation. */
336
270
  taskMove(options: TaskMoveOptions): Promise<Record<string, unknown>>;
337
- /** Restore an archived task. */
338
271
  taskRestore(options: TaskRestoreOptions): Promise<Record<string, unknown>>;
339
- /** Update per-actor working memory. */
272
+ taskDelete(options: TaskDeleteOptions): Promise<Record<string, unknown>>;
340
273
  agentStateUpdate(options: AgentStateUpdateOptions): Promise<Record<string, unknown>>;
341
- /** Clear per-actor working memory. */
342
274
  agentStateClear(options: AgentStateClearOptions): Promise<Record<string, unknown>>;
343
- /** Merge restricted projection metadata. */
344
275
  metaMerge(options: MetaMergeOptions): Promise<Record<string, unknown>>;
345
- capabilityUse(options: CapabilityUseOptions): Promise<Record<string, unknown>>;
346
- memorySearch(options: MemorySearchOptions): Promise<Record<string, unknown>>;
347
- memoryGet(options: MemoryGetOptions): Promise<Record<string, unknown>>;
348
- memoryWrite(options: MemoryWriteOptions): Promise<Record<string, unknown>>;
349
- memoryHealth(options?: MemoryHealthOptions): Promise<Record<string, unknown>>;
350
- memoryProfileGet(options: MemoryProfileGetOptions): Promise<Record<string, unknown>>;
351
- /**
352
- * Read Group Space provider and binding status.
353
- */
354
- groupSpaceStatus(options: GroupSpaceStatusOptions): Promise<Record<string, unknown>>;
355
- /**
356
- * List available remote spaces for binding.
357
- */
358
- groupSpaceSpaces(options: GroupSpaceSpacesOptions): Promise<Record<string, unknown>>;
359
- /**
360
- * Read the provider capability matrix for a group.
361
- */
362
- groupSpaceCapabilities(options: GroupSpaceCapabilitiesOptions): Promise<Record<string, unknown>>;
363
- /**
364
- * Bind or unbind one Group Space lane.
365
- */
366
- groupSpaceBind(options: GroupSpaceBindOptions): Promise<Record<string, unknown>>;
367
- /**
368
- * Enqueue one Group Space ingest action.
369
- */
370
- groupSpaceIngest(options: GroupSpaceIngestOptions): Promise<Record<string, unknown>>;
371
276
  /**
372
- * Query Group Space knowledge for one lane.
277
+ * Atomically create a tracked task and send the linked chat message. Daemon
278
+ * handles task.create + send in one transaction. Use `idempotencyKey` to make
279
+ * retries safe (the daemon replays the previous result on duplicate keys).
373
280
  */
374
- groupSpaceQuery(options: GroupSpaceQueryOptions): Promise<Record<string, unknown>>;
375
- /**
376
- * Manage remote sources in the bound Group Space lane.
377
- */
378
- groupSpaceSources(options: GroupSpaceSourcesOptions): Promise<Record<string, unknown>>;
379
- /**
380
- * List, generate, or download Group Space artifacts.
381
- */
382
- groupSpaceArtifact(options: GroupSpaceArtifactOptions): Promise<Record<string, unknown>>;
383
- /**
384
- * List or manage Group Space jobs.
385
- */
386
- groupSpaceJobs(options: GroupSpaceJobsOptions): Promise<Record<string, unknown>>;
387
- /**
388
- * Read or run Group Space synchronization for one lane.
389
- */
390
- groupSpaceSync(options: GroupSpaceSyncOptions): Promise<Record<string, unknown>>;
391
- /**
392
- * Read provider credential status.
393
- */
394
- groupSpaceProviderCredentialStatus(options?: GroupSpaceProviderCredentialStatusOptions): Promise<Record<string, unknown>>;
395
- /**
396
- * Update provider credentials.
397
- */
398
- groupSpaceProviderCredentialUpdate(options?: GroupSpaceProviderCredentialUpdateOptions): Promise<Record<string, unknown>>;
281
+ trackedSend(options: TrackedSendOptions): Promise<Record<string, unknown>>;
399
282
  /**
400
- * Run provider health check.
401
- */
402
- groupSpaceProviderHealthCheck(options?: GroupSpaceProviderHealthCheckOptions): Promise<Record<string, unknown>>;
283
+ * List all tasks in a group, or fetch a single task (with children) by id.
284
+ */
285
+ taskList(options: TaskListOptions): Promise<Record<string, unknown>>;
286
+ headlessStatus(options: HeadlessStatusOptions): Promise<Record<string, unknown>>;
287
+ headlessSetStatus(options: HeadlessSetStatusOptions): Promise<Record<string, unknown>>;
288
+ groupCopyExport(options: GroupCopyExportOptions): Promise<Record<string, unknown>>;
289
+ groupCopyPreviewImport(options: GroupCopyPreviewImportOptions): Promise<Record<string, unknown>>;
290
+ groupCopyImport(options: GroupCopyImportOptions): Promise<Record<string, unknown>>;
291
+ capabilityVisibility(options: CapabilityVisibilityOptions): Promise<Record<string, unknown>>;
292
+ capabilityInstallTarget(options: CapabilityInstallTargetOptions): Promise<Record<string, unknown>>;
293
+ capabilitySourceDelete(options: CapabilitySourceDeleteOptions): Promise<Record<string, unknown>>;
294
+ presentationGet(options: PresentationGetOptions): Promise<Record<string, unknown>>;
295
+ presentationPublish(options: PresentationPublishOptions): Promise<Record<string, unknown>>;
296
+ presentationClear(options: PresentationClearOptions): Promise<Record<string, unknown>>;
297
+ /** @deprecated This browser surface is served by CCCC Web, not daemon IPC. */
298
+ presentationBrowserOpen(options: PresentationBrowserOpenOptions): Promise<Record<string, unknown>>;
299
+ /** @deprecated This browser surface is served by CCCC Web, not daemon IPC. */
300
+ presentationBrowserInfo(options: PresentationBrowserInfoOptions): Promise<Record<string, unknown>>;
301
+ /** @deprecated This browser surface is served by CCCC Web, not daemon IPC. */
302
+ presentationBrowserClose(options: PresentationBrowserCloseOptions): Promise<Record<string, unknown>>;
303
+ assistantState(options: AssistantStateOptions): Promise<Record<string, unknown>>;
304
+ assistantVoiceRecordingLease(options: AssistantVoiceRecordingLeaseOptions): Promise<Record<string, unknown>>;
305
+ assistantSettingsUpdate(options: AssistantSettingsUpdateOptions): Promise<Record<string, unknown>>;
306
+ assistantStatusUpdate(options: AssistantStatusUpdateOptions): Promise<Record<string, unknown>>;
307
+ /** Trigger graceful daemon shutdown (no-args). */
308
+ shutdown(): Promise<Record<string, unknown>>;
309
+ observabilityGet(): Promise<Record<string, unknown>>;
310
+ observabilityUpdate(options: ObservabilityUpdateOptions): Promise<Record<string, unknown>>;
311
+ brandingGet(): Promise<Record<string, unknown>>;
312
+ brandingUpdate(options: BrandingUpdateOptions): Promise<Record<string, unknown>>;
313
+ debugSnapshot(options: DebugSnapshotOptions): Promise<Record<string, unknown>>;
314
+ debugTailLogs(options: DebugTailLogsOptions): Promise<Record<string, unknown>>;
315
+ debugClearLogs(options: DebugClearLogsOptions): Promise<Record<string, unknown>>;
316
+ terminalTail(options: TerminalTailOptions): Promise<Record<string, unknown>>;
317
+ terminalClear(options: TerminalClearOptions): Promise<Record<string, unknown>>;
318
+ ledgerSnapshot(options: LedgerSnapshotOptions): Promise<Record<string, unknown>>;
319
+ ledgerCompact(options: LedgerCompactOptions): Promise<Record<string, unknown>>;
403
320
  /**
404
- * Control provider auth flow.
321
+ * Emit a chat.stream event (`op` = 'start' | 'update' | 'end').
322
+ * For 'start', a new stream_id is generated and returned. For
323
+ * 'update'/'end', supply the stream_id you got from 'start'.
405
324
  */
406
- groupSpaceProviderAuth(options?: GroupSpaceProviderAuthOptions): Promise<Record<string, unknown>>;
325
+ streamEmit(options: StreamEmitOptions): Promise<Record<string, unknown>>;
326
+ systemNotify(options: SystemNotifyOptions): Promise<Record<string, unknown>>;
327
+ registryReconcile(options?: RegistryReconcileOptions): Promise<Record<string, unknown>>;
328
+ groupDetachScope(options: GroupDetachScopeOptions): Promise<Record<string, unknown>>;
407
329
  /**
408
330
  * Subscribe to the group event stream (Server-Sent Events style, long-lived connection).
409
331
  * Yields {@link EventStreamItem} objects as they arrive. The socket is destroyed
410
332
  * when the generator is returned or thrown.
411
- * @param options - Group ID, event filters, optional since cursor, and optional AbortSignal.
333
+ * @param options - Group ID, event filters, and optional since cursor.
412
334
  * @yields {EventStreamItem} Each event or heartbeat from the stream.
413
335
  * @throws {DaemonAPIError} If the handshake fails.
414
336
  */
415
337
  eventsStream(options: EventsStreamOptions): AsyncGenerator<EventStreamItem>;
416
338
  }
339
+ export interface CCCCClient extends CCCC0430Ops, CCCC0434Ops, GroupSpaceOps, ChatOps, ConnectOps {
340
+ }
417
341
  //# sourceMappingURL=client.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}