@sema-agent/client-core 0.24.0 → 0.24.1

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/README.md CHANGED
@@ -23,7 +23,7 @@ Renamed from **`@sema-agent/wire-cc-adapter`** (0.1.x, deprecated — see *Migra
23
23
 
24
24
  ## Scope
25
25
 
26
- **Version:** 0.24.0
26
+ **Version:** 0.24.1
27
27
 
28
28
  - **Today** — the adapter seam, the whole `adapt()` pipeline (all 14 A-layer arms plus the
29
29
  B/D/E tool-card layers), the notification/caps/model families, the adapter kernel (stream driver
@@ -41,8 +41,9 @@ export interface LiveWorkflowController {
41
41
  export interface LiveWorkflowConfig {
42
42
  baseUrl: string;
43
43
  authToken: string;
44
- /** SDK Principal — e.g. 'anon:sema' (workflows are owner-scoped by principal). */
45
- principal: string;
44
+ /** SDK Principal(workflows are owner-scoped by principal)。缺席=不发 x-agent-principal 头
45
+ * (owner-null,F-011 停发;两侧同缺席仍对齐)。 */
46
+ principal: string | undefined;
46
47
  /** explicit workflow run id; when absent the source picks the first RUNNING run from list() (else the first). */
47
48
  workflowId?: string;
48
49
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sema-agent/client-core",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "Client-side session runtime shared by every sema human client (TUI / web / desktop): sema wire frames (AgentEvent) -> CC session vocabulary (SDKMessage) with dual-plane output (transcript/chrome), deterministic transcript ids, lane discipline as a type, and the notification/dedup ledgers. Every CC-skin shape is collected here so the wire itself stays neutral. Blackboard [1832] design axioms; [1651]/[1652]/[1653] signed seam design. Renamed from @sema-agent/wire-cc-adapter (0.1.x).",
5
5
  "license": "MIT",
6
6
  "type": "module",