@integrity-labs/agt-cli 0.28.840 → 0.28.841
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-24AILXID.js → chunk-43P6SG7L.js} +4 -4
- package/dist/{chunk-W4KAZQBS.js → chunk-CFLYGZOF.js} +2 -2
- package/dist/{chunk-DUOFKTAD.js → chunk-XBLODN73.js} +17 -11
- package/dist/chunk-XBLODN73.js.map +1 -0
- package/dist/{claude-pair-runtime-A52UZQ6V.js → claude-pair-runtime-XC3AQA4L.js} +2 -2
- package/dist/lib/manager-worker.js +13 -13
- package/dist/mcp/direct-chat-channel.js +752 -635
- package/dist/{persistent-session-N6FIS7UY.js → persistent-session-WLP5YTO2.js} +3 -3
- package/dist/{responsiveness-probe-OBQCSEFT.js → responsiveness-probe-7RYNNHKC.js} +3 -3
- package/dist/{session-auth-dead-LIPEYPBX.js → session-auth-dead-X6B6C3BR.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-DUOFKTAD.js.map +0 -1
- /package/dist/{chunk-24AILXID.js.map → chunk-43P6SG7L.js.map} +0 -0
- /package/dist/{chunk-W4KAZQBS.js.map → chunk-CFLYGZOF.js.map} +0 -0
- /package/dist/{claude-pair-runtime-A52UZQ6V.js.map → claude-pair-runtime-XC3AQA4L.js.map} +0 -0
- /package/dist/{persistent-session-N6FIS7UY.js.map → persistent-session-WLP5YTO2.js.map} +0 -0
- /package/dist/{responsiveness-probe-OBQCSEFT.js.map → responsiveness-probe-7RYNNHKC.js.map} +0 -0
- /package/dist/{session-auth-dead-LIPEYPBX.js.map → session-auth-dead-X6B6C3BR.js.map} +0 -0
package/dist/bin/agt.js
CHANGED
|
@@ -40,12 +40,12 @@ import {
|
|
|
40
40
|
success,
|
|
41
41
|
table,
|
|
42
42
|
warn
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-43P6SG7L.js";
|
|
44
44
|
import {
|
|
45
45
|
getProjectDir,
|
|
46
46
|
isSessionResumeDisabled,
|
|
47
47
|
readDirectChatSessionState
|
|
48
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-CFLYGZOF.js";
|
|
49
49
|
import {
|
|
50
50
|
AnchorSessionClient,
|
|
51
51
|
CHANNEL_REGISTRY,
|
|
@@ -79,7 +79,7 @@ import {
|
|
|
79
79
|
serializeManifestForSlackCli,
|
|
80
80
|
sessionFileExists,
|
|
81
81
|
sessionTranscriptDir
|
|
82
|
-
} from "../chunk-
|
|
82
|
+
} from "../chunk-XBLODN73.js";
|
|
83
83
|
import "../chunk-XWVM4KPK.js";
|
|
84
84
|
|
|
85
85
|
// src/bin/agt.ts
|
|
@@ -5467,7 +5467,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
5467
5467
|
import { existsSync as existsSync11, realpathSync as realpathSync2 } from "fs";
|
|
5468
5468
|
import chalk18 from "chalk";
|
|
5469
5469
|
import ora16 from "ora";
|
|
5470
|
-
var cliVersion = true ? "0.28.
|
|
5470
|
+
var cliVersion = true ? "0.28.841" : "dev";
|
|
5471
5471
|
async function fetchLatestVersion() {
|
|
5472
5472
|
const host2 = getHost();
|
|
5473
5473
|
if (!host2) return null;
|
|
@@ -6658,7 +6658,7 @@ function handleError(err) {
|
|
|
6658
6658
|
}
|
|
6659
6659
|
|
|
6660
6660
|
// src/bin/agt.ts
|
|
6661
|
-
var cliVersion2 = true ? "0.28.
|
|
6661
|
+
var cliVersion2 = true ? "0.28.841" : "dev";
|
|
6662
6662
|
var program = new Command();
|
|
6663
6663
|
program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
|
|
6664
6664
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
parseEnvIntegrations,
|
|
17
17
|
shellQuote,
|
|
18
18
|
summarizeUnanswerablePane
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-CFLYGZOF.js";
|
|
20
20
|
import {
|
|
21
21
|
BIND_FAILURE_QUARANTINE_THRESHOLD,
|
|
22
22
|
INTEGRATIONS_SECTION_END,
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
sessionTranscriptDir,
|
|
77
77
|
worseConnectivityOutcome,
|
|
78
78
|
wrapScheduledTaskPrompt
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-XBLODN73.js";
|
|
80
80
|
import {
|
|
81
81
|
parsePsRows
|
|
82
82
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -6566,7 +6566,7 @@ function exchangeFailureKind(err) {
|
|
|
6566
6566
|
}
|
|
6567
6567
|
|
|
6568
6568
|
// src/lib/api-client.ts
|
|
6569
|
-
var agtCliVersion = true ? "0.28.
|
|
6569
|
+
var agtCliVersion = true ? "0.28.841" : "dev";
|
|
6570
6570
|
var lastConfigHash = null;
|
|
6571
6571
|
function setConfigHash(hash) {
|
|
6572
6572
|
lastConfigHash = hash && hash.length > 0 ? hash : null;
|
|
@@ -10924,4 +10924,4 @@ export {
|
|
|
10924
10924
|
managerInstallSystemUnitCommand,
|
|
10925
10925
|
managerUninstallSystemUnitCommand
|
|
10926
10926
|
};
|
|
10927
|
-
//# sourceMappingURL=chunk-
|
|
10927
|
+
//# sourceMappingURL=chunk-43P6SG7L.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
rotateDailySession,
|
|
19
19
|
sessionFileExists,
|
|
20
20
|
todayLocalIso
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-XBLODN73.js";
|
|
22
22
|
import {
|
|
23
23
|
reapOrphanChannelMcps
|
|
24
24
|
} from "./chunk-XWVM4KPK.js";
|
|
@@ -5326,4 +5326,4 @@ export {
|
|
|
5326
5326
|
stopAllSessionsAndWait,
|
|
5327
5327
|
getProjectDir
|
|
5328
5328
|
};
|
|
5329
|
-
//# sourceMappingURL=chunk-
|
|
5329
|
+
//# sourceMappingURL=chunk-CFLYGZOF.js.map
|
|
@@ -1259,19 +1259,10 @@ call reaches the user; plain text does not. Tools:
|
|
|
1259
1259
|
- **slack.reply** \u2014 reply in a channel/thread
|
|
1260
1260
|
- **slack.react** \u2014 an emoji reaction (sparingly \u2014 see taxonomy)
|
|
1261
1261
|
- **slack_read_thread** / **slack_read_history** \u2014 re-read a thread, or a
|
|
1262
|
-
channel's recent messages
|
|
1262
|
+
channel's recent messages (\xA7 Reading a conversation back)
|
|
1263
1263
|
|
|
1264
1264
|
Inbound gets an automatic \u{1F440}; don't duplicate it. Prefer a reply to a reaction.
|
|
1265
1265
|
|
|
1266
|
-
**Lost the thread? Read it back.** Reach for them on a SYMPTOM, not routinely:
|
|
1267
|
-
the message points at something you cannot see ("as I mentioned", "like we
|
|
1268
|
-
discussed"); you were pulled into a conversation that was already running; a
|
|
1269
|
-
decision was made earlier and you are about to re-ask it; an inbound arrives
|
|
1270
|
-
\`replayed="true"\` and you cannot recall the original. Making someone repeat
|
|
1271
|
-
themselves reads as not listening. Slack-only: Telegram and direct
|
|
1272
|
-
chat have no read-back tool, so there what you were given is all you have \u2014 say
|
|
1273
|
-
so.
|
|
1274
|
-
|
|
1275
1266
|
**Reaction taxonomy (the only emoji for slack.react):**
|
|
1276
1267
|
- \u2705 (\`white_check_mark\`) \u2014 done, and a text reply isn't warranted.
|
|
1277
1268
|
- \u274C (\`x\`) \u2014 **execution failure only**: you tried it and it errored. Never for
|
|
@@ -1283,6 +1274,21 @@ reaction is governed by your Slack MCP server's own instructions; \u274C is alwa
|
|
|
1283
1274
|
wrong. Skipping means writing nothing: the reply-recovery net posts a trailing
|
|
1284
1275
|
stand-down as if it were your reply.
|
|
1285
1276
|
` : ""}
|
|
1277
|
+
## Reading a conversation back
|
|
1278
|
+
|
|
1279
|
+
**On a SYMPTOM, not routinely:** the message points at something
|
|
1280
|
+
you cannot see ("as I mentioned", "like we discussed"); you were
|
|
1281
|
+
pulled into a conversation that was already running; a decision was made
|
|
1282
|
+
earlier and you are about to re-ask it; an inbound arrives \`replayed="true"\`
|
|
1283
|
+
and you cannot recall the original. Making someone repeat themselves reads as
|
|
1284
|
+
not listening. In direct chat use \`direct_chat_read_history\` with the
|
|
1285
|
+
\`session_id\` from the \`<channel>\` tag. **Reading is not answering** \u2014 you
|
|
1286
|
+
still owe the reply.
|
|
1287
|
+
${resolvedChannels?.includes("telegram") ? `
|
|
1288
|
+
**Telegram has no read-back tool** and cannot be given one today: the Bot API
|
|
1289
|
+
cannot fetch a chat's history and nothing keeps a transcript. There, what you
|
|
1290
|
+
were given is all you have \u2014 say so rather than guess.
|
|
1291
|
+
` : ""}
|
|
1286
1292
|
## Governance
|
|
1287
1293
|
|
|
1288
1294
|
This agent is governed by Ninjafy, formerly Augmented Team. Policy, budget
|
|
@@ -13903,4 +13909,4 @@ export {
|
|
|
13903
13909
|
peekCurrentSession,
|
|
13904
13910
|
readDailySessionPin
|
|
13905
13911
|
};
|
|
13906
|
-
//# sourceMappingURL=chunk-
|
|
13912
|
+
//# sourceMappingURL=chunk-XBLODN73.js.map
|