@integrity-labs/agt-cli 0.28.84 → 0.28.85

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
@@ -37,7 +37,7 @@ import {
37
37
  success,
38
38
  table,
39
39
  warn
40
- } from "../chunk-EIXW7L6A.js";
40
+ } from "../chunk-4YHL5PJ5.js";
41
41
  import {
42
42
  CHANNEL_REGISTRY,
43
43
  DEPLOYMENT_TEMPLATES,
@@ -64,7 +64,7 @@ import {
64
64
  renderTemplate,
65
65
  resolveChannels,
66
66
  serializeManifestForSlackCli
67
- } from "../chunk-3KLQA3SC.js";
67
+ } from "../chunk-E5TGFEDQ.js";
68
68
 
69
69
  // src/bin/agt.ts
70
70
  import { join as join22 } from "path";
@@ -4777,7 +4777,7 @@ import { execFileSync, execSync } from "child_process";
4777
4777
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4778
4778
  import chalk18 from "chalk";
4779
4779
  import ora16 from "ora";
4780
- var cliVersion = true ? "0.28.84" : "dev";
4780
+ var cliVersion = true ? "0.28.85" : "dev";
4781
4781
  async function fetchLatestVersion() {
4782
4782
  const host2 = getHost();
4783
4783
  if (!host2) return null;
@@ -5791,7 +5791,7 @@ function handleError(err) {
5791
5791
  }
5792
5792
 
5793
5793
  // src/bin/agt.ts
5794
- var cliVersion2 = true ? "0.28.84" : "dev";
5794
+ var cliVersion2 = true ? "0.28.85" : "dev";
5795
5795
  var program = new Command();
5796
5796
  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");
5797
5797
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -22,7 +22,7 @@ import {
22
22
  resolveConnectivityProbe,
23
23
  worseConnectivityOutcome,
24
24
  wrapScheduledTaskPrompt
25
- } from "./chunk-3KLQA3SC.js";
25
+ } from "./chunk-E5TGFEDQ.js";
26
26
 
27
27
  // ../../packages/core/dist/integrations/registry.js
28
28
  var INTEGRATION_REGISTRY = [
@@ -7531,7 +7531,7 @@ function requireHost() {
7531
7531
  }
7532
7532
 
7533
7533
  // src/lib/api-client.ts
7534
- var agtCliVersion = true ? "0.28.84" : "dev";
7534
+ var agtCliVersion = true ? "0.28.85" : "dev";
7535
7535
  var lastConfigHash = null;
7536
7536
  function setConfigHash(hash) {
7537
7537
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -8828,4 +8828,4 @@ export {
8828
8828
  managerInstallSystemUnitCommand,
8829
8829
  managerUninstallSystemUnitCommand
8830
8830
  };
8831
- //# sourceMappingURL=chunk-EIXW7L6A.js.map
8831
+ //# sourceMappingURL=chunk-4YHL5PJ5.js.map
@@ -1124,6 +1124,24 @@ var FLAG_REGISTRY = [
1124
1124
  // AGT_MEMORY_EXTRACTION_ENABLED set keeps that value until the env is retired.
1125
1125
  envVar: "AGT_MEMORY_EXTRACTION_ENABLED"
1126
1126
  },
1127
+ {
1128
+ key: "conversation-eval-backend",
1129
+ description: "Backend for host-side conversation-success scoring AND memory extraction (ENG-6581), which share one scorer: anthropic-api = Haiku via a direct Anthropic Messages API fetch (no subprocess); claude-p = Haiku via the `claude -p` subprocess (reuses the agent auth, effectively free under Max but a heavy spawn); local = an OpenAI-compatible loopback endpoint (transcript never leaves the host). Auth for the anthropic-api path comes from AGT_CONV_EVAL_ANTHROPIC_API_KEY (falls back to ANTHROPIC_API_KEY); with no key that path fails closed (eval disabled) rather than reverting to claude-p. Enum.",
1130
+ flagType: "enum",
1131
+ allowedValues: ["anthropic-api", "claude-p", "local"],
1132
+ // Declared safe value is `claude-p` - it matches the manager's compiled
1133
+ // default before this flag existed, so migrating the host reader onto the
1134
+ // flag (ADR-0022) preserves fleet behaviour rather than silently moving eval
1135
+ // onto the metered direct API (which would also fail closed on any host that
1136
+ // lacks an Anthropic API key). The flip to `anthropic-api` is a deliberate,
1137
+ // staged cost decision from the admin Feature Flags page (claude-p is
1138
+ // deprecating under Max, ENG-5576).
1139
+ defaultValue: "claude-p",
1140
+ // Migration override (ADR-0022): the pre-flags env var stays the
1141
+ // highest-precedence operator override so a host already setting
1142
+ // AGT_CONV_EVAL_BACKEND keeps that value until the env var is retired.
1143
+ envVar: "AGT_CONV_EVAL_BACKEND"
1144
+ },
1127
1145
  {
1128
1146
  key: "skill-dreaming",
1129
1147
  description: "Memory-driven skill improvement (ENG-6500): the nightly dreaming cron analyzes each agent's promoted agent_memories against its in-scope skills (agent/team/org/global) and auto-drafts concrete skill improvements as status=draft skill_definitions. Drafts carry their evidence memories + rationale + confidence as provenance and flow through the existing scan \u2192 Pending-Skills review \u2192 publish funnel \u2014 never auto-published. Boolean gate; ships dark \u2014 when off the cron drafts nothing, so 0 skill-dreaming drafts is the expected steady state until an org is armed from the admin Feature Flags page.",
@@ -5604,4 +5622,4 @@ export {
5604
5622
  parseEnvIntegrations,
5605
5623
  probeMcpEnvSubstitution
5606
5624
  };
5607
- //# sourceMappingURL=chunk-3KLQA3SC.js.map
5625
+ //# sourceMappingURL=chunk-E5TGFEDQ.js.map