volute 0.30.0 → 0.30.1

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
@@ -10,7 +10,7 @@ if (!process.env.VOLUTE_HOME) {
10
10
  var command = process.argv[2];
11
11
  var args = process.argv.slice(3);
12
12
  if (command === "--version" || command === "-v") {
13
- const { default: pkg } = await import("./package-S2OAA5ZA.js");
13
+ const { default: pkg } = await import("./package-OYUD4ZJ4.js");
14
14
  console.log(pkg.version);
15
15
  process.exit(0);
16
16
  }
@@ -4,7 +4,7 @@ import "./chunk-K3NQKI34.js";
4
4
  // package.json
5
5
  var package_default = {
6
6
  name: "volute",
7
- version: "0.30.0",
7
+ version: "0.30.1",
8
8
  description: "CLI for creating and managing self-modifying AI minds powered by the Claude Agent SDK",
9
9
  type: "module",
10
10
  license: "MIT",
@@ -79,12 +79,12 @@ var package_default = {
79
79
  hono: "^4.11.7",
80
80
  libsql: "^0.5.22",
81
81
  telegraf: "^4.16.3",
82
+ "@mariozechner/pi-ai": "^0.52.7",
82
83
  zod: "^4.3.6"
83
84
  },
84
85
  devDependencies: {
85
86
  "@anthropic-ai/claude-agent-sdk": "^0.2.34",
86
87
  "@biomejs/biome": "2.3.14",
87
- "@mariozechner/pi-ai": "^0.52.7",
88
88
  "@mariozechner/pi-coding-agent": "^0.52.7",
89
89
  "@sveltejs/vite-plugin-svelte": "^6.2.4",
90
90
  "@types/adm-zip": "^0.5.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "volute",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "description": "CLI for creating and managing self-modifying AI minds powered by the Claude Agent SDK",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -75,12 +75,12 @@
75
75
  "hono": "^4.11.7",
76
76
  "libsql": "^0.5.22",
77
77
  "telegraf": "^4.16.3",
78
+ "@mariozechner/pi-ai": "^0.52.7",
78
79
  "zod": "^4.3.6"
79
80
  },
80
81
  "devDependencies": {
81
82
  "@anthropic-ai/claude-agent-sdk": "^0.2.34",
82
83
  "@biomejs/biome": "2.3.14",
83
- "@mariozechner/pi-ai": "^0.52.7",
84
84
  "@mariozechner/pi-coding-agent": "^0.52.7",
85
85
  "@sveltejs/vite-plugin-svelte": "^6.2.4",
86
86
  "@types/adm-zip": "^0.5.7",