@integrity-labs/agt-cli 0.28.279 → 0.28.281

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.
@@ -21171,7 +21171,13 @@ var listSchema = external_exports.object({
21171
21171
  var fileRequestSchema = external_exports.object({
21172
21172
  title: external_exports.string().min(1).describe("Short summary of the bug or request."),
21173
21173
  description: external_exports.string().min(1).describe("Full detail: what happened / what is wanted, and any reproduction steps."),
21174
- provider: external_exports.string().optional().describe('Optional provider/service name when asking for a new integration (e.g. "notion").')
21174
+ provider: external_exports.string().optional().describe('Optional provider/service name when asking for a new integration (e.g. "notion").'),
21175
+ requester_email: external_exports.string().email().max(320).optional().describe(
21176
+ "The email of the person this request is for, so Augmented Team can email them when it's resolved. Only include an email they gave you and agreed to be contacted at - do NOT guess one."
21177
+ ),
21178
+ requester_user_id: external_exports.string().uuid().optional().describe(
21179
+ "Optional Augmented Team user id (UUID) of the requester, used to look up their email for the resolved-notification when you have an id but not an address."
21180
+ )
21175
21181
  });
21176
21182
  var searchKbSchema = external_exports.object({
21177
21183
  query: external_exports.string().trim().min(1).describe('What to look up in the knowledge base (e.g. "agent keeps restarting", "connect Slack").'),
@@ -36,7 +36,7 @@ import {
36
36
  writeDirectChatSessionState,
37
37
  writeEgressAllowlist,
38
38
  writePersistentClaudeWrapper
39
- } from "./chunk-7USLYY43.js";
39
+ } from "./chunk-C4QMCOAN.js";
40
40
  import "./chunk-XWVM4KPK.js";
41
41
  export {
42
42
  EGRESS_BASELINE_DOMAINS,
@@ -77,4 +77,4 @@ export {
77
77
  writeEgressAllowlist,
78
78
  writePersistentClaudeWrapper
79
79
  };
80
- //# sourceMappingURL=persistent-session-SZ4TUGED.js.map
80
+ //# sourceMappingURL=persistent-session-7H3IYXXP.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  paneLogPath
3
- } from "./chunk-7USLYY43.js";
3
+ } from "./chunk-C4QMCOAN.js";
4
4
  import "./chunk-XWVM4KPK.js";
5
5
 
6
6
  // src/lib/responsiveness-probe.ts
@@ -418,4 +418,4 @@ export {
418
418
  readAndResetSlackReplyBindingClassifications,
419
419
  readAndResetSlackReplyTargetClassifications
420
420
  };
421
- //# sourceMappingURL=responsiveness-probe-MKFZAUV5.js.map
421
+ //# sourceMappingURL=responsiveness-probe-PFJM4QMQ.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.279",
3
+ "version": "0.28.281",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {