@integrity-labs/agt-cli 0.10.14 → 0.10.16
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
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
resolveChannels,
|
|
33
33
|
serializeManifestForSlackCli,
|
|
34
34
|
setActiveTeam
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-XTETZ2D5.js";
|
|
36
36
|
|
|
37
37
|
// src/bin/agt.ts
|
|
38
38
|
import { join as join11 } from "path";
|
|
@@ -3705,7 +3705,7 @@ async function acpxCloseCommand(agent2, _opts, cmd) {
|
|
|
3705
3705
|
import { execSync } from "child_process";
|
|
3706
3706
|
import chalk20 from "chalk";
|
|
3707
3707
|
import ora15 from "ora";
|
|
3708
|
-
var cliVersion = true ? "0.10.
|
|
3708
|
+
var cliVersion = true ? "0.10.16" : "dev";
|
|
3709
3709
|
async function fetchLatestVersion() {
|
|
3710
3710
|
const host2 = getHost();
|
|
3711
3711
|
if (!host2) return null;
|
|
@@ -4104,7 +4104,7 @@ function handleError(err) {
|
|
|
4104
4104
|
}
|
|
4105
4105
|
|
|
4106
4106
|
// src/bin/agt.ts
|
|
4107
|
-
var cliVersion2 = true ? "0.10.
|
|
4107
|
+
var cliVersion2 = true ? "0.10.16" : "dev";
|
|
4108
4108
|
var program = new Command();
|
|
4109
4109
|
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");
|
|
4110
4110
|
program.hook("preAction", (thisCommand) => {
|
|
@@ -3563,6 +3563,7 @@ async function exchangeApiKey(rawKey, retried = false) {
|
|
|
3563
3563
|
hostId: cachedExchange.hostId,
|
|
3564
3564
|
teamId: cachedExchange.teamId,
|
|
3565
3565
|
teamSlug: cachedExchange.teamSlug,
|
|
3566
|
+
framework: cachedExchange.framework,
|
|
3566
3567
|
userEmail: cachedExchange.userEmail,
|
|
3567
3568
|
supabaseUrl: cachedExchange.supabaseUrl,
|
|
3568
3569
|
supabaseAnonKey: cachedExchange.supabaseAnonKey
|
|
@@ -3610,6 +3611,7 @@ async function doExchange(rawKey, retried) {
|
|
|
3610
3611
|
hostId: data.host_id,
|
|
3611
3612
|
teamId: data.team_id,
|
|
3612
3613
|
teamSlug: data.team_slug,
|
|
3614
|
+
framework: data.framework ?? null,
|
|
3613
3615
|
userEmail: data.user_email,
|
|
3614
3616
|
supabaseUrl: data.supabase_url,
|
|
3615
3617
|
supabaseAnonKey: data.supabase_anon_key,
|
|
@@ -3620,6 +3622,7 @@ async function doExchange(rawKey, retried) {
|
|
|
3620
3622
|
hostId: data.host_id,
|
|
3621
3623
|
teamId: data.team_id,
|
|
3622
3624
|
teamSlug: data.team_slug,
|
|
3625
|
+
framework: data.framework ?? null,
|
|
3623
3626
|
userEmail: data.user_email,
|
|
3624
3627
|
supabaseUrl: data.supabase_url,
|
|
3625
3628
|
supabaseAnonKey: data.supabase_anon_key
|
|
@@ -5747,4 +5750,4 @@ export {
|
|
|
5747
5750
|
detectDrift,
|
|
5748
5751
|
provision
|
|
5749
5752
|
};
|
|
5750
|
-
//# sourceMappingURL=chunk-
|
|
5753
|
+
//# sourceMappingURL=chunk-XTETZ2D5.js.map
|