arcana-ai 0.2.28 → 0.2.29

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/bin/arcana.js +1 -1
  2. package/package.json +1 -1
package/bin/arcana.js CHANGED
@@ -10,7 +10,7 @@ const crypto = require("crypto")
10
10
  const os = require("os")
11
11
 
12
12
  const RELEASES_URL = "https://releases.otnelhq.com/arcana"
13
- const VERSION = "v0.2.28"
13
+ const VERSION = "v0.2.29"
14
14
 
15
15
  const PLATFORM_MAP = {
16
16
  "win32-x64": { asset: "arcana-windows-x64.zip", binary: "arcana.exe" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcana-ai",
3
- "version": "0.2.28",
3
+ "version": "0.2.29",
4
4
  "description": "Self-improving AI agent CLI — opencode TUI + skills. Installs the arcana binary.",
5
5
  "bin": {
6
6
  "arcana": "./bin/arcana.js"