goatchain-cli 0.0.9-beta.25 → 0.0.9-beta.26

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "goatchain-cli",
3
- "version": "0.0.9-beta.25",
4
- "description": "AI coding agent CLI - Ink TUI (default) with optional opentui binary",
3
+ "version": "0.0.9-beta.26",
4
+ "description": "AI coding agent CLI - OpenTUI binary (default) with optional Ink TUI fallback",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "bin": {
@@ -12,10 +12,10 @@
12
12
  "dist"
13
13
  ],
14
14
  "optionalDependencies": {
15
- "goatchain-cli-darwin-arm64": "0.0.9-beta.25",
16
- "goatchain-cli-darwin-x64": "0.0.9-beta.25",
17
- "goatchain-cli-linux-arm64": "0.0.9-beta.25",
18
- "goatchain-cli-linux-x64": "0.0.9-beta.25",
19
- "goatchain-cli-windows-x64": "0.0.9-beta.25"
15
+ "dimcode-darwin-arm64": "0.0.9-beta.26",
16
+ "dimcode-darwin-x64": "0.0.9-beta.26",
17
+ "dimcode-linux-arm64": "0.0.9-beta.26",
18
+ "dimcode-linux-x64": "0.0.9-beta.26",
19
+ "dimcode-windows-x64": "0.0.9-beta.26"
20
20
  }
21
21
  }