osagent 0.1.53 → 0.1.54

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.
@@ -146557,7 +146557,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
146557
146557
  };
146558
146558
  }
146559
146559
  async function createContentGenerator(config2, gcConfig, sessionId2, isInitialAuth) {
146560
- const version3 = "0.1.53";
146560
+ const version3 = "0.1.54";
146561
146561
  const userAgent2 = `OSAgent/${version3} (${process.platform}; ${process.arch})`;
146562
146562
  const baseHeaders = {
146563
146563
  "User-Agent": userAgent2
@@ -335684,7 +335684,7 @@ __name(getPackageJson, "getPackageJson");
335684
335684
  // packages/cli/src/utils/version.ts
335685
335685
  async function getCliVersion() {
335686
335686
  const pkgJson = await getPackageJson();
335687
- return "0.1.53";
335687
+ return "0.1.54";
335688
335688
  }
335689
335689
  __name(getCliVersion, "getCliVersion");
335690
335690
 
@@ -339853,8 +339853,8 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
339853
339853
 
339854
339854
  // packages/cli/src/generated/git-commit.ts
339855
339855
  init_esbuild_shims();
339856
- var GIT_COMMIT_INFO2 = "1e51d16";
339857
- var CLI_VERSION2 = "0.1.53";
339856
+ var GIT_COMMIT_INFO2 = "b4582ec";
339857
+ var CLI_VERSION2 = "0.1.54";
339858
339858
 
339859
339859
  // packages/cli/src/utils/systemInfo.ts
339860
339860
  async function getNpmVersion() {
@@ -395140,7 +395140,7 @@ async function startInteractiveUI(config2, settings, startupWarnings, workspaceR
395140
395140
  config: config2,
395141
395141
  debugKeystrokeLogging: settings.merged.general?.debugKeystrokeLogging,
395142
395142
  pasteWorkaround: process.platform === "win32" || nodeMajorVersion < 20,
395143
- children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(SessionStatsProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(ConsultationProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(TodoProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(VimModeProvider, { settings, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
395143
+ children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(OrchestrationProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(SessionStatsProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(ConsultationProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(TodoProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(VimModeProvider, { settings, children: /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
395144
395144
  AppContainer,
395145
395145
  {
395146
395146
  config: config2,
@@ -395149,7 +395149,7 @@ async function startInteractiveUI(config2, settings, startupWarnings, workspaceR
395149
395149
  version: version3,
395150
395150
  initializationResult
395151
395151
  }
395152
- ) }) }) }) })
395152
+ ) }) }) }) }) })
395153
395153
  }
395154
395154
  ) });
395155
395155
  }, "AppWrapper");