@sema-agent/client-core 0.11.0 → 0.11.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.
@@ -98,6 +98,9 @@ export const ENGINE_RUNNER_FACE = [
98
98
  'Skill',
99
99
  'TaskOutput',
100
100
  'TaskStop',
101
+ // [1870] L2 半条(0.11.1):deferred-tools 取回工具,runner 恒挂——引擎对模型的真实请求
102
+ // 恒声明它(sema-test repro A2 双向断言实证),此前自报面漏它=显示轨迹失真误导归因。
103
+ 'ToolSearch',
101
104
  'Workflow',
102
105
  ];
103
106
  /** [1036]/clay 裁:runner 恒挂段按壳已知 env 门过滤——print 宿主前置 SCHEDULER_ENABLED=false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sema-agent/client-core",
3
- "version": "0.11.0",
3
+ "version": "0.11.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",