agent-relay-runner 0.107.0 → 0.109.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-relay-runner",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.109.0",
|
|
4
4
|
"description": "Unified provider lifecycle runner for Agent Relay",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"directory": "runner"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"agent-relay-providers": "0.104.
|
|
24
|
-
"agent-relay-sdk": "0.2.
|
|
23
|
+
"agent-relay-providers": "0.104.1",
|
|
24
|
+
"agent-relay-sdk": "0.2.94",
|
|
25
25
|
"callmux": "0.23.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
@@ -65,6 +65,9 @@ var claudeProviderManifest = {
|
|
|
65
65
|
launch: {
|
|
66
66
|
managedPolicyPrompt: {
|
|
67
67
|
alwaysOn: "append-system-prompt"
|
|
68
|
+
},
|
|
69
|
+
taskHydration: {
|
|
70
|
+
channel: "append-system-prompt"
|
|
68
71
|
}
|
|
69
72
|
},
|
|
70
73
|
catalog: {
|
|
@@ -188,6 +191,9 @@ var codexProviderManifest = {
|
|
|
188
191
|
launch: {
|
|
189
192
|
managedPolicyPrompt: {
|
|
190
193
|
alwaysOn: "prompt"
|
|
194
|
+
},
|
|
195
|
+
taskHydration: {
|
|
196
|
+
channel: "prompt"
|
|
191
197
|
}
|
|
192
198
|
},
|
|
193
199
|
catalog: {
|