@integrity-labs/agt-cli 0.28.840 → 0.28.842
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-F4WQSKKU.js} +4 -4
- package/dist/{chunk-W4KAZQBS.js → chunk-KOVJCGBN.js} +122 -17
- package/dist/chunk-KOVJCGBN.js.map +1 -0
- 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-UZZZJP4O.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-2Y2PA4SO.js} +13 -3
- package/dist/{responsiveness-probe-OBQCSEFT.js → responsiveness-probe-2ZJN5762.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-W4KAZQBS.js.map +0 -1
- /package/dist/{chunk-24AILXID.js.map → chunk-F4WQSKKU.js.map} +0 -0
- /package/dist/{claude-pair-runtime-A52UZQ6V.js.map → claude-pair-runtime-UZZZJP4O.js.map} +0 -0
- /package/dist/{persistent-session-N6FIS7UY.js.map → persistent-session-2Y2PA4SO.js.map} +0 -0
- /package/dist/{responsiveness-probe-OBQCSEFT.js.map → responsiveness-probe-2ZJN5762.js.map} +0 -0
- /package/dist/{session-auth-dead-LIPEYPBX.js.map → session-auth-dead-X6B6C3BR.js.map} +0 -0
|
@@ -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
|