@integrity-labs/agt-cli 0.28.260 → 0.28.262

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 CHANGED
@@ -38,7 +38,7 @@ import {
38
38
  success,
39
39
  table,
40
40
  warn
41
- } from "../chunk-PZJRZPJF.js";
41
+ } from "../chunk-G3ETF363.js";
42
42
  import {
43
43
  CHANNEL_REGISTRY,
44
44
  DEFAULT_FRAMEWORK,
@@ -67,7 +67,7 @@ import {
67
67
  renderTemplate,
68
68
  resolveChannels,
69
69
  serializeManifestForSlackCli
70
- } from "../chunk-22BZ2WQM.js";
70
+ } from "../chunk-DMNWHJ65.js";
71
71
  import "../chunk-XWVM4KPK.js";
72
72
 
73
73
  // src/bin/agt.ts
@@ -4826,7 +4826,7 @@ import { execFileSync, execSync } from "child_process";
4826
4826
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4827
4827
  import chalk18 from "chalk";
4828
4828
  import ora16 from "ora";
4829
- var cliVersion = true ? "0.28.260" : "dev";
4829
+ var cliVersion = true ? "0.28.262" : "dev";
4830
4830
  async function fetchLatestVersion() {
4831
4831
  const host2 = getHost();
4832
4832
  if (!host2) return null;
@@ -5840,7 +5840,7 @@ function handleError(err) {
5840
5840
  }
5841
5841
 
5842
5842
  // src/bin/agt.ts
5843
- var cliVersion2 = true ? "0.28.260" : "dev";
5843
+ var cliVersion2 = true ? "0.28.262" : "dev";
5844
5844
  var program = new Command();
5845
5845
  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");
5846
5846
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -4618,9 +4618,12 @@ var INTEGRATION_REGISTRY = [
4618
4618
  name: "GitHub",
4619
4619
  category: "code",
4620
4620
  description: "Source code hosting, pull requests, and CI/CD",
4621
- supported_auth_types: ["api_key", "oauth2"],
4621
+ // CS-1441: `github_app` adds BYO GitHub App installation auth (bot identity,
4622
+ // per-repo least-privilege, survives personnel changes) alongside the
4623
+ // existing user OAuth + PAT options.
4624
+ supported_auth_types: ["api_key", "oauth2", "github_app"],
4622
4625
  // ENG-7015: customer-installable native — OAuth-first in the connect UI.
4623
- installable: { category: "Code", authTypes: ["oauth2", "api_key"] },
4626
+ installable: { category: "Code", authTypes: ["oauth2", "api_key", "github_app"] },
4624
4627
  capabilities: [
4625
4628
  { id: "github:read-repos", name: "Read Repositories", description: "View repos, issues, and PRs", access: "read" },
4626
4629
  { id: "github:write-code", name: "Write Code", description: "Push commits and create PRs", access: "write" },
@@ -7044,10 +7047,24 @@ var FLAG_REGISTRY = [
7044
7047
  },
7045
7048
  {
7046
7049
  key: "ghost-reply-intent-classifier",
7047
- description: "Intentional-non-reply suppression on the ghost-reply RECOVERY path (ENG-7096). The recovery-outbox consumer in the channel MCP only ever fires for turns where the agent ended with text but did NOT call the matching reply tool for that conversation - a set that includes DELIBERATE non-replies (e.g. the agent narrating that the humans in the thread are talking among themselves and it is staying out). When ON, the consumer asks a cheap model (the conversation-eval backend, AGT_CONV_EVAL_*) whether the recovered text is a real message for the user (deliver) or an internal not-replying note (suppress), biased to DELIVER and fail-open, so a classifier outage degrades to today's behaviour, never to a dropped real reply. Boolean gate; ships dark. When OFF the consumer posts every recovered reply exactly as today.",
7048
- flagType: "boolean",
7049
- defaultValue: false,
7050
- envVar: "AGT_GHOST_REPLY_INTENT_CLASSIFIER_ENABLED"
7050
+ description: `Intentional-non-reply suppression on the ghost-reply RECOVERY path (ENG-7096, ENG-7478). The recovery-outbox consumer in the channel MCP only ever fires for turns where the agent ended with text but did NOT call the matching reply tool for that conversation - a set that includes DELIBERATE non-replies and internal third-person self-status narration ("Filed CS-1443... standing by"). A cheap model (the conversation-eval backend, AGT_CONV_EVAL_*) classifies the recovered text as a real message for the user (deliver) or internal not-replying / self-status narration (suppress), keyed on grammatical person, biased to DELIVER and fail-open (a classifier outage degrades to today's behaviour, never a dropped real reply). off = classifier never runs, every recovered reply is posted exactly as today (ships dark, == the old boolean-false). shadow = classify + log the would-suppress verdict for operator adjudication but STILL DELIVER (measure the suppression rate before acting). enforce = actually suppress on a clean high-confidence suppress verdict. The channel server reads this live from the heartbeat flags-cache (or the env override); enforce is a deliberate, audited per-org flip after a shadow soak.`,
7051
+ flagType: "enum",
7052
+ allowedValues: ["off", "shadow", "enforce"],
7053
+ // Declared safe value is `off`, NOT `shadow` (deliberately diverging from
7054
+ // channel-quarantine-mode). quarantine's shadow is a free local log line;
7055
+ // THIS shadow spends a live Haiku classify per recovery candidate, so
7056
+ // defaulting to shadow would newly bill every host that never opted in. off
7057
+ // preserves the old boolean-false behaviour exactly (classifier never called).
7058
+ // Shadow is opt-in per canary; enforce is the audited flip after soak.
7059
+ defaultValue: "off",
7060
+ // Enum override AGT_GHOST_REPLY_INTENT_CLASSIFIER_MODE (off|shadow|enforce);
7061
+ // resolveGhostReplyMode also grandfathers the old boolean
7062
+ // AGT_GHOST_REPLY_INTENT_CLASSIFIER_ENABLED (true->enforce, false->off).
7063
+ envVar: "AGT_GHOST_REPLY_INTENT_CLASSIFIER_MODE",
7064
+ // enforce suppresses channel egress, and a false-suppress is silent,
7065
+ // unrecoverable loss - so flipping toward enforce is a deliberate, audited
7066
+ // change (ADR-0022 sensitive-flag confirm).
7067
+ sensitive: true
7051
7068
  },
7052
7069
  {
7053
7070
  key: "compaction-notice",
@@ -9196,4 +9213,4 @@ export {
9196
9213
  stopAllSessionsAndWait,
9197
9214
  getProjectDir
9198
9215
  };
9199
- //# sourceMappingURL=chunk-22BZ2WQM.js.map
9216
+ //# sourceMappingURL=chunk-DMNWHJ65.js.map