@integrity-labs/agt-cli 0.28.178 → 0.28.179

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-MRY24Y4V.js";
40
+ } from "../chunk-S2SKIZ3F.js";
41
41
  import {
42
42
  CHANNEL_REGISTRY,
43
43
  DEFAULT_FRAMEWORK,
@@ -4749,7 +4749,7 @@ import { execFileSync, execSync } from "child_process";
4749
4749
  import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
4750
4750
  import chalk18 from "chalk";
4751
4751
  import ora16 from "ora";
4752
- var cliVersion = true ? "0.28.178" : "dev";
4752
+ var cliVersion = true ? "0.28.179" : "dev";
4753
4753
  async function fetchLatestVersion() {
4754
4754
  const host2 = getHost();
4755
4755
  if (!host2) return null;
@@ -5763,7 +5763,7 @@ function handleError(err) {
5763
5763
  }
5764
5764
 
5765
5765
  // src/bin/agt.ts
5766
- var cliVersion2 = true ? "0.28.178" : "dev";
5766
+ var cliVersion2 = true ? "0.28.179" : "dev";
5767
5767
  var program = new Command();
5768
5768
  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");
5769
5769
  program.hook("preAction", async (thisCommand, actionCommand) => {
@@ -6114,7 +6114,7 @@ function requireHost() {
6114
6114
  }
6115
6115
 
6116
6116
  // src/lib/api-client.ts
6117
- var agtCliVersion = true ? "0.28.178" : "dev";
6117
+ var agtCliVersion = true ? "0.28.179" : "dev";
6118
6118
  var lastConfigHash = null;
6119
6119
  function setConfigHash(hash) {
6120
6120
  lastConfigHash = hash && hash.length > 0 ? hash : null;
@@ -7419,4 +7419,4 @@ export {
7419
7419
  managerInstallSystemUnitCommand,
7420
7420
  managerUninstallSystemUnitCommand
7421
7421
  };
7422
- //# sourceMappingURL=chunk-MRY24Y4V.js.map
7422
+ //# sourceMappingURL=chunk-S2SKIZ3F.js.map
@@ -28,7 +28,7 @@ import {
28
28
  requireHost,
29
29
  safeWriteJsonAtomic,
30
30
  setConfigHash
31
- } from "../chunk-MRY24Y4V.js";
31
+ } from "../chunk-S2SKIZ3F.js";
32
32
  import {
33
33
  getProjectDir as getProjectDir2,
34
34
  getReadyTasks,
@@ -6596,7 +6596,7 @@ var agentRestartTimezoneInputs = /* @__PURE__ */ new Map();
6596
6596
  var lastVersionCheckAt = 0;
6597
6597
  var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
6598
6598
  var lastResponsivenessProbeAt = 0;
6599
- var agtCliVersion = true ? "0.28.178" : "dev";
6599
+ var agtCliVersion = true ? "0.28.179" : "dev";
6600
6600
  function resolveBrewPath(execFileSync4) {
6601
6601
  try {
6602
6602
  const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
package/dist/mcp/index.js CHANGED
@@ -23394,7 +23394,7 @@ async function getPublishedArtefactSourceChunkText(artefactId, offset, limit) {
23394
23394
  }
23395
23395
  var artefactListSchema = {
23396
23396
  publisher: external_exports.string().optional().describe('Filter by publisher (e.g. "agt-live")'),
23397
- kind: external_exports.enum(["mockup", "deck", "site", "app", "other"]).optional().describe("Filter by artefact kind"),
23397
+ kind: external_exports.enum(["mockup", "deck", "site", "app", "video", "other"]).optional().describe("Filter by artefact kind"),
23398
23398
  limit: external_exports.number().int().min(1).max(100).optional().describe("Maximum artefacts to return (default 50, max 100)")
23399
23399
  };
23400
23400
  server.tool(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrity-labs/agt-cli",
3
- "version": "0.28.178",
3
+ "version": "0.28.179",
4
4
  "description": "Augmented Team CLI — agent provisioning and management",
5
5
  "type": "module",
6
6
  "engines": {