@scheduler-systems/gal-run 0.1.64 → 0.1.65

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 +13 -13
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -3894,7 +3894,7 @@ var cliVersion, defaultApiUrl, BUILD_CONSTANTS, constants_default;
3894
3894
  var init_constants = __esm({
3895
3895
  "module_6"() {
3896
3896
  "use strict";
3897
- cliVersion = true ? "0.1.64" : "0.0.0-dev";
3897
+ cliVersion = true ? "0.1.65" : "0.0.0-dev";
3898
3898
  defaultApiUrl = true ? "https://api.gal.run" : "http://localhost:3000";
3899
3899
  BUILD_CONSTANTS = Object.freeze([cliVersion, defaultApiUrl]);
3900
3900
  constants_default = BUILD_CONSTANTS;
@@ -12032,7 +12032,7 @@ function detectEnvironment() {
12032
12032
  return "dev";
12033
12033
  }
12034
12034
  try {
12035
- const version2 = true ? "0.1.64" : void 0;
12035
+ const version2 = true ? "0.1.65" : void 0;
12036
12036
  if (version2 && version2.includes("-local")) {
12037
12037
  return "dev";
12038
12038
  }
@@ -12159,14 +12159,14 @@ function productIssueGateHookCommand() {
12159
12159
  }
12160
12160
  function renderProductIssueGateHookJson(decision) {
12161
12161
  if (decision.decision !== "block") {
12162
- return JSON.stringify({
12163
- decision: "allow",
12164
- ...decision.statusMessage ? { statusMessage: decision.statusMessage } : {}
12165
- });
12162
+ return void 0;
12166
12163
  }
12167
12164
  return JSON.stringify({
12168
- decision: "block",
12169
- reason: decision.reason || "Blocked by GAL product issue gate"
12165
+ hookSpecificOutput: {
12166
+ hookEventName: "PreToolUse",
12167
+ permissionDecision: "deny",
12168
+ permissionDecisionReason: decision.reason || "Blocked by GAL product issue gate"
12169
+ }
12170
12170
  });
12171
12171
  }
12172
12172
  function isManagedProductIssueGateHookCommand(command) {
@@ -15213,7 +15213,7 @@ function getId() {
15213
15213
  }
15214
15214
  function getCliVersion() {
15215
15215
  try {
15216
- return true ? "0.1.64" : "0.0.0-dev";
15216
+ return true ? "0.1.65" : "0.0.0-dev";
15217
15217
  } catch {
15218
15218
  return "0.0.0-dev";
15219
15219
  }
@@ -45135,7 +45135,7 @@ var init_computer_use_binary = __esm({
45135
45135
  });
45136
45136
 
45137
45137
  function resolveCliVersion() {
45138
- return true ? "0.1.64" : "0.0.0-dev";
45138
+ return true ? "0.1.65" : "0.0.0-dev";
45139
45139
  }
45140
45140
  function resolveGalCodeRunnerAsset(version2) {
45141
45141
  const platformMap = {
@@ -45263,7 +45263,7 @@ var init_gal_code_runner_install = __esm({
45263
45263
  });
45264
45264
 
45265
45265
  function resolveCliVersion2() {
45266
- return true ? "0.1.64" : "0.0.0-dev";
45266
+ return true ? "0.1.65" : "0.0.0-dev";
45267
45267
  }
45268
45268
  function resolveComputerUseHelperAsset(version2 = resolveCliVersion2(), platform5 = process.platform, arch3 = process.arch) {
45269
45269
  if (platform5 !== "darwin") {
@@ -46116,7 +46116,7 @@ async function uploadSessionArchive(config, cwd, commandArgs, startedAt, exitCod
46116
46116
  return;
46117
46117
  }
46118
46118
  const endedAt = /* @__PURE__ */ new Date();
46119
- const wrapperVersion = true ? "0.1.64" : "0.0.0-dev";
46119
+ const wrapperVersion = true ? "0.1.65" : "0.0.0-dev";
46120
46120
  const model = childEnv.GAL_CODE_MODEL ?? DEFAULT_GAL_CODE_MODEL;
46121
46121
  await uploadGalCodeSessionArchive(
46122
46122
  {
@@ -114731,7 +114731,7 @@ var init_index = __esm({
114731
114731
  }
114732
114732
  });
114733
114733
 
114734
- var cliVersion10 = true ? "0.1.64" : "0.0.0-dev";
114734
+ var cliVersion10 = true ? "0.1.65" : "0.0.0-dev";
114735
114735
  var args = process.argv.slice(2);
114736
114736
  var requestedGlobalHelp = args.length === 1 && (args[0] === "--help" || args[0] === "-h");
114737
114737
  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.1.64",
3
+ "version": "0.1.65",
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,