@ikie-dev/cli 9.8.3 → 9.8.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.
Files changed (2) hide show
  1. package/package.json +6 -6
  2. package/src/entry.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikie-dev/cli",
3
- "version": "9.8.3",
3
+ "version": "9.8.5",
4
4
  "description": "ikie \u2014 a coding agent CLI powered by ikie AI",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -41,8 +41,10 @@
41
41
  "dependencies": {
42
42
  "@agentclientprotocol/sdk": "0.19.2",
43
43
  "@clack/prompts": "^1.3.0",
44
+ "@earendil-works/pi-ai": "0.78.1",
44
45
  "@earendil-works/pi-coding-agent": "0.78.1",
45
46
  "@earendil-works/pi-tui": "0.78.1",
47
+ "@mixmark-io/domino": "^2.2.0",
46
48
  "@modelcontextprotocol/ext-apps": "^1.7.1",
47
49
  "@modelcontextprotocol/sdk": "^1.29.0",
48
50
  "@shikijs/cli": "^4.0.2",
@@ -58,9 +60,11 @@
58
60
  "shiki": "^4.0.2",
59
61
  "ssh2": "^1.17.0",
60
62
  "tar": "^7.5.15",
63
+ "turndown": "^7.2.4",
61
64
  "undici": "^8.2.0",
62
65
  "uuid": "^14.0.0",
63
66
  "wcwidth": "^1.0.1",
67
+ "ws": "^8.20.1",
64
68
  "yaml": "^2.8.4",
65
69
  "zod": "^4.4.3"
66
70
  },
@@ -80,9 +84,7 @@
80
84
  },
81
85
  "devDependencies": {
82
86
  "@biomejs/biome": "^1.9.4",
83
- "@earendil-works/pi-ai": "0.78.1",
84
87
  "@microsoft/tui-test": "0.0.4",
85
- "@mixmark-io/domino": "^2.2.0",
86
88
  "@types/micromatch": "^4.0.10",
87
89
  "@types/node": "^22.19.18",
88
90
  "@types/shell-quote": "^1.7.5",
@@ -94,10 +96,8 @@
94
96
  "playwright": "^1.59.1",
95
97
  "supports-color": "^10.2.2",
96
98
  "tsx": "^4.21.0",
97
- "turndown": "^7.2.4",
98
99
  "typescript": "^5.9.3",
99
- "vitest": "^3.2.4",
100
- "ws": "^8.20.1"
100
+ "vitest": "^3.2.4"
101
101
  },
102
102
  "engines": {
103
103
  "node": ">=22.0.0"
package/src/entry.ts CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env bun
2
2
 
3
3
  // Thin entrypoint that sets environment variables BEFORE any pi-mono code is imported.
4
4
  // Static ESM imports are hoisted and initialized before the module body runs, so cli.ts