@bunny-agent/runner-cli 0.9.29 → 0.9.31

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/bundle.mjs +2 -4
  2. package/package.json +3 -3
package/dist/bundle.mjs CHANGED
@@ -1601,8 +1601,7 @@ function buildImageGenerateTool(cwd, imageModelId, baseUrl, apiKey) {
1601
1601
  ],
1602
1602
  details: {
1603
1603
  filePath: savedPath,
1604
- ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {},
1605
- response: json
1604
+ ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {}
1606
1605
  }
1607
1606
  };
1608
1607
  } catch (e) {
@@ -1789,8 +1788,7 @@ function buildImageEditTool(cwd, imageModelId, baseUrl, apiKey) {
1789
1788
  ],
1790
1789
  details: {
1791
1790
  filePath: savedPath,
1792
- ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {},
1793
- response: json
1791
+ ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {}
1794
1792
  }
1795
1793
  };
1796
1794
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunny-agent/runner-cli",
3
- "version": "0.9.29",
3
+ "version": "0.9.31",
4
4
  "description": "BunnyAgent Runner CLI - Like gemini-cli or claude-code, runs in your local terminal with AI SDK UI streaming",
5
5
  "type": "module",
6
6
  "bin": {
@@ -55,10 +55,10 @@
55
55
  "vitest": "^1.6.1",
56
56
  "@bunny-agent/runner-harness": "0.1.1-beta.0",
57
57
  "@bunny-agent/runner-claude": "0.6.2",
58
+ "@bunny-agent/runner-codex": "0.6.2",
58
59
  "@bunny-agent/runner-gemini": "0.6.2",
59
- "@bunny-agent/runner-pi": "0.6.4-beta.0",
60
60
  "@bunny-agent/runner-opencode": "0.6.2",
61
- "@bunny-agent/runner-codex": "0.6.2"
61
+ "@bunny-agent/runner-pi": "0.6.4-beta.0"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "tsc && pnpm bundle",