@integrity-labs/agt-cli 0.27.131 → 0.27.133
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/agt.js +4 -4
- package/dist/{chunk-EDMSFZYT.js → chunk-DBJWD2LU.js} +2 -2
- package/dist/{chunk-AFDMWEXL.js → chunk-I2GFFKMO.js} +2 -2
- package/dist/{chunk-74UWAA3V.js → chunk-TRGX4NVZ.js} +15 -5
- package/dist/{chunk-74UWAA3V.js.map → chunk-TRGX4NVZ.js.map} +1 -1
- package/dist/{claude-pair-runtime-HTITCZFS.js → claude-pair-runtime-GYSKMJ2B.js} +2 -2
- package/dist/lib/manager-worker.js +39 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +6 -2
- package/dist/{persistent-session-ZNU3MFKD.js → persistent-session-35XIC3CB.js} +3 -3
- package/dist/{responsiveness-probe-LV7FQ53G.js → responsiveness-probe-ZXJS2D43.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-EDMSFZYT.js.map → chunk-DBJWD2LU.js.map} +0 -0
- /package/dist/{chunk-AFDMWEXL.js.map → chunk-I2GFFKMO.js.map} +0 -0
- /package/dist/{claude-pair-runtime-HTITCZFS.js.map → claude-pair-runtime-GYSKMJ2B.js.map} +0 -0
- /package/dist/{persistent-session-ZNU3MFKD.js.map → persistent-session-35XIC3CB.js.map} +0 -0
- /package/dist/{responsiveness-probe-LV7FQ53G.js.map → responsiveness-probe-ZXJS2D43.js.map} +0 -0
package/dist/mcp/index.js
CHANGED
|
@@ -21264,7 +21264,10 @@ server.tool(
|
|
|
21264
21264
|
source: external_exports.enum(["cron", "chat", "manual", "integration"]).optional().describe("Source of the item (default: manual)"),
|
|
21265
21265
|
source_integration: external_exports.string().optional().describe('Integration name (e.g., "linear", "github") when source is "integration"'),
|
|
21266
21266
|
source_external_id: external_exports.string().optional().describe('ID in the external system (e.g., "ENG-123")'),
|
|
21267
|
-
source_url: external_exports.string().optional().describe("Deep link URL to the external source")
|
|
21267
|
+
source_url: external_exports.string().optional().describe("Deep link URL to the external source"),
|
|
21268
|
+
project_id: external_exports.string().uuid().optional().describe(
|
|
21269
|
+
"Optional project to file this task under (id from projects_list). Groups the task with related tasks/artefacts across agents. Projects are created by humans \u2014 you can tag but not create them."
|
|
21270
|
+
)
|
|
21268
21271
|
},
|
|
21269
21272
|
async (params) => {
|
|
21270
21273
|
const data = await apiPost("/host/kanban", {
|
|
@@ -21281,7 +21284,8 @@ server.tool(
|
|
|
21281
21284
|
source: params.source ?? "manual",
|
|
21282
21285
|
source_integration: params.source_integration,
|
|
21283
21286
|
source_external_id: params.source_external_id,
|
|
21284
|
-
source_url: params.source_url
|
|
21287
|
+
source_url: params.source_url,
|
|
21288
|
+
project_id: params.project_id
|
|
21285
21289
|
}
|
|
21286
21290
|
]
|
|
21287
21291
|
});
|
|
@@ -25,8 +25,8 @@ import {
|
|
|
25
25
|
takeAcpxExecFailureCount,
|
|
26
26
|
takeZombieDetection,
|
|
27
27
|
writePersistentClaudeWrapper
|
|
28
|
-
} from "./chunk-
|
|
29
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-DBJWD2LU.js";
|
|
29
|
+
import "./chunk-TRGX4NVZ.js";
|
|
30
30
|
import "./chunk-XWVM4KPK.js";
|
|
31
31
|
export {
|
|
32
32
|
SEND_KEYS_ENTER_DELAY_MS,
|
|
@@ -56,4 +56,4 @@ export {
|
|
|
56
56
|
takeZombieDetection,
|
|
57
57
|
writePersistentClaudeWrapper
|
|
58
58
|
};
|
|
59
|
-
//# sourceMappingURL=persistent-session-
|
|
59
|
+
//# sourceMappingURL=persistent-session-35XIC3CB.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-DBJWD2LU.js";
|
|
4
|
+
import "./chunk-TRGX4NVZ.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -154,4 +154,4 @@ export {
|
|
|
154
154
|
livePendingInboundOldestAgeSeconds,
|
|
155
155
|
oldestLivePendingInboundMtimeMs
|
|
156
156
|
};
|
|
157
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
157
|
+
//# sourceMappingURL=responsiveness-probe-ZXJS2D43.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|