neurocode-ai 1.18.14 → 1.18.16
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/neurocode +3 -0
- package/package.json +159 -157
package/bin/neurocode
CHANGED
package/package.json
CHANGED
|
@@ -1,157 +1,159 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
+
"version": "1.18.16",
|
|
4
|
+
"name": "neurocode-ai",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"typecheck": "tsgo --noEmit",
|
|
9
|
+
"test": "bun test --timeout 30000 --only-failures",
|
|
10
|
+
"test:httpapi": "bun run script/httpapi-exercise.ts --mode coverage --fail-on-missing --fail-on-skip \u0026\u0026 bun run script/httpapi-exercise.ts --mode auth --fail-on-missing --fail-on-skip \u0026\u0026 bun run script/httpapi-exercise.ts --mode effect --fail-on-missing --fail-on-skip",
|
|
11
|
+
"bench:test": "bun run script/bench-test-suite.ts",
|
|
12
|
+
"profile:test": "bun run script/profile-test-files.ts",
|
|
13
|
+
"build": "bun run script/build.ts",
|
|
14
|
+
"dev": "bun run --conditions=browser ./src/index.ts",
|
|
15
|
+
"dev:temporary": "bun run --conditions=browser ./src/temporary.ts"
|
|
16
|
+
},
|
|
17
|
+
"bin": {
|
|
18
|
+
"neurocode": "./bin/neurocode"
|
|
19
|
+
},
|
|
20
|
+
"exports": {
|
|
21
|
+
"./*": "./src/*.ts"
|
|
22
|
+
},
|
|
23
|
+
"imports": {
|
|
24
|
+
"#db": {
|
|
25
|
+
"bun": "./src/storage/db.bun.ts",
|
|
26
|
+
"node": "./src/storage/db.node.ts",
|
|
27
|
+
"default": "./src/storage/db.bun.ts"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@babel/core": "7.28.4",
|
|
32
|
+
"@octokit/webhooks-types": "7.6.1",
|
|
33
|
+
"@neurocode-ai/core": "^1.18.0",
|
|
34
|
+
"@neurocode-ai/http-recorder": "^1.18.0",
|
|
35
|
+
"@neurocode-ai/script": "^1.18.0",
|
|
36
|
+
"@standard-schema/spec": "1.0.0",
|
|
37
|
+
"@tsconfig/bun": "1.0.9",
|
|
38
|
+
"@types/babel__core": "7.20.5",
|
|
39
|
+
"@types/bun": "1.3.13",
|
|
40
|
+
"@types/cross-spawn": "6.0.6",
|
|
41
|
+
"@types/mime-types": "3.0.1",
|
|
42
|
+
"@types/npm-package-arg": "6.1.4",
|
|
43
|
+
"@types/semver": "^7.5.8",
|
|
44
|
+
"@types/turndown": "5.0.5",
|
|
45
|
+
"@types/yargs": "17.0.33",
|
|
46
|
+
"@typescript/native-preview": "7.0.0-dev.20251207.1",
|
|
47
|
+
"drizzle-orm": "1.0.0-rc.2",
|
|
48
|
+
"prettier": "3.6.2",
|
|
49
|
+
"typescript": "5.8.2",
|
|
50
|
+
"vscode-languageserver-types": "3.17.5",
|
|
51
|
+
"why-is-node-running": "3.2.2"
|
|
52
|
+
},
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"@actions/core": "1.11.1",
|
|
55
|
+
"@actions/github": "6.0.1",
|
|
56
|
+
"@agentclientprotocol/sdk": "0.21.0",
|
|
57
|
+
"@ai-sdk/alibaba": "1.0.17",
|
|
58
|
+
"@ai-sdk/amazon-bedrock": "4.0.112",
|
|
59
|
+
"@ai-sdk/anthropic": "3.0.82",
|
|
60
|
+
"@ai-sdk/azure": "3.0.88",
|
|
61
|
+
"@ai-sdk/cerebras": "2.0.60",
|
|
62
|
+
"@ai-sdk/cohere": "3.0.27",
|
|
63
|
+
"@ai-sdk/deepinfra": "2.0.41",
|
|
64
|
+
"@ai-sdk/gateway": "3.0.104",
|
|
65
|
+
"@ai-sdk/google": "3.0.73",
|
|
66
|
+
"@ai-sdk/google-vertex": "4.0.128",
|
|
67
|
+
"@ai-sdk/groq": "3.0.31",
|
|
68
|
+
"@ai-sdk/mistral": "3.0.51",
|
|
69
|
+
"@ai-sdk/openai": "3.0.84",
|
|
70
|
+
"@ai-sdk/openai-compatible": "2.0.41",
|
|
71
|
+
"@ai-sdk/perplexity": "3.0.26",
|
|
72
|
+
"@ai-sdk/provider": "3.0.8",
|
|
73
|
+
"@ai-sdk/togetherai": "2.0.41",
|
|
74
|
+
"@ai-sdk/vercel": "2.0.39",
|
|
75
|
+
"@ai-sdk/xai": "3.0.102",
|
|
76
|
+
"@aws-sdk/credential-providers": "3.1057.0",
|
|
77
|
+
"@clack/prompts": "1.0.0-alpha.1",
|
|
78
|
+
"@effect/opentelemetry": "4.0.0-beta.83",
|
|
79
|
+
"@effect/platform-node": "4.0.0-beta.83",
|
|
80
|
+
"@ff-labs/fff-bun": "0.9.4",
|
|
81
|
+
"@gitlab/opencode-gitlab-auth": "1.3.3",
|
|
82
|
+
"@modelcontextprotocol/sdk": "1.29.0",
|
|
83
|
+
"@octokit/graphql": "9.0.2",
|
|
84
|
+
"@octokit/rest": "22.0.0",
|
|
85
|
+
"@openauthjs/openauth": "0.0.0-20250322224806",
|
|
86
|
+
"@neurocode-ai/codemode": "^1.18.0",
|
|
87
|
+
"@neurocode-ai/llm": "^1.18.0",
|
|
88
|
+
"@neurocode-ai/plugin": "^1.18.0",
|
|
89
|
+
"@neurocode-ai/protocol": "^1.18.0",
|
|
90
|
+
"@neurocode-ai/schema": "^1.18.0",
|
|
91
|
+
"@neurocode-ai/script": "^1.18.0",
|
|
92
|
+
"@neurocode-ai/sdk": "^1.18.0",
|
|
93
|
+
"@neurocode-ai/server": "^1.18.0",
|
|
94
|
+
"@neurocode-ai/tui": "^1.18.0",
|
|
95
|
+
"@openrouter/ai-sdk-provider": "2.9.0",
|
|
96
|
+
"@opentelemetry/api": "1.9.0",
|
|
97
|
+
"@opentelemetry/context-async-hooks": "2.6.1",
|
|
98
|
+
"@opentelemetry/exporter-trace-otlp-http": "0.214.0",
|
|
99
|
+
"@opentelemetry/sdk-trace-base": "2.6.1",
|
|
100
|
+
"@opentelemetry/sdk-trace-node": "2.6.1",
|
|
101
|
+
"@opentui/core": "0.4.5",
|
|
102
|
+
"@opentui/keymap": "0.4.5",
|
|
103
|
+
"@opentui/solid": "0.4.5",
|
|
104
|
+
"@parcel/watcher": "2.5.1",
|
|
105
|
+
"@pierre/diffs": "1.2.10",
|
|
106
|
+
"@silvia-odwyer/photon-node": "0.3.4",
|
|
107
|
+
"@solid-primitives/event-bus": "1.1.2",
|
|
108
|
+
"@solid-primitives/scheduled": "1.5.2",
|
|
109
|
+
"@standard-schema/spec": "1.0.0",
|
|
110
|
+
"@types/ws": "8.18.1",
|
|
111
|
+
"@zip.js/zip.js": "2.7.62",
|
|
112
|
+
"ai": "6.0.168",
|
|
113
|
+
"ai-gateway-provider": "3.1.2",
|
|
114
|
+
"bonjour-service": "1.3.0",
|
|
115
|
+
"chokidar": "4.0.3",
|
|
116
|
+
"cross-spawn": "7.0.6",
|
|
117
|
+
"decimal.js": "10.5.0",
|
|
118
|
+
"diff": "8.0.2",
|
|
119
|
+
"drizzle-orm": "1.0.0-rc.2",
|
|
120
|
+
"effect": "4.0.0-beta.83",
|
|
121
|
+
"fuzzysort": "3.1.0",
|
|
122
|
+
"gitlab-ai-provider": "6.11.1",
|
|
123
|
+
"glob": "13.0.5",
|
|
124
|
+
"google-auth-library": "10.5.0",
|
|
125
|
+
"gray-matter": "4.0.3",
|
|
126
|
+
"htmlparser2": "8.0.2",
|
|
127
|
+
"ignore": "7.0.5",
|
|
128
|
+
"immer": "11.1.4",
|
|
129
|
+
"jsonc-parser": "3.3.1",
|
|
130
|
+
"mime-types": "3.0.2",
|
|
131
|
+
"minimatch": "10.0.3",
|
|
132
|
+
"npm-package-arg": "13.0.2",
|
|
133
|
+
"open": "10.1.2",
|
|
134
|
+
"opencode-gitlab-auth": "2.1.0",
|
|
135
|
+
"opencode-poe-auth": "0.0.1",
|
|
136
|
+
"opentui-spinner": "0.0.7",
|
|
137
|
+
"partial-json": "0.1.7",
|
|
138
|
+
"remeda": "2.26.0",
|
|
139
|
+
"semver": "^7.6.3",
|
|
140
|
+
"solid-js": "1.9.10",
|
|
141
|
+
"strip-ansi": "7.1.2",
|
|
142
|
+
"tree-sitter-bash": "0.25.0",
|
|
143
|
+
"tree-sitter-powershell": "0.25.10",
|
|
144
|
+
"turndown": "7.2.0",
|
|
145
|
+
"ulid": "3.0.1",
|
|
146
|
+
"venice-ai-sdk-provider": "2.1.1",
|
|
147
|
+
"vscode-jsonrpc": "8.2.1",
|
|
148
|
+
"web-tree-sitter": "0.25.10",
|
|
149
|
+
"ws": "8.21.0",
|
|
150
|
+
"xdg-basedir": "5.1.0",
|
|
151
|
+
"yargs": "18.0.0",
|
|
152
|
+
"zod": "4.1.8"
|
|
153
|
+
},
|
|
154
|
+
"overrides": {
|
|
155
|
+
"drizzle-orm": "1.0.0-rc.2",
|
|
156
|
+
"solid-js": "1.9.10",
|
|
157
|
+
"@opentui/core": "0.4.5"
|
|
158
|
+
}
|
|
159
|
+
}
|