foxcli-com 2.1.88 → 2.1.89

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 (4) hide show
  1. package/README.md +4 -4
  2. package/bun.lock +144 -1
  3. package/dist/cli.js +207005 -160052
  4. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foxcli-com",
3
- "version": "2.1.88",
3
+ "version": "2.1.89",
4
4
  "description": "Fox CLI - interactive AI coding assistant in the terminal",
5
5
  "type": "module",
6
6
  "author": "foxcli <team@foxcli.com>",
@@ -48,6 +48,7 @@
48
48
  "scripts": {
49
49
  "build": "bun run build.ts",
50
50
  "dev": "bun run scripts/dev.ts",
51
+ "dev:inspect": "bun run scripts/dev-debug.ts",
51
52
  "prepublishOnly": "bun run build",
52
53
  "lint": "biome lint src/",
53
54
  "lint:fix": "biome lint --fix src/",
@@ -63,6 +64,7 @@
63
64
  },
64
65
  "dependencies": {},
65
66
  "devDependencies": {
67
+ "openai": "^4.73.0",
66
68
  "@alcalzone/ansi-tokenize": "^0.3.0",
67
69
  "@ant/claude-for-chrome-mcp": "1.0.0",
68
70
  "@ant/computer-use-input": "1.0.0",
@@ -104,6 +106,7 @@
104
106
  "@opentelemetry/sdk-metrics": "^2.6.1",
105
107
  "@opentelemetry/sdk-trace-base": "^2.6.1",
106
108
  "@opentelemetry/semantic-conventions": "^1.40.0",
109
+ "@sentry/node": "^10.47.0",
107
110
  "@smithy/core": "^3.23.13",
108
111
  "@smithy/node-http-handler": "^4.5.1",
109
112
  "@sroussey/changesets-cli": "^2.29.7",
@@ -136,6 +139,7 @@
136
139
  "fuse.js": "^7.1.0",
137
140
  "get-east-asian-width": "^1.5.0",
138
141
  "google-auth-library": "^10.6.2",
142
+ "he": "^1.2.0",
139
143
  "highlight.js": "^11.11.1",
140
144
  "https-proxy-agent": "^8.0.0",
141
145
  "ignore": "^7.0.5",