@integrity-labs/agt-cli 0.28.609 → 0.28.611

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
@@ -40,10 +40,10 @@ import {
40
40
  success,
41
41
  table,
42
42
  warn
43
- } from "../chunk-ZJFDQNLN.js";
43
+ } from "../chunk-6L5WLLVR.js";
44
44
  import {
45
45
  readDirectChatSessionState
46
- } from "../chunk-DESCRVVM.js";
46
+ } from "../chunk-DD6NRRYC.js";
47
47
  import {
48
48
  AnchorSessionClient,
49
49
  CHANNEL_REGISTRY,
@@ -73,7 +73,7 @@ import {
73
73
  requiredMcpWildcard,
74
74
  resolveChannels,
75
75
  serializeManifestForSlackCli
76
- } from "../chunk-FF7H4K7I.js";
76
+ } from "../chunk-2ASO4HVN.js";
77
77
  import "../chunk-XWVM4KPK.js";
78
78
 
79
79
  // src/bin/agt.ts
@@ -4909,7 +4909,7 @@ import { execFileSync, execSync } from "child_process";
4909
4909
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4910
4910
  import chalk18 from "chalk";
4911
4911
  import ora16 from "ora";
4912
- var cliVersion = true ? "0.28.609" : "dev";
4912
+ var cliVersion = true ? "0.28.611" : "dev";
4913
4913
  async function fetchLatestVersion() {
4914
4914
  const host2 = getHost();
4915
4915
  if (!host2) return null;
@@ -6089,7 +6089,7 @@ function handleError(err) {
6089
6089
  }
6090
6090
 
6091
6091
  // src/bin/agt.ts
6092
- var cliVersion2 = true ? "0.28.609" : "dev";
6092
+ var cliVersion2 = true ? "0.28.611" : "dev";
6093
6093
  var program = new Command();
6094
6094
  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");
6095
6095
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -8164,6 +8164,12 @@ var MARKUP_BRIDGE_SCRIPT = `<script>(function(){
8164
8164
  var AL_PANEL_WIDTH_PX = 420;
8165
8165
  var AL_MIN_CANVAS_PX = 320;
8166
8166
  var AL_SPLIT_MIN_VIEWPORT_PX = AL_PANEL_WIDTH_PX + AL_MIN_CANVAS_PX;
8167
+ var DECK_HUD_BOTTOM_PX = 20;
8168
+ var DECK_HUD_HEIGHT_PX = 48;
8169
+ var DECK_HUD_TOP_PX = DECK_HUD_BOTTOM_PX + DECK_HUD_HEIGHT_PX;
8170
+ var DECK_CHROME_GAP_PX = 8;
8171
+ var DECK_ATTRIBUTION_BOTTOM_PX = DECK_HUD_TOP_PX + DECK_CHROME_GAP_PX;
8172
+ var DECK_ATTRIBUTION_NARROW_BOTTOM_PX = 104 + DECK_CHROME_GAP_PX;
8167
8173
 
8168
8174
  // ../../packages/core/dist/integrations/augmented-live/codec.js
8169
8175
  var CODEC_VERSION = 1;
@@ -11928,4 +11934,4 @@ export {
11928
11934
  minutesSinceLocalMidnight,
11929
11935
  peekCurrentSession
11930
11936
  };
11931
- //# sourceMappingURL=chunk-FF7H4K7I.js.map
11937
+ //# sourceMappingURL=chunk-2ASO4HVN.js.map