@agentrix/agentrix-run 0.3.0 → 0.4.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/dist/index.cjs +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -405,6 +405,7 @@ function buildRequest(options, detected) {
|
|
|
405
405
|
const repo = mergeRepo(options.repo, detected.repo);
|
|
406
406
|
const request = {
|
|
407
407
|
agent: options.agent,
|
|
408
|
+
responseMode: options.responseMode,
|
|
408
409
|
title: options.title,
|
|
409
410
|
prompt: options.prompt,
|
|
410
411
|
outputSchema: options.outputSchema,
|
package/dist/index.mjs
CHANGED
|
@@ -403,6 +403,7 @@ function buildRequest(options, detected) {
|
|
|
403
403
|
const repo = mergeRepo(options.repo, detected.repo);
|
|
404
404
|
const request = {
|
|
405
405
|
agent: options.agent,
|
|
406
|
+
responseMode: options.responseMode,
|
|
406
407
|
title: options.title,
|
|
407
408
|
prompt: options.prompt,
|
|
408
409
|
outputSchema: options.outputSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentrix/agentrix-run",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Native CI submit-and-observe wrapper for Agentrix",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"prepublishOnly": "yarn build"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@agentrix/shared": "^2.
|
|
35
|
+
"@agentrix/shared": "^2.26.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": ">=20",
|