tako-cli 0.2.3 → 0.2.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tako-cli",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Tako CLI - AI coding tools launcher with agentic coding support",
5
5
  "author": "Tako Team",
6
6
  "license": "AGPL-3.0-only",
@@ -25,7 +25,7 @@
25
25
  "test:unit": "bun test tests/unit.*.test.ts",
26
26
  "test:integration": "bun test tests/integration.*.test.ts",
27
27
  "test:platform": "bun test tests/platform.*.test.ts",
28
- "test:pre-release": "bun test tests/pre-release.test.ts tests/unit.token-env-alias.test.ts tests/integration.spawn-env.test.ts",
28
+ "test:pre-release": "bun test tests/pre-release.test.ts tests/unit.token-env-alias.test.ts tests/integration.spawn-env.test.ts tests/unit.codex-api-key-resolution.test.ts",
29
29
  "test:e2e": "bash scripts/test-install.sh",
30
30
  "test:lifecycle": "bash ../../scripts/test-cli-lifecycle.sh",
31
31
  "release": "bun run test:pre-release && bun scripts/bump.ts patch && npm publish --registry https://registry.npmjs.org && cd ../desktop-bundles && bun run release && cd ../cli && ./scripts/sync-gitee.sh",