wave3d-agent-sdk 0.2.12 → 0.2.13
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 +6 -6
- package/dist/cli.js +2 -2
- package/dist/sdk/README.md +3 -3
- package/dist/sdk/manifest.json +25 -25
- package/dist/sdk/wave-engine-sdk-2026-06-24.4.TfG1gvbOLSyom3MfrRMlDZCm3Rji9aGt.zip +0 -0
- package/package.json +1 -1
- package/dist/sdk/wave-engine-sdk-2026-06-24.4.qvzwoRCT7LpupDZ8VxKKQ7BTW1mv9k5o.zip +0 -0
package/README.md
CHANGED
|
@@ -21,19 +21,19 @@ Vocabulary:
|
|
|
21
21
|
- Project: user workspace content. Reading a project is not opening/replacing live workspace.
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
npx -y wave3d-agent-sdk@0.2.
|
|
24
|
+
npx -y wave3d-agent-sdk@0.2.13 start
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
After Copy to Agent, run the exact start command with MCP_TOKEN preserved as the local pairing secret. Keep it hidden:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
WAVE3D_MCP_TOKEN="$MCP_TOKEN" npx -y wave3d-agent-sdk@0.2.
|
|
30
|
+
WAVE3D_MCP_TOKEN="$MCP_TOKEN" npx -y wave3d-agent-sdk@0.2.13 start
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
Check SDK build before trusting a running SDK process:
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
npx -y wave3d-agent-sdk@0.2.
|
|
36
|
+
npx -y wave3d-agent-sdk@0.2.13 --version
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
The package bundles the WaveEngine SDK lookup corpus. No normal session needs a separate protected zip download.
|
|
@@ -43,7 +43,7 @@ The package bundles the WaveEngine SDK lookup corpus. No normal session needs a
|
|
|
43
43
|
Wave Studio Copy to Agent defaults same-machine live MCP transport to this SDK:
|
|
44
44
|
|
|
45
45
|
```bash
|
|
46
|
-
npx -y wave3d-agent-sdk@0.2.
|
|
46
|
+
npx -y wave3d-agent-sdk@0.2.13 start
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
Agents choose topology first:
|
|
@@ -58,13 +58,13 @@ Use `MCP_HTTP_GATEWAY_FALLBACK_URL` only for topology mismatch, remote/sandboxed
|
|
|
58
58
|
For unfamiliar authoring, use the local SDK tools:
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
|
-
npx -y wave3d-agent-sdk@0.2.
|
|
61
|
+
npx -y wave3d-agent-sdk@0.2.13 cache search "continuous left rotation"
|
|
62
62
|
```
|
|
63
63
|
|
|
64
64
|
`cache refresh` without MCP arguments reinstalls the bundled SDK into `~/.wave3d/agent-cache`:
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
|
-
npx -y wave3d-agent-sdk@0.2.
|
|
67
|
+
npx -y wave3d-agent-sdk@0.2.13 cache refresh
|
|
68
68
|
```
|
|
69
69
|
|
|
70
70
|
Old `cache refresh --mcp-url <url> --token <token>` arguments are ignored. Normal users update the npm package; no separate zip download exists.
|
package/dist/cli.js
CHANGED
|
@@ -42520,8 +42520,8 @@ function normalizeWaveGenieAssetUploadRequest(request) {
|
|
|
42520
42520
|
|
|
42521
42521
|
// ../../src/lib/waveStudio/aiAssist/bridge/localAgentSdkContract.ts
|
|
42522
42522
|
var WAVE3D_AGENT_SDK_PACKAGE_NAME = "wave3d-agent-sdk";
|
|
42523
|
-
var WAVE3D_AGENT_SDK_REQUIRED_VERSION = "0.2.
|
|
42524
|
-
var WAVE3D_AGENT_SDK_REQUIRED_BUILD = "agent-sdk-
|
|
42523
|
+
var WAVE3D_AGENT_SDK_REQUIRED_VERSION = "0.2.13";
|
|
42524
|
+
var WAVE3D_AGENT_SDK_REQUIRED_BUILD = "agent-sdk-20260625.1";
|
|
42525
42525
|
var WAVE3D_AGENT_SDK_PACKAGE_SPEC = `${WAVE3D_AGENT_SDK_PACKAGE_NAME}@${WAVE3D_AGENT_SDK_REQUIRED_VERSION}`;
|
|
42526
42526
|
var WAVE3D_AGENT_SDK_START_COMMAND = `npx -y ${WAVE3D_AGENT_SDK_PACKAGE_SPEC} start`;
|
|
42527
42527
|
var WAVE3D_AGENT_SDK_TOKEN_ENV_VAR = "WAVE3D_MCP_TOKEN";
|
package/dist/sdk/README.md
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
Bundled public-safe WaveEngine SDK lookup cache for wave3d-agent-sdk.
|
|
4
4
|
Generated from sanitized public API/skill corpus during package build.
|
|
5
5
|
|
|
6
|
-
cacheKey: 2026-06-24.4.
|
|
7
|
-
bundleHash:
|
|
8
|
-
zip: wave-engine-sdk-2026-06-24.4.
|
|
6
|
+
cacheKey: 2026-06-24.4.TfG1gvbOLSyom3MfrRMlDZCm3Rji9aGt
|
|
7
|
+
bundleHash: TfG1gvbOLSyom3MfrRMlDZCm3Rji9aGt
|
|
8
|
+
zip: wave-engine-sdk-2026-06-24.4.TfG1gvbOLSyom3MfrRMlDZCm3Rji9aGt.zip
|
package/dist/sdk/manifest.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2026-06-24.4.
|
|
2
|
+
"version": "2026-06-24.4.TfG1gvbOLSyom3MfrRMlDZCm3Rji9aGt",
|
|
3
3
|
"formatVersion": "2026-06-24.4",
|
|
4
|
-
"cacheKey": "2026-06-24.4.
|
|
5
|
-
"bundleFileName": "wave-engine-sdk-2026-06-24.4.
|
|
6
|
-
"bundleHash": "
|
|
4
|
+
"cacheKey": "2026-06-24.4.TfG1gvbOLSyom3MfrRMlDZCm3Rji9aGt",
|
|
5
|
+
"bundleFileName": "wave-engine-sdk-2026-06-24.4.TfG1gvbOLSyom3MfrRMlDZCm3Rji9aGt.zip",
|
|
6
|
+
"bundleHash": "TfG1gvbOLSyom3MfrRMlDZCm3Rji9aGt",
|
|
7
7
|
"generatedAt": "2026-06-06T00:00:00.000Z",
|
|
8
8
|
"sourceVersions": {
|
|
9
9
|
"onboarding": {
|
|
10
10
|
"promptVersion": "2026-06-22.1",
|
|
11
|
-
"promptHash": "
|
|
11
|
+
"promptHash": "E4XHCk4k3hMfpiXt08lgwPS-eGhFPAO5"
|
|
12
12
|
},
|
|
13
13
|
"apiHandbook": {
|
|
14
14
|
"version": "1",
|
|
15
|
-
"contentHash": "
|
|
15
|
+
"contentHash": "dbf93ea87d2c3219"
|
|
16
16
|
},
|
|
17
|
-
"waveSkillCorpusHash": "
|
|
18
|
-
"sdkLookupCorpusHash": "
|
|
17
|
+
"waveSkillCorpusHash": "MzMqj1iHZduYT7888Dn-2GeklAp3LCp5",
|
|
18
|
+
"sdkLookupCorpusHash": "L0OTq_j_oYHTpZLJj10LkheltWHlRAtT"
|
|
19
19
|
},
|
|
20
20
|
"cacheContract": {
|
|
21
21
|
"llmContextCacheOnly": [
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"searchDocuments"
|
|
36
36
|
],
|
|
37
37
|
"rule": "Priority 1 always-on sections must stay in LLM chat/system context. The WaveEngine SDK local cache is public-safe retrieval data, never the only memory for core policy.",
|
|
38
|
-
"defaultRefreshCommand": "npx -y wave3d-agent-sdk@0.2.
|
|
38
|
+
"defaultRefreshCommand": "npx -y wave3d-agent-sdk@0.2.13 cache refresh",
|
|
39
39
|
"refreshRule": "When using WaveEngine SDK local cache, compare cacheKey, bundleHash, and sourceVersions before trusting local lookup. If any value differs, update the SDK package or reinstall its bundled SDK cache and rebuild local indexes. Do not fetch a remote SDK zip.",
|
|
40
40
|
"onlineFallback": "HTTP Gateway does not provide cloud API lookup. If local Node/npm or cache is refused/unavailable, use only concrete Studio operations and already-known code; repair the local WaveEngine SDK before unfamiliar API authoring."
|
|
41
41
|
},
|
|
42
42
|
"corpus": {
|
|
43
43
|
"skillCount": 67,
|
|
44
|
-
"apiEntryCount":
|
|
44
|
+
"apiEntryCount": 4213,
|
|
45
45
|
"apiMethodGroupCount": 4484,
|
|
46
|
-
"apiInheritanceCount":
|
|
46
|
+
"apiInheritanceCount": 737
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
49
49
|
{
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"mediaType": "application/json",
|
|
52
52
|
"role": "lookup-guide",
|
|
53
53
|
"bytes": 1311,
|
|
54
|
-
"hash": "
|
|
54
|
+
"hash": "L0qhzeSHHbkMCpjcrhyTKMgFQkaiYnHQ"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"path": "skills/wave-skills.jsonl",
|
|
58
58
|
"mediaType": "application/jsonl",
|
|
59
59
|
"role": "skill-corpus",
|
|
60
|
-
"bytes":
|
|
61
|
-
"hash": "
|
|
60
|
+
"bytes": 557391,
|
|
61
|
+
"hash": "pyZjnxdHIaDi-qU_rIYiZFuLVmm3HiNw"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"path": "skills/foundations.jsonl",
|
|
@@ -71,43 +71,43 @@
|
|
|
71
71
|
"path": "skills/families.json",
|
|
72
72
|
"mediaType": "application/json",
|
|
73
73
|
"role": "skill-corpus",
|
|
74
|
-
"bytes":
|
|
75
|
-
"hash": "
|
|
74
|
+
"bytes": 48608,
|
|
75
|
+
"hash": "SK3ema2SjiiywXu4qS7F4xTICmVM5Qxs"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"path": "api/entries.jsonl",
|
|
79
79
|
"mediaType": "application/jsonl",
|
|
80
80
|
"role": "api-corpus",
|
|
81
|
-
"bytes":
|
|
82
|
-
"hash": "
|
|
81
|
+
"bytes": 4189408,
|
|
82
|
+
"hash": "naVWkuJnhTuU7Jj8IEnmzjYww_mkITuH"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"path": "api/method-groups.jsonl",
|
|
86
86
|
"mediaType": "application/jsonl",
|
|
87
87
|
"role": "api-corpus",
|
|
88
|
-
"bytes":
|
|
89
|
-
"hash": "
|
|
88
|
+
"bytes": 1403019,
|
|
89
|
+
"hash": "EUzMqkNgQi1OBZaExr6AVkiM76ziJ_b1"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"path": "api/inheritance.jsonl",
|
|
93
93
|
"mediaType": "application/jsonl",
|
|
94
94
|
"role": "api-corpus",
|
|
95
|
-
"bytes":
|
|
96
|
-
"hash": "
|
|
95
|
+
"bytes": 76921,
|
|
96
|
+
"hash": "jpqGmCvDfkvtKH5ZqVpXxtoYCUiKIXeb"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"path": "api/index-metadata.json",
|
|
100
100
|
"mediaType": "application/json",
|
|
101
101
|
"role": "api-corpus",
|
|
102
102
|
"bytes": 219,
|
|
103
|
-
"hash": "
|
|
103
|
+
"hash": "RXyWtU18gn0noeJ51_y5QB4-YQpWto4S"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"path": "search/search-documents.jsonl",
|
|
107
107
|
"mediaType": "application/jsonl",
|
|
108
108
|
"role": "search-index",
|
|
109
|
-
"bytes":
|
|
110
|
-
"hash": "
|
|
109
|
+
"bytes": 3946756,
|
|
110
|
+
"hash": "q3DhrkSRPPEb9VRKosy0Fg-fsZ4tXr9E"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"path": "README.md",
|
|
Binary file
|
package/package.json
CHANGED