@x-otto/plugin-otto-wire-protocols 0.1.0-alpha.14 → 0.1.0-alpha.15
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 +5 -5
- package/plugin-dist/meta.json +1 -1
- package/plugin-dist/plugin.cjs +1 -1
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x-otto/plugin-otto-wire-protocols",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Three standard wire protocol implementations (anthropic-messages/openai-responses/openai-completions) — runtime support for provider plugins. Publishable standalone so non-CLI hosts (e.g. desktop apps depending only on @x-otto/coding) can install it without the full @x-otto/cli dependency tree.",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@anthropic-ai/sdk": "0.88.0",
|
|
8
|
-
"@x-otto/
|
|
9
|
-
"@x-otto/interchange": "0.1.0-alpha.
|
|
10
|
-
"@x-otto/
|
|
11
|
-
"@x-otto/
|
|
8
|
+
"@x-otto/provider": "0.1.0-alpha.15",
|
|
9
|
+
"@x-otto/interchange": "0.1.0-alpha.15",
|
|
10
|
+
"@x-otto/plugin": "0.1.0-alpha.15",
|
|
11
|
+
"@x-otto/shared": "0.1.0-alpha.15"
|
|
12
12
|
},
|
|
13
13
|
"type": "module",
|
|
14
14
|
"files": [
|
package/plugin-dist/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"apiVersion":1,"compilerVersion":"0.1.0-alpha.
|
|
1
|
+
{"apiVersion":1,"compilerVersion":"0.1.0-alpha.15","sourceHash":"a5bc1aa9b8c0b8ff5005874fe95d2b28cbda16315fda7cee115c6f82fa980563"}
|
package/plugin-dist/plugin.cjs
CHANGED
|
@@ -16371,7 +16371,7 @@ function i2(e8) {
|
|
|
16371
16371
|
}
|
|
16372
16372
|
|
|
16373
16373
|
// ../interchange/dist/index.js
|
|
16374
|
-
var _ = { toolGuidance: { name: `tool-guidance-injection`, priority: 20, lane: `stable`, budgetBytes: 2e4 },
|
|
16374
|
+
var _ = { toolGuidance: { name: `tool-guidance-injection`, priority: 20, lane: `stable`, budgetBytes: 2e4 }, environment: { name: `runtime:environment`, priority: 25, lane: `stable`, budgetBytes: 2e3 }, environmentVolatile: { name: `runtime:environment-volatile`, priority: 26, lane: `volatile`, budgetBytes: 4e3 }, agentKnowledge: { name: `agent-knowledge-injection`, priority: 35, lane: `stable`, budgetBytes: 28e3 }, skillCatalog: { name: `skill-catalog-injection`, priority: 38, lane: `stable`, budgetBytes: 12e3 }, lessonRelevantHints: { name: `lesson-relevant-hints`, priority: 41, lane: `volatile`, budgetBytes: 4e3 }, memoryDelta: { name: `memory-delta-injection`, priority: 60, lane: `volatile`, budgetBytes: 8e3 }, todoReminder: { name: `todo-reminder-injection`, priority: 62, lane: `volatile`, budgetBytes: 4e3 }, docSyncReminder: { name: `doc-sync-reminder-injection`, priority: 64, lane: `volatile`, budgetBytes: 4e3 } };
|
|
16375
16375
|
var v = Object.values(_);
|
|
16376
16376
|
|
|
16377
16377
|
// ../provider/dist/index.js
|