osagent 0.1.29 → 0.1.30

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/cli.js CHANGED
@@ -146180,7 +146180,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
146180
146180
  };
146181
146181
  }
146182
146182
  async function createContentGenerator(config, gcConfig, sessionId2, isInitialAuth) {
146183
- const version2 = "0.1.29";
146183
+ const version2 = "0.1.30";
146184
146184
  const userAgent2 = `OSAgent/${version2} (${process.platform}; ${process.arch})`;
146185
146185
  const baseHeaders = {
146186
146186
  "User-Agent": userAgent2
@@ -309811,7 +309811,7 @@ __name(getPackageJson, "getPackageJson");
309811
309811
  // packages/cli/src/utils/version.ts
309812
309812
  async function getCliVersion() {
309813
309813
  const pkgJson = await getPackageJson();
309814
- return "0.1.29";
309814
+ return "0.1.30";
309815
309815
  }
309816
309816
  __name(getCliVersion, "getCliVersion");
309817
309817
 
@@ -313980,8 +313980,8 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
313980
313980
 
313981
313981
  // packages/cli/src/generated/git-commit.ts
313982
313982
  init_esbuild_shims();
313983
- var GIT_COMMIT_INFO2 = "481ebbe";
313984
- var CLI_VERSION2 = "0.1.29";
313983
+ var GIT_COMMIT_INFO2 = "0eed9e1";
313984
+ var CLI_VERSION2 = "0.1.30";
313985
313985
 
313986
313986
  // packages/cli/src/utils/systemInfo.ts
313987
313987
  async function getNpmVersion() {
@@ -0,0 +1,3 @@
1
+ This project is dual-licensed under the Unlicense and MIT licenses.
2
+
3
+ You may use this code under the terms of either license.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osagent",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
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",