foxcli-com 2.1.88

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.
@@ -0,0 +1,3 @@
1
+ This project is dual-licensed under the Unlicense and MIT licenses.
2
+
3
+ You may use this code under the terms of either license.
Binary file
package/package.json ADDED
@@ -0,0 +1,181 @@
1
+ {
2
+ "name": "foxcli-com",
3
+ "version": "2.1.88",
4
+ "description": "Fox CLI - interactive AI coding assistant in the terminal",
5
+ "type": "module",
6
+ "author": "foxcli <team@foxcli.com>",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/FoxcliTeam/foxcli.git"
13
+ },
14
+ "homepage": "https://github.com/FoxcliTeam/foxcli#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/FoxcliTeam/foxcli/issues"
17
+ },
18
+ "keywords": [
19
+ "foxcli",
20
+ "langrouter",
21
+ "openrouter",
22
+ "claude",
23
+ "anthropic",
24
+ "cli",
25
+ "ai",
26
+ "coding-assistant",
27
+ "terminal",
28
+ "repl"
29
+ ],
30
+ "engines": {
31
+ "node": ">=20.0.0"
32
+ },
33
+ "main": "dist/cli.js",
34
+ "bin": {
35
+ "foxcli": "dist/cli.js"
36
+ },
37
+ "workspaces": [
38
+ "packages/*",
39
+ "packages/@ant/*"
40
+ ],
41
+ "files": [
42
+ "dist",
43
+ "LICENSE.md",
44
+ "README.md",
45
+ "sdk-tools.d.ts",
46
+ "bun.lock"
47
+ ],
48
+ "scripts": {
49
+ "build": "bun run build.ts",
50
+ "dev": "bun run scripts/dev.ts",
51
+ "prepublishOnly": "bun run build",
52
+ "lint": "biome lint src/",
53
+ "lint:fix": "biome lint --fix src/",
54
+ "format": "biome format --write src/",
55
+ "prepare": "git config core.hooksPath .githooks",
56
+ "test": "bun test",
57
+ "check:unused": "knip-bun",
58
+ "health": "bun run scripts/health-check.ts",
59
+ "docs:dev": "npx mintlify dev",
60
+ "changeset": "changeset",
61
+ "changeset-version": "changeset version",
62
+ "changeset-publish": "bun run build && changeset publish"
63
+ },
64
+ "dependencies": {},
65
+ "devDependencies": {
66
+ "@alcalzone/ansi-tokenize": "^0.3.0",
67
+ "@ant/claude-for-chrome-mcp": "1.0.0",
68
+ "@ant/computer-use-input": "1.0.0",
69
+ "@ant/computer-use-mcp": "1.0.0",
70
+ "@ant/computer-use-swift": "1.0.0",
71
+ "@anthropic-ai/bedrock-sdk": "^0.26.4",
72
+ "@anthropic-ai/claude-agent-sdk": "^0.2.87",
73
+ "@anthropic-ai/foundry-sdk": "^0.2.3",
74
+ "@anthropic-ai/mcpb": "^2.1.2",
75
+ "@anthropic-ai/sandbox-runtime": "^0.0.44",
76
+ "@anthropic-ai/sdk": "^0.80.0",
77
+ "@anthropic-ai/vertex-sdk": "^0.14.4",
78
+ "@aws-sdk/client-bedrock": "^3.1020.0",
79
+ "@aws-sdk/client-bedrock-runtime": "^3.1020.0",
80
+ "@aws-sdk/client-sts": "^3.1020.0",
81
+ "@aws-sdk/credential-provider-node": "^3.972.28",
82
+ "@aws-sdk/credential-providers": "^3.1020.0",
83
+ "@azure/identity": "^4.13.1",
84
+ "@biomejs/biome": "^2.4.10",
85
+ "@changesets/changelog-github": "^0.6.0",
86
+ "@commander-js/extra-typings": "^14.0.0",
87
+ "@growthbook/growthbook": "^1.6.5",
88
+ "@modelcontextprotocol/sdk": "^1.29.0",
89
+ "@opentelemetry/api": "^1.9.1",
90
+ "@opentelemetry/api-logs": "^0.214.0",
91
+ "@opentelemetry/core": "^2.6.1",
92
+ "@opentelemetry/exporter-logs-otlp-grpc": "^0.214.0",
93
+ "@opentelemetry/exporter-logs-otlp-http": "^0.214.0",
94
+ "@opentelemetry/exporter-logs-otlp-proto": "^0.214.0",
95
+ "@opentelemetry/exporter-metrics-otlp-grpc": "^0.214.0",
96
+ "@opentelemetry/exporter-metrics-otlp-http": "^0.214.0",
97
+ "@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
98
+ "@opentelemetry/exporter-prometheus": "^0.214.0",
99
+ "@opentelemetry/exporter-trace-otlp-grpc": "^0.214.0",
100
+ "@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
101
+ "@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
102
+ "@opentelemetry/resources": "^2.6.1",
103
+ "@opentelemetry/sdk-logs": "^0.214.0",
104
+ "@opentelemetry/sdk-metrics": "^2.6.1",
105
+ "@opentelemetry/sdk-trace-base": "^2.6.1",
106
+ "@opentelemetry/semantic-conventions": "^1.40.0",
107
+ "@smithy/core": "^3.23.13",
108
+ "@smithy/node-http-handler": "^4.5.1",
109
+ "@sroussey/changesets-cli": "^2.29.7",
110
+ "@types/bun": "^1.3.11",
111
+ "@types/cacache": "^20.0.1",
112
+ "@types/plist": "^3.0.5",
113
+ "@types/react": "^19.2.14",
114
+ "@types/react-reconciler": "^0.33.0",
115
+ "@types/sharp": "^0.32.0",
116
+ "@types/turndown": "^5.0.6",
117
+ "ajv": "^8.18.0",
118
+ "asciichart": "^1.5.25",
119
+ "audio-capture-napi": "1.0.0",
120
+ "auto-bind": "^5.0.1",
121
+ "axios": "^1.14.0",
122
+ "bidi-js": "^1.0.3",
123
+ "cacache": "^20.0.4",
124
+ "chalk": "^5.6.2",
125
+ "chokidar": "^5.0.0",
126
+ "cli-boxes": "^4.0.1",
127
+ "cli-highlight": "^2.1.11",
128
+ "code-excerpt": "^4.0.0",
129
+ "color-diff-napi": "1.0.0",
130
+ "diff": "^8.0.4",
131
+ "emoji-regex": "^10.6.0",
132
+ "env-paths": "^4.0.0",
133
+ "execa": "^9.6.1",
134
+ "fflate": "^0.8.2",
135
+ "figures": "^6.1.0",
136
+ "fuse.js": "^7.1.0",
137
+ "get-east-asian-width": "^1.5.0",
138
+ "google-auth-library": "^10.6.2",
139
+ "highlight.js": "^11.11.1",
140
+ "https-proxy-agent": "^8.0.0",
141
+ "ignore": "^7.0.5",
142
+ "image-processor-napi": "1.0.0",
143
+ "indent-string": "^5.0.0",
144
+ "jsonc-parser": "^3.3.1",
145
+ "knip": "^6.1.1",
146
+ "lodash-es": "^4.17.23",
147
+ "lru-cache": "^11.2.7",
148
+ "marked": "^17.0.5",
149
+ "modifiers-napi": "1.0.0",
150
+ "p-map": "^7.0.4",
151
+ "picomatch": "^4.0.4",
152
+ "plist": "^3.1.0",
153
+ "proper-lockfile": "^4.1.2",
154
+ "qrcode": "^1.5.4",
155
+ "react": "^19.2.4",
156
+ "react-compiler-runtime": "^1.0.0",
157
+ "react-reconciler": "^0.33.0",
158
+ "semver": "^7.7.4",
159
+ "sharp": "^0.34.5",
160
+ "shell-quote": "^1.8.3",
161
+ "signal-exit": "^4.1.0",
162
+ "stack-utils": "^2.0.6",
163
+ "strip-ansi": "^7.2.0",
164
+ "supports-hyperlinks": "^4.4.0",
165
+ "tree-kill": "^1.2.2",
166
+ "turndown": "^7.2.2",
167
+ "type-fest": "^5.5.0",
168
+ "typescript": "^6.0.2",
169
+ "undici": "^7.24.6",
170
+ "url-handler-napi": "1.0.0",
171
+ "usehooks-ts": "^3.1.1",
172
+ "vscode-jsonrpc": "^8.2.1",
173
+ "vscode-languageserver-protocol": "^3.17.5",
174
+ "vscode-languageserver-types": "^3.17.5",
175
+ "wrap-ansi": "^10.0.0",
176
+ "ws": "^8.20.0",
177
+ "xss": "^1.0.15",
178
+ "yaml": "^2.8.3",
179
+ "zod": "^4.3.6"
180
+ }
181
+ }