@linnlabs/linnkit 0.8.0 → 0.9.0

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@linnlabs/linnkit",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
- "description": "linnkit · vendor-neutral Agent framework. runtime-kernel + context-manager + ports + testkit + browser-safe events seam.",
5
+ "description": "A fine-grained context engineering framework for Agent applications control every token sent to the model, with clear run lifecycle, audit records, and testable protocol boundaries.",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
@@ -104,7 +104,7 @@
104
104
  "vitest": "^3.2.4"
105
105
  },
106
106
  "linnkit": {
107
- "phase": "released (0.8.0 — TokenizerPort:host 可选注入自定义 tokenizer,默认行为保持 0.7.x)",
107
+ "phase": "released (0.9.0 — stream reasoning_details 归并 + ToolNode 完整消费 tool_calls batch)",
108
108
  "sourceOfTruth": "CHANGELOG.md",
109
109
  "notes": [
110
110
  "子入口 ./runtime-kernel/events 是 browser-safe slim seam:仅暴露 events governance 纯函数,禁止扩展任何 Node-only 依赖(如 node:async_hooks / crypto / fs)",