nuwaxcode 1.1.25 → 1.1.27
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/bin/nuwaxcode +2 -2
- package/package.json +8 -75
- package/script/build.ts +2 -2
package/bin/nuwaxcode
CHANGED
|
@@ -44,8 +44,8 @@ let arch = archMap[os.arch()]
|
|
|
44
44
|
if (!arch) {
|
|
45
45
|
arch = os.arch()
|
|
46
46
|
}
|
|
47
|
-
const base = "
|
|
48
|
-
const binary = platform === "windows" ? "
|
|
47
|
+
const base = "nuwaxcode-" + platform + "-" + arch
|
|
48
|
+
const binary = platform === "windows" ? "nuwaxcode.exe" : "nuwaxcode"
|
|
49
49
|
|
|
50
50
|
function findBinary(startDir) {
|
|
51
51
|
let current = startDir
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
4
4
|
"name": "nuwaxcode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
|
|
8
7
|
"scripts": {
|
|
9
8
|
"typecheck": "tsgo --noEmit",
|
|
10
9
|
"test": "bun test",
|
|
@@ -46,78 +45,12 @@
|
|
|
46
45
|
"why-is-node-running": "3.2.2",
|
|
47
46
|
"zod-to-json-schema": "3.24.5"
|
|
48
47
|
},
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"@ai-sdk/cerebras": "1.0.34",
|
|
57
|
-
"@ai-sdk/cohere": "2.0.22",
|
|
58
|
-
"@ai-sdk/deepinfra": "1.0.31",
|
|
59
|
-
"@ai-sdk/gateway": "2.0.25",
|
|
60
|
-
"@ai-sdk/google": "2.0.52",
|
|
61
|
-
"@ai-sdk/google-vertex": "3.0.97",
|
|
62
|
-
"@ai-sdk/groq": "2.0.34",
|
|
63
|
-
"@ai-sdk/mistral": "2.0.27",
|
|
64
|
-
"@ai-sdk/openai": "2.0.89",
|
|
65
|
-
"@ai-sdk/openai-compatible": "1.0.30",
|
|
66
|
-
"@ai-sdk/perplexity": "2.0.23",
|
|
67
|
-
"@ai-sdk/provider": "2.0.1",
|
|
68
|
-
"@ai-sdk/provider-utils": "3.0.20",
|
|
69
|
-
"@ai-sdk/togetherai": "1.0.31",
|
|
70
|
-
"@ai-sdk/vercel": "1.0.31",
|
|
71
|
-
"@ai-sdk/xai": "2.0.51",
|
|
72
|
-
"@clack/prompts": "1.0.0-alpha.1",
|
|
73
|
-
"@gitlab/gitlab-ai-provider": "3.1.2",
|
|
74
|
-
"@hono/standard-validator": "0.1.5",
|
|
75
|
-
"@hono/zod-validator": "catalog:",
|
|
76
|
-
"@modelcontextprotocol/sdk": "1.25.2",
|
|
77
|
-
"@octokit/graphql": "9.0.2",
|
|
78
|
-
"@octokit/rest": "catalog:",
|
|
79
|
-
"@openauthjs/openauth": "catalog:",
|
|
80
|
-
"@opencode-ai/plugin": "workspace:*",
|
|
81
|
-
"@opencode-ai/script": "workspace:*",
|
|
82
|
-
"@opencode-ai/sdk": "workspace:*",
|
|
83
|
-
"@opencode-ai/util": "workspace:*",
|
|
84
|
-
"@openrouter/ai-sdk-provider": "1.5.2",
|
|
85
|
-
"@opentui/core": "0.1.74",
|
|
86
|
-
"@opentui/solid": "0.1.74",
|
|
87
|
-
"@parcel/watcher": "2.5.1",
|
|
88
|
-
"@pierre/diffs": "catalog:",
|
|
89
|
-
"@solid-primitives/event-bus": "1.1.2",
|
|
90
|
-
"@solid-primitives/scheduled": "1.5.2",
|
|
91
|
-
"@standard-schema/spec": "1.0.0",
|
|
92
|
-
"@zip.js/zip.js": "2.7.62",
|
|
93
|
-
"ai": "catalog:",
|
|
94
|
-
"bonjour-service": "1.3.0",
|
|
95
|
-
"bun-pty": "0.4.4",
|
|
96
|
-
"chokidar": "4.0.3",
|
|
97
|
-
"clipboardy": "4.0.0",
|
|
98
|
-
"decimal.js": "10.5.0",
|
|
99
|
-
"diff": "catalog:",
|
|
100
|
-
"fuzzysort": "3.1.0",
|
|
101
|
-
"gray-matter": "4.0.3",
|
|
102
|
-
"hono": "catalog:",
|
|
103
|
-
"hono-openapi": "catalog:",
|
|
104
|
-
"ignore": "7.0.5",
|
|
105
|
-
"jsonc-parser": "3.3.1",
|
|
106
|
-
"minimatch": "10.0.3",
|
|
107
|
-
"open": "10.1.2",
|
|
108
|
-
"opentui-spinner": "0.0.6",
|
|
109
|
-
"partial-json": "0.1.7",
|
|
110
|
-
"remeda": "catalog:",
|
|
111
|
-
"solid-js": "catalog:",
|
|
112
|
-
"strip-ansi": "7.1.2",
|
|
113
|
-
"tree-sitter-bash": "0.25.0",
|
|
114
|
-
"turndown": "7.2.0",
|
|
115
|
-
"ulid": "catalog:",
|
|
116
|
-
"vscode-jsonrpc": "8.2.1",
|
|
117
|
-
"web-tree-sitter": "0.25.10",
|
|
118
|
-
"xdg-basedir": "5.1.0",
|
|
119
|
-
"yargs": "18.0.0",
|
|
120
|
-
"zod": "catalog:",
|
|
121
|
-
"zod-to-json-schema": "3.24.5"
|
|
48
|
+
|
|
49
|
+
"optionalDependencies": {
|
|
50
|
+
"nuwaxcode-darwin-arm64": "1.1.25",
|
|
51
|
+
"nuwaxcode-darwin-x64": "1.1.25",
|
|
52
|
+
"nuwaxcode-linux-arm64": "1.1.25",
|
|
53
|
+
"nuwaxcode-linux-x64": "1.1.25",
|
|
54
|
+
"nuwaxcode-windows-x64": "1.1.25"
|
|
122
55
|
}
|
|
123
56
|
}
|
package/script/build.ts
CHANGED
|
@@ -139,7 +139,7 @@ for (const item of targets) {
|
|
|
139
139
|
autoloadTsconfig: true,
|
|
140
140
|
autoloadPackageJson: true,
|
|
141
141
|
target: name.replace(pkg.name, "bun") as any,
|
|
142
|
-
outfile: `dist/${name}/bin/
|
|
142
|
+
outfile: `dist/${name}/bin/nuwaxcode`,
|
|
143
143
|
execArgv: [`--user-agent=opencode/${Script.version}`, "--use-system-ca", "--"],
|
|
144
144
|
windows: {},
|
|
145
145
|
},
|
|
@@ -158,7 +158,7 @@ for (const item of targets) {
|
|
|
158
158
|
JSON.stringify(
|
|
159
159
|
{
|
|
160
160
|
name,
|
|
161
|
-
version:
|
|
161
|
+
version: "1.1.27",
|
|
162
162
|
os: [item.os],
|
|
163
163
|
cpu: [item.arch],
|
|
164
164
|
},
|