@moldea.ai/adapter-cloudflare-agents 1.0.1 → 1.0.2

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ The package implements the official `cloudflare-agents` runtime adapter for `@mo
8
8
 
9
9
  ## Supported targets
10
10
 
11
- Version `1.0.1` experimentally supports:
11
+ Version `1.0.2` supports:
12
12
 
13
13
  - Repository Format version `1`
14
14
  - `@moldea.ai/core ^2.0.0`
@@ -20,7 +20,7 @@ Version `1.0.1` experimentally supports:
20
20
  - AIChatAgent instructions and structured output through direct `generateText` or `streamText` requests
21
21
  - AI SDK function tools, closed tools maps, and Cloudflare `agentTool` handoffs
22
22
 
23
- Named value imports and aliases are supported. Default imports, namespace imports, re-export graphs, runtime mutation, and dynamic class or tools-map forms remain outside the verified boundary. The Runtime Compatibility Matrix is authoritative for target maturity, exact versions, evidence, binding support, patterns, and known limitations.
23
+ Named value imports and aliases are supported. Default imports, namespace imports, re-export graphs, runtime mutation, and dynamic class or tools-map forms remain outside the verified boundary. The Runtime Compatibility Matrix is authoritative for exact versions, evidence, binding support, patterns, and known limitations.
24
24
 
25
25
  ## Usage
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moldea.ai/adapter-cloudflare-agents",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Deterministic runtime evidence and diagnostics for Cloudflare Agents integrations.",
5
5
  "homepage": "https://github.com/moldea-ai/packages/tree/main/projects/adapter-cloudflare-agents#readme",
6
6
  "bugs": {