tako-cli 0.3.4 → 0.3.6

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/index.js +174 -170
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tako-cli",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Tako CLI — unified launcher for AI coding tools (Claude Code, Codex, Gemini) with multi-agent session management",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/tako-dev/cli#readme",
@@ -32,8 +32,8 @@
32
32
  "test:e2e-installer": "TAKO_HOME=$(mktemp -d) bun tests/e2e/installer-driver.ts",
33
33
  "test:watch": "bun test --watch",
34
34
  "test:coverage": "bun test --coverage",
35
- "release": "bun scripts/bump.ts patch && git add package.json && git commit -m \"chore: release v$(node -p 'require(\\\"./package.json\\\").version')\" && git tag v$(node -p 'require(\\\"./package.json\\\").version') && git push && git push --tags",
36
- "release:minor": "bun scripts/bump.ts minor && git add package.json && git commit -m \"chore: release v$(node -p 'require(\\\"./package.json\\\").version')\" && git tag v$(node -p 'require(\\\"./package.json\\\").version') && git push && git push --tags",
35
+ "release": "bun scripts/bump.ts patch && git add package.json && git commit -m \"chore: release v$(node -p 'require(\"./package.json\").version')\" && git tag v$(node -p 'require(\"./package.json\").version') && git push && git push --tags",
36
+ "release:minor": "bun scripts/bump.ts minor && git add package.json && git commit -m \"chore: release v$(node -p 'require(\"./package.json\").version')\" && git tag v$(node -p 'require(\"./package.json\").version') && git push && git push --tags",
37
37
  "prepublishOnly": "bun run build"
38
38
  },
39
39
  "devDependencies": {