osagent 0.1.43 → 0.1.45

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/cli.js +4 -4
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -146205,7 +146205,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
146205
146205
  };
146206
146206
  }
146207
146207
  async function createContentGenerator(config2, gcConfig, sessionId2, isInitialAuth) {
146208
- const version3 = "0.1.43";
146208
+ const version3 = "0.1.45";
146209
146209
  const userAgent2 = `OSAgent/${version3} (${process.platform}; ${process.arch})`;
146210
146210
  const baseHeaders = {
146211
146211
  "User-Agent": userAgent2
@@ -329137,7 +329137,7 @@ __name(getPackageJson, "getPackageJson");
329137
329137
  // packages/cli/src/utils/version.ts
329138
329138
  async function getCliVersion() {
329139
329139
  const pkgJson = await getPackageJson();
329140
- return "0.1.43";
329140
+ return "0.1.45";
329141
329141
  }
329142
329142
  __name(getCliVersion, "getCliVersion");
329143
329143
 
@@ -333306,8 +333306,8 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
333306
333306
 
333307
333307
  // packages/cli/src/generated/git-commit.ts
333308
333308
  init_esbuild_shims();
333309
- var GIT_COMMIT_INFO2 = "69124fa";
333310
- var CLI_VERSION2 = "0.1.43";
333309
+ var GIT_COMMIT_INFO2 = "d50552b";
333310
+ var CLI_VERSION2 = "0.1.45";
333311
333311
 
333312
333312
  // packages/cli/src/utils/systemInfo.ts
333313
333313
  async function getNpmVersion() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osagent",
3
- "version": "0.1.43",
3
+ "version": "0.1.45",
4
4
  "description": "OS Agent - AI-powered CLI for autonomous coding with Ollama Cloud and Qwen models",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "locales"
21
21
  ],
22
22
  "config": {
23
- "sandboxImageUri": "ghcr.io/osagent/osagent:0.1.42"
23
+ "sandboxImageUri": "ghcr.io/osagent/osagent:0.1.45"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21",