@muxcodecli/cli 1.15.11 → 1.15.12

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 (1) hide show
  1. package/package.json +20 -178
package/package.json CHANGED
@@ -1,189 +1,31 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/package.json",
3
- "version": "1.15.11",
4
2
  "name": "@muxcodecli/cli",
5
- "type": "module",
6
- "license": "MIT",
7
- "private": false,
8
- "scripts": {
9
- "typecheck": "tsgo --noEmit",
10
- "test": "bun test --timeout 30000",
11
- "test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml",
12
- "test:httpapi": "bun run script/httpapi-exercise.ts --mode coverage --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode auth --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode effect --fail-on-missing --fail-on-skip",
13
- "bench:test": "bun run script/bench-test-suite.ts",
14
- "profile:test": "bun run script/profile-test-files.ts",
15
- "build": "bun run script/build.ts",
16
- "fix-node-pty": "bun run script/fix-node-pty.ts",
17
- "dev": "bun run --conditions=browser ./src/index.ts",
18
- "dev:temporary": "bun run --conditions=browser ./src/temporary.ts",
19
- "db": "bun drizzle-kit"
3
+ "version": "1.15.12",
4
+ "description": "MuxCode \u2014 AI coding assistant CLI",
5
+ "author": "madking \u00d7 MarbleCeo | MarbleCorp <markett2333@gmail.com>",
6
+ "license": "UNLICENSED",
7
+ "homepage": "https://muxcode.ai",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/MarbleCeo/muxcode"
20
11
  },
21
12
  "bin": {
22
13
  "muxcode": "./bin/muxcode"
23
14
  },
