osagent 0.1.36 → 0.1.37

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/cli.js +4 -4
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -146190,7 +146190,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
146190
146190
  };
146191
146191
  }
146192
146192
  async function createContentGenerator(config2, gcConfig, sessionId2, isInitialAuth) {
146193
- const version3 = "0.1.36";
146193
+ const version3 = "0.1.37";
146194
146194
  const userAgent2 = `OSAgent/${version3} (${process.platform}; ${process.arch})`;
146195
146195
  const baseHeaders = {
146196
146196
  "User-Agent": userAgent2
@@ -321073,7 +321073,7 @@ __name(getPackageJson, "getPackageJson");
321073
321073
  // packages/cli/src/utils/version.ts
321074
321074
  async function getCliVersion() {
321075
321075
  const pkgJson = await getPackageJson();
321076
- return "0.1.36";
321076
+ return "0.1.37";
321077
321077
  }
321078
321078
  __name(getCliVersion, "getCliVersion");
321079
321079
 
@@ -325242,8 +325242,8 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
325242
325242
 
325243
325243
  // packages/cli/src/generated/git-commit.ts
325244
325244
  init_esbuild_shims();
325245
- var GIT_COMMIT_INFO2 = "035e74b";
325246
- var CLI_VERSION2 = "0.1.36";
325245
+ var GIT_COMMIT_INFO2 = "14879cd";
325246
+ var CLI_VERSION2 = "0.1.37";
325247
325247
 
325248
325248
  // packages/cli/src/utils/systemInfo.ts
325249
325249
  async function getNpmVersion() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osagent",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "OS Agent - AI-powered CLI for autonomous coding with Ollama Cloud and Qwen models",
5
5
  "author": "Roberto Luna",
6
6
  "license": "Apache-2.0",