@integrity-labs/agt-cli 0.28.698 → 0.28.699
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 +5 -5
- package/dist/{chunk-EXCMPARK.js → chunk-PBOSJQE6.js} +3 -41
- package/dist/chunk-PBOSJQE6.js.map +1 -0
- package/dist/{chunk-SWU4NBD2.js → chunk-WDHT7D67.js} +2 -2
- package/dist/{chunk-SBHIDSET.js → chunk-ZLHRSMKL.js} +66 -12
- package/dist/chunk-ZLHRSMKL.js.map +1 -0
- package/dist/{claude-pair-runtime-5CLVPPM4.js → claude-pair-runtime-6W4UKH3J.js} +2 -2
- package/dist/lib/manager-worker.js +50 -16
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/index.js +1 -1
- package/dist/{persistent-session-YM5ELNFF.js → persistent-session-MIMASNZD.js} +3 -3
- package/dist/{responsiveness-probe-7FWQQZDJ.js → responsiveness-probe-UWABMXTD.js} +3 -3
- package/dist/{session-auth-dead-GRR6Y5ZP.js → session-auth-dead-LRVZHGJI.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-EXCMPARK.js.map +0 -1
- package/dist/chunk-SBHIDSET.js.map +0 -1
- /package/dist/{chunk-SWU4NBD2.js.map → chunk-WDHT7D67.js.map} +0 -0
- /package/dist/{claude-pair-runtime-5CLVPPM4.js.map → claude-pair-runtime-6W4UKH3J.js.map} +0 -0
- /package/dist/{persistent-session-YM5ELNFF.js.map → persistent-session-MIMASNZD.js.map} +0 -0
- /package/dist/{responsiveness-probe-7FWQQZDJ.js.map → responsiveness-probe-UWABMXTD.js.map} +0 -0
- /package/dist/{session-auth-dead-GRR6Y5ZP.js.map → session-auth-dead-LRVZHGJI.js.map} +0 -0
package/dist/mcp/index.js
CHANGED
|
@@ -46141,7 +46141,7 @@ server.tool(
|
|
|
46141
46141
|
);
|
|
46142
46142
|
server.tool(
|
|
46143
46143
|
"knowledge_list",
|
|
46144
|
-
"
|
|
46144
|
+
"The INDEX of your knowledge base: every entry visible to this agent, team-scoped and organization-scoped, as scope + title + source type + id. Call it when you need to know WHAT you know \u2014 including when a question sounds like it should be covered but you are not sure an entry exists. Returns titles and metadata only, no bodies. To read the CONTENT of an entry, call context_search (semantic; searches content across knowledge + memories + tasks). knowledge_search matches titles and slugs ONLY and never reads entry contents, so it cannot retrieve a body \u2014 reach for it only when you already know a title or slug. Also use it before knowledge_add to avoid duplicates, and before knowledge_update/delete to find the target id AND its scope (you must pass the same scope back).",
|
|
46145
46145
|
{},
|
|
46146
46146
|
async () => {
|
|
46147
46147
|
const data = await apiPost("/host/my-knowledge", {
|
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
writeDirectChatSessionState,
|
|
44
44
|
writeEgressAllowlist,
|
|
45
45
|
writePersistentClaudeWrapper
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-WDHT7D67.js";
|
|
47
|
+
import "./chunk-PBOSJQE6.js";
|
|
48
48
|
import "./chunk-XWVM4KPK.js";
|
|
49
49
|
export {
|
|
50
50
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -92,4 +92,4 @@ export {
|
|
|
92
92
|
writeEgressAllowlist,
|
|
93
93
|
writePersistentClaudeWrapper
|
|
94
94
|
};
|
|
95
|
-
//# sourceMappingURL=persistent-session-
|
|
95
|
+
//# sourceMappingURL=persistent-session-MIMASNZD.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-WDHT7D67.js";
|
|
4
|
+
import "./chunk-PBOSJQE6.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -745,4 +745,4 @@ export {
|
|
|
745
745
|
readAndResetSlackReplyBindingClassifications,
|
|
746
746
|
readAndResetSlackReplyTargetClassifications
|
|
747
747
|
};
|
|
748
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
748
|
+
//# sourceMappingURL=responsiveness-probe-UWABMXTD.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PBOSJQE6.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/session-auth-dead.ts
|
|
6
6
|
import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
decideSessionAuthState,
|
|
204
204
|
probeSessionAuth
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=session-auth-dead-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-LRVZHGJI.js.map
|