@scheduler-systems/gal-run 0.0.255 → 0.0.257

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.
Files changed (2) hide show
  1. package/dist/index.cjs +26 -9
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3970,7 +3970,7 @@ var cliVersion, defaultApiUrl, BUILD_CONSTANTS, constants_default;
3970
3970
  var init_constants = __esm({
3971
3971
  "src/constants.ts"() {
3972
3972
  "use strict";
3973
- cliVersion = true ? "0.0.255" : "0.0.0-dev";
3973
+ cliVersion = true ? "0.0.257" : "0.0.0-dev";
3974
3974
  defaultApiUrl = true ? "https://api.gal.run" : "http://localhost:3000";
3975
3975
  BUILD_CONSTANTS = Object.freeze([cliVersion, defaultApiUrl]);
3976
3976
  constants_default = BUILD_CONSTANTS;
@@ -4812,7 +4812,7 @@ function detectEnvironment() {
4812
4812
  return "dev";
4813
4813
  }
4814
4814
  try {
4815
- const version = true ? "0.0.255" : void 0;
4815
+ const version = true ? "0.0.257" : void 0;
4816
4816
  if (version && version.includes("-local")) {
4817
4817
  return "dev";
4818
4818
  }
@@ -5181,7 +5181,7 @@ function getId() {
5181
5181
  }
5182
5182
  function getCliVersion() {
5183
5183
  try {
5184
- return true ? "0.0.255" : "0.0.0-dev";
5184
+ return true ? "0.0.257" : "0.0.0-dev";
5185
5185
  } catch {
5186
5186
  return "0.0.0-dev";
5187
5187
  }
@@ -5538,6 +5538,18 @@ var init_platform_registry = __esm({
5538
5538
  complianceScan: false,
5539
5539
  stable: false
5540
5540
  }
5541
+ },
5542
+ kling: {
5543
+ id: "kling",
5544
+ directory: ".kling",
5545
+ display: { fullName: "Kling AI", shortName: "Kling AI", icon: "\u{1F3AC}" },
5546
+ capabilities: {
5547
+ hooks: false,
5548
+ credentialSync: false,
5549
+ sessionRunner: false,
5550
+ complianceScan: false,
5551
+ stable: false
5552
+ }
5541
5553
  }
5542
5554
  };
5543
5555
  ALL_PLATFORM_IDS = Object.keys(PLATFORM_REGISTRY);
@@ -6138,6 +6150,13 @@ var init_dist2 = __esm({
6138
6150
  settingsFile: "",
6139
6151
  rulesDir: "",
6140
6152
  ruleExtensions: []
6153
+ },
6154
+ kling: {
6155
+ platform: "kling",
6156
+ directory: ".kling",
6157
+ settingsFile: "",
6158
+ rulesDir: "",
6159
+ ruleExtensions: []
6141
6160
  }
6142
6161
  };
6143
6162
  }
@@ -6867,7 +6886,8 @@ var init_OrganizationService = __esm({
6867
6886
  antigravity: this.createEmptyPlatformStats(orgName, "antigravity"),
6868
6887
  amp: this.createEmptyPlatformStats(orgName, "amp"),
6869
6888
  "ai-studio": this.createEmptyPlatformStats(orgName, "ai-studio"),
6870
- "codex-cloud": this.createEmptyPlatformStats(orgName, "codex-cloud")
6889
+ "codex-cloud": this.createEmptyPlatformStats(orgName, "codex-cloud"),
6890
+ kling: this.createEmptyPlatformStats(orgName, "kling")
6871
6891
  };
6872
6892
  for (const result of scanResults) {
6873
6893
  const platformStats = platforms[result.platform];
@@ -7711,12 +7731,11 @@ var init_feature_flags2 = __esm({
7711
7731
  init_src();
7712
7732
  COMMAND_CATEGORIES = {
7713
7733
  // Core convenience package (always visible)
7714
- core: ["auth", "sync", "mcp", "feedback", "update", "hooks", "status", "discover", "approve", "workspace", "scan", "memory"],
7734
+ core: ["auth", "sync", "mcp", "feedback", "update", "hooks", "status", "discover", "approve", "propose", "workspace", "fetch", "join", "scan", "memory"],
7715
7735
  // Internal development commands (requires admin org membership or GAL_INTERNAL=true)
7716
7736
  internal: [
7717
7737
  "admin",
7718
7738
  "agent",
7719
- "propose",
7720
7739
  "agent-session",
7721
7740
  "audit",
7722
7741
  "check",
@@ -7725,11 +7744,9 @@ var init_feature_flags2 = __esm({
7725
7744
  "distribute",
7726
7745
  "docs",
7727
7746
  "enforce",
7728
- "fetch",
7729
7747
  "flags",
7730
7748
  "fleet",
7731
7749
  "headless",
7732
- "join",
7733
7750
  "maintain",
7734
7751
  "protect",
7735
7752
  "quality",
@@ -53360,7 +53377,7 @@ var init_index = __esm({
53360
53377
  });
53361
53378
 
53362
53379
  // src/bootstrap.ts
53363
- var cliVersion10 = true ? "0.0.255" : "0.0.0-dev";
53380
+ var cliVersion10 = true ? "0.0.257" : "0.0.0-dev";
53364
53381
  var args = process.argv.slice(2);
53365
53382
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
53366
53383
  var requestedVersion = args.length === 1 && (args[0] === "--version" || args[0] === "-V");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scheduler-systems/gal-run",
3
- "version": "0.0.255",
3
+ "version": "0.0.257",
4
4
  "description": "GAL CLI - Command-line tool for managing AI agent configurations across your organization",
5
5
  "license": "Elastic-2.0",
6
6
  "private": false,