24
- "exports": {
25
- "./*": "./src/*.ts"
26
- },
27
- "imports": {
28
- "#db": {
29
- "bun": "./src/storage/db.bun.ts",
30
- "node": "./src/storage/db.node.ts",
31
- "default": "./src/storage/db.bun.ts"
32
- },
33
- "#pty": {
34
- "bun": "./src/pty/pty.bun.ts",
35
- "node": "./src/pty/pty.node.ts",
36
- "default": "./src/pty/pty.bun.ts"
37
- }
38
- },
39
- "devDependencies": {
40
- "@babel/core": "7.28.4",
41
- "@octokit/webhooks-types": "7.6.1",
42
- "@muxcode-ai/core": "workspace:*",
43
- "@muxcode-ai/http-recorder": "workspace:*",
44
- "@muxcode-ai/script": "workspace:*",
45
- "@parcel/watcher-darwin-arm64": "2.5.1",
46
- "@parcel/watcher-darwin-x64": "2.5.1",
47
- "@parcel/watcher-linux-arm64-glibc": "2.5.1",
48
- "@parcel/watcher-linux-arm64-musl": "2.5.1",
49
- "@parcel/watcher-linux-x64-glibc": "2.5.1",
50
- "@parcel/watcher-linux-x64-musl": "2.5.1",
51
- "@parcel/watcher-win32-arm64": "2.5.1",
52
- "@parcel/watcher-win32-x64": "2.5.1",
53
- "@standard-schema/spec": "1.0.0",
54
- "@tsconfig/bun": "catalog:",
55
- "@types/babel__core": "7.20.5",
56
- "@types/bun": "catalog:",
57
- "@types/cross-spawn": "catalog:",
58
- "@types/mime-types": "3.0.1",
59
- "@types/npm-package-arg": "6.1.4",
60
- "@types/semver": "^7.5.8",
61
- "@types/turndown": "5.0.5",
62
- "@types/which": "3.0.4",
63
- "@types/yargs": "17.0.33",
64
- "@typescript/native-preview": "catalog:",
65
- "drizzle-kit": "catalog:",
66
- "drizzle-orm": "catalog:",
67
- "prettier": "3.6.2",
68
- "typescript": "catalog:",
69
- "vscode-languageserver-types": "3.17.5",
70
- "why-is-node-running": "3.2.2"
71
- },
72
- "dependencies": {
73
- "@actions/core": "1.11.1",
74
- "@actions/github": "6.0.1",
75
- "@agentclientprotocol/sdk": "0.21.0",
76
- "@ai-sdk/alibaba": "1.0.17",
77
- "@ai-sdk/amazon-bedrock": "4.0.107",
78
- "@ai-sdk/anthropic": "3.0.71",
79
- "@ai-sdk/azure": "3.0.49",
80
- "@ai-sdk/cerebras": "2.0.41",
81
- "@ai-sdk/cohere": "3.0.27",
82
- "@ai-sdk/deepinfra": "2.0.41",
83
- "@ai-sdk/gateway": "3.0.104",
84
- "@ai-sdk/google": "3.0.73",
85
- "@ai-sdk/google-vertex": "4.0.128",
86
- "@ai-sdk/groq": "3.0.31",
87
- "@ai-sdk/mistral": "3.0.27",
88
- "@ai-sdk/openai": "3.0.53",
89
- "@ai-sdk/openai-compatible": "2.0.41",
90
- "@ai-sdk/perplexity": "3.0.26",
91
- "@ai-sdk/provider": "3.0.8",
92
- "@ai-sdk/togetherai": "2.0.41",
93
- "@ai-sdk/vercel": "2.0.39",
94
- "@ai-sdk/xai": "3.0.82",
95
- "@aws-sdk/credential-providers": "3.993.0",
96
- "@clack/prompts": "1.0.0-alpha.1",
97
- "@effect/opentelemetry": "catalog:",
98
- "@effect/platform-node": "catalog:",
99
- "@gitlab/muxcode-gitlab-auth": "1.3.3",
100
- "@lydell/node-pty": "catalog:",
101
- "@modelcontextprotocol/sdk": "1.27.1",
102
- "@octokit/graphql": "9.0.2",
103
- "@octokit/rest": "catalog:",
104
- "@openauthjs/openauth": "catalog:",
105
- "@muxcode-ai/llm": "workspace:*",
106
- "@muxcode-ai/plugin": "workspace:*",
107
- "@muxcode-ai/script": "workspace:*",
108
- "@muxcode-ai/sdk": "workspace:*",
109
- "@muxcode-ai/ui": "workspace:*",
110
- "@openrouter/ai-sdk-provider": "2.8.1",
111
- "@opentelemetry/api": "1.9.0",
112
- "@opentelemetry/context-async-hooks": "2.6.1",
113
- "@opentelemetry/exporter-trace-otlp-http": "0.214.0",
114
- "@opentelemetry/sdk-trace-base": "2.6.1",
115
- "@opentelemetry/sdk-trace-node": "2.6.1",
116
- "@opentui/core": "catalog:",
117
- "@opentui/keymap": "catalog:",
118
- "@opentui/solid": "catalog:",
119
- "@parcel/watcher": "2.5.1",
120
- "@pierre/diffs": "catalog:",
121
- "@silvia-odwyer/photon-node": "0.3.4",
122
- "@solid-primitives/event-bus": "1.1.2",
123
- "@solid-primitives/scheduled": "1.5.2",
124
- "@standard-schema/spec": "1.0.0",
125
- "@types/ws": "8.18.1",
126
- "@zip.js/zip.js": "2.7.62",
127
- "ai": "catalog:",
128
- "ai-gateway-provider": "3.1.2",
129
- "bonjour-service": "1.3.0",
130
- "bun-pty": "0.4.8",
131
- "chokidar": "4.0.3",
132
- "clipboardy": "4.0.0",
133
- "cross-spawn": "catalog:",
134
- "decimal.js": "10.5.0",
135
- "diff": "catalog:",
136
- "drizzle-orm": "catalog:",
137
- "effect": "catalog:",
138
- "fuzzysort": "3.1.0",
139
- "gitlab-ai-provider": "6.7.0",
140
- "glob": "13.0.5",
141
- "google-auth-library": "10.5.0",
142
- "gray-matter": "4.0.3",
143
- "htmlparser2": "8.0.2",
144
- "ignore": "7.0.5",
145
- "immer": "11.1.4",
146
- "jsonc-parser": "3.3.1",
147
- "mime-types": "3.0.2",
148
- "minimatch": "10.0.3",
149
- "npm-package-arg": "13.0.2",
150
- "open": "10.1.2",
151
- "muxcode-gitlab-auth": "2.0.1",
152
- "muxcode-poe-auth": "0.0.1",
153
- "opentui-spinner": "catalog:",
154
- "partial-json": "0.1.7",
155
- "remeda": "catalog:",
156
- "semver": "^7.6.3",
157
- "solid-js": "catalog:",
158
- "strip-ansi": "7.1.2",
159
- "tree-sitter-bash": "0.25.0",
160
- "tree-sitter-powershell": "0.25.10",
161
- "turndown": "7.2.0",
162
- "ulid": "catalog:",
163
- "venice-ai-sdk-provider": "2.0.2",
164
- "vscode-jsonrpc": "8.2.1",
165
- "web-tree-sitter": "0.25.10",
166
- "which": "6.0.1",
167
- "ws": "8.21.0",
168
- "xdg-basedir": "5.1.0",
169
- "yargs": "18.0.0",
170
- "zod": "catalog:"
171
- },
172
- "overrides": {
173
- "drizzle-orm": "catalog:"
174
- },
175
- "publishConfig": {
176
- "access": "public"
177
- },
178
15
  "files": [
179
16
  "bin/",
180
- "CHANGELOG.md"
17
+ "README.md"
181
18
  ],
182
- "description": "MuxCode \u2014 AI coding assistant CLI",
183
- "homepage": "https://muxcode.ai",
184
- "repository": {
185
- "type": "git",
186
- "url": "https://github.com/MarbleCeo/muxcode"
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "engines": {
23
+ "node": ">=18"
187
24
  },
188
- "author": "madking \u00d7 MarbleCeo | MarbleCorp <markett2333@gmail.com>"
25
+ "keywords": [
26
+ "ai",
27
+ "cli",
28
+ "coding",
29
+ "assistant"
30
+ ]
189
31
  }