@sema-agent/client-core 0.8.0 → 0.8.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.
@@ -1,4 +1,3 @@
1
- export { engineTaskHandlesCapable } from './engineRowStopGate.js';
2
1
  export interface EngineTaskOutputResult {
3
2
  /** 累积后的输出正文(游标两形兼容,见头注)。 */
4
3
  content: string;
@@ -44,9 +44,10 @@ import { engineWireDebugEnabled, engineWireTarget } from '../engineWireTarget.js
44
44
  import { activeEngineRunId, engineSessionParamSpread } from '../engineSessionParam.js';
45
45
  import { getBgParentRun } from '../subagentContentStore.js';
46
46
  import { engineTaskHandlesCapable } from './engineRowStopGate.js';
47
- // 能力门同步读口:#98 起真源在零依赖叶 `engineRowStopGate`(批量停要同步分类,不能拉本模块的
48
- // SDK 图),这里原样 re-export,消费方不动。
49
- export { engineTaskHandlesCapable } from './engineRowStopGate.js';
47
+ // 能力门同步读口:真源在零依赖叶 `engineRowStopGate`(batch-stop 同步分类不拉本模块 SDK 图)。
48
+ // ⚠️ 此处**不再 re-export**——它与原定义同进 index.ts 的 `export *` barrel 会构成双出口,
49
+ // esbuild 对 star-export 歧义直接 build 失败(tsc 同源 symbol 不报=假绿;0.8.0 壳收批实撞,
50
+ // idle-terminal-settle 套逮住)。包内消费者直接 import 原叶。
50
51
  /** 宿主 run 解析:fleet 行/通知帧喂的 parent 映射优先(行 id=`${runId} ${handle}` 的 parentId
51
52
  * 投影),缺席退当前交互 run(register 时刻的活跃 run 即宿主——engineSide bash 行的出生形)。 */
52
53
  function resolveHostRun(handle) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sema-agent/client-core",
3
- "version": "0.8.0",
3
+ "version": "0.8.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",