@vibedeckx/linux-x64 0.3.18 → 0.3.19
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/dist/bin.js +2 -2
- package/package.json +1 -1
package/dist/bin.js
CHANGED
|
@@ -254145,8 +254145,8 @@ var WORKER_CAPABILITIES = {
|
|
|
254145
254145
|
"http:POST /api/path/agent-sessions": { since: "0.2.0", summary: "\u521B\u5EFA\u4F1A\u8BDD" },
|
|
254146
254146
|
"http:POST /api/path/agent-sessions/new": { since: "0.2.0", summary: "\u521B\u5EFA\u4F1A\u8BDD(\u6307\u5B9A ID)" },
|
|
254147
254147
|
"http:GET /api/agent-sessions/:param": { since: "0.2.0", summary: "\u8BFB\u4F1A\u8BDD\u8BE6\u60C5/\u5BF9\u8BDD" },
|
|
254148
|
-
"http:GET /api/agent-sessions/:param/history-window": { since: "0.
|
|
254149
|
-
"http:GET /api/agent-sessions/:param/history-head": { since: "0.
|
|
254148
|
+
"http:GET /api/agent-sessions/:param/history-window": { since: "0.3.18", summary: "\u6309 turn \u8FB9\u754C\u8BFB\u53D6\u4F1A\u8BDD\u7A97\u53E3" },
|
|
254149
|
+
"http:GET /api/agent-sessions/:param/history-head": { since: "0.3.18", summary: "\u8BFB\u53D6\u4F1A\u8BDD\u5386\u53F2\u6E38\u6807" },
|
|
254150
254150
|
// Additive: a worker below 0.3.6 404s it and the hub's intent-brief
|
|
254151
254151
|
// distillation degrades to the deterministic excerpt (tier 2).
|
|
254152
254152
|
"http:GET /api/agent-sessions/:param/brief-source": { since: "0.3.6", summary: "\u8BFB\u4F1A\u8BDD\u5BF9\u8BDD(\u4EC5\u84B8\u998F\u7528\u6587\u672C)" },
|