capix-code 2.3.3 → 2.4.0

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,35 @@
1
+ {
2
+ "provider": "capix",
3
+ "model": "capix/auto",
4
+ "preferredProvider": "auto",
5
+ "preferredModel": "",
6
+ "apiBaseUrl": "https://www.capix.network/api/v1",
7
+ "inferenceBaseUrl": "https://www.capix.network/api/v1",
8
+ "updateBaseUrl": "https://www.capix.network/api/v1",
9
+ "sandbox": "restricted",
10
+ "telemetry": false,
11
+ "contentLogging": false,
12
+ "settlement": {
13
+ "enabled": false,
14
+ "rpcUrl": "",
15
+ "programId": "",
16
+ "cluster": "localnet"
17
+ },
18
+ "cpx": {
19
+ "mint": "",
20
+ "decimals": 9,
21
+ "pricingSource": "protocol-reference",
22
+ "maxPriceAgeSeconds": 60
23
+ },
24
+ "theme": {
25
+ "background": "#0a0e14",
26
+ "foreground": "#f1efe9",
27
+ "accent": "#3DCED6",
28
+ "success": "#14F195",
29
+ "error": "#ff5252",
30
+ "warning": "#FFAE00",
31
+ "muted": "#64748b",
32
+ "border": "#ffffff0f",
33
+ "surface": "#070b10"
34
+ }
35
+ }
@@ -0,0 +1,363 @@
1
+ {
2
+ "provider": {
3
+ "capix": {
4
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts",
5
+ "name": "Capix",
6
+ "options": {
7
+ "headers": {
8
+ "X-Capix-Source": "capix-code"
9
+ }
10
+ },
11
+ "models": {
12
+ "auto": {
13
+ "name": "Capix Auto (smart route — picks the best model for the task)",
14
+ "limit": {
15
+ "context": 128000,
16
+ "output": 64000
17
+ },
18
+ "api": {
19
+ "url": "https://www.capix.network/api/v1",
20
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
21
+ }
22
+ },
23
+ "auto-fast": {
24
+ "name": "Capix Auto Fast (smart route — prioritizes speed and low cost)",
25
+ "limit": {
26
+ "context": 128000,
27
+ "output": 64000
28
+ },
29
+ "api": {
30
+ "url": "https://www.capix.network/api/v1",
31
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
32
+ }
33
+ },
34
+ "auto-balanced": {
35
+ "name": "Capix Auto Balanced (smart route — balances quality and cost)",
36
+ "limit": {
37
+ "context": 128000,
38
+ "output": 64000
39
+ },
40
+ "api": {
41
+ "url": "https://www.capix.network/api/v1",
42
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
43
+ }
44
+ },
45
+ "auto-best": {
46
+ "name": "Capix Auto Best (smart route — prioritizes quality over cost)",
47
+ "limit": {
48
+ "context": 128000,
49
+ "output": 64000
50
+ },
51
+ "api": {
52
+ "url": "https://www.capix.network/api/v1",
53
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
54
+ }
55
+ },
56
+ "auto-cheapest": {
57
+ "name": "Capix Auto Cheapest (always picks the cheapest available model)",
58
+ "limit": {
59
+ "context": 128000,
60
+ "output": 64000
61
+ },
62
+ "api": {
63
+ "url": "https://www.capix.network/api/v1",
64
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
65
+ }
66
+ },
67
+ "supergemma-gemma3-27b": {
68
+ "name": "SuperGemma · Gemma 3 27B",
69
+ "limit": {
70
+ "context": 131072,
71
+ "output": 32768
72
+ },
73
+ "api": {
74
+ "url": "https://www.capix.network/api/v1",
75
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
76
+ }
77
+ },
78
+ "supergemma-gemma3-12b": {
79
+ "name": "SuperGemma · Gemma 3 12B",
80
+ "limit": {
81
+ "context": 131072,
82
+ "output": 16384
83
+ },
84
+ "api": {
85
+ "url": "https://www.capix.network/api/v1",
86
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
87
+ }
88
+ },
89
+ "supergemma-gemma3-4b": {
90
+ "name": "SuperGemma · Gemma 3 4B",
91
+ "limit": {
92
+ "context": 131072,
93
+ "output": 8192
94
+ },
95
+ "api": {
96
+ "url": "https://www.capix.network/api/v1",
97
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
98
+ }
99
+ },
100
+ "supergemma-codegemma-7b": {
101
+ "name": "SuperGemma · CodeGemma 7B",
102
+ "limit": {
103
+ "context": 8192,
104
+ "output": 8192
105
+ },
106
+ "api": {
107
+ "url": "https://www.capix.network/api/v1",
108
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
109
+ }
110
+ },
111
+ "qwen2.5-coder-7b": {
112
+ "name": "Qwen2.5-Coder 7B",
113
+ "limit": {
114
+ "context": 131072,
115
+ "output": 16384
116
+ },
117
+ "api": {
118
+ "url": "https://www.capix.network/api/v1",
119
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
120
+ }
121
+ },
122
+ "qwen2.5-coder-32b": {
123
+ "name": "Qwen2.5-Coder 32B (AWQ)",
124
+ "limit": {
125
+ "context": 131072,
126
+ "output": 32768
127
+ },
128
+ "api": {
129
+ "url": "https://www.capix.network/api/v1",
130
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
131
+ }
132
+ },
133
+ "llama-3.3-70b-fp8": {
134
+ "name": "Llama 3.3 70B (FP8)",
135
+ "limit": {
136
+ "context": 131072,
137
+ "output": 32768
138
+ },
139
+ "api": {
140
+ "url": "https://www.capix.network/api/v1",
141
+ "npm": "file://__RUNTIME_DIR__/packages/runtime-provider/src/index.ts"
142
+ }
143
+ }
144
+ }
145
+ }
146
+ },
147
+ "model": "{env:CAPIX_MODEL:capix/auto}",
148
+ "small_model": "capix/supergemma-gemma3-4b",
149
+ "enabled_providers": [
150
+ "capix"
151
+ ],
152
+ "lsp": true,
153
+ "permission": {
154
+ "edit": "ask",
155
+ "bash": "ask"
156
+ },
157
+ "mcp": {
158
+ "capix": {
159
+ "type": "local",
160
+ "command": [
161
+ "node",
162
+ "__INSTALL_ROOT__/mcp/capix-mcp.js",
163
+ "server",
164
+ "--stdio"
165
+ ],
166
+ "enabled": true,
167
+ "environment": {}
168
+ }
169
+ },
170
+ "share": "manual",
171
+ "autoupdate": false,
172
+ "plugin": [
173
+ "./src/native-bridge.ts",
174
+ "./src/plugin.ts"
175
+ ],
176
+ "command": {
177
+ "plan": {
178
+ "description": "Create a research-first implementation plan",
179
+ "model": "capix/auto",
180
+ "template": "file://commands/plan.md"
181
+ },
182
+ "agents": {
183
+ "description": "List active agents, their trust levels, generation, and status",
184
+ "template": "file://commands/agents.md"
185
+ },
186
+ "delegate": {
187
+ "description": "Delegate a bounded task to a specialist agent",
188
+ "model": "capix/auto",
189
+ "subtask": true,
190
+ "template": "file://commands/delegate.md"
191
+ },
192
+ "skills": {
193
+ "description": "Browse the skill registry",
194
+ "template": "file://commands/skills.md"
195
+ },
196
+ "covenant": {
197
+ "description": "Show the current Project Covenant and active rules",
198
+ "template": "file://commands/covenant.md"
199
+ },
200
+ "memory": {
201
+ "description": "Search memory — show recent memory nodes by type",
202
+ "template": "file://commands/memory.md"
203
+ },
204
+ "remember": {
205
+ "description": "Write a memory node — persist a decision, fact, constraint, or observation",
206
+ "template": "file://commands/remember.md"
207
+ },
208
+ "forget": {
209
+ "description": "Mark a memory node as superseded",
210
+ "template": "file://commands/forget.md"
211
+ },
212
+ "graph": {
213
+ "description": "Query the knowledge graph — nodes and relationships",
214
+ "template": "file://commands/graph.md"
215
+ },
216
+ "decisions": {
217
+ "description": "List recent decisions from memory — alternatives, evidence, trade-offs",
218
+ "template": "file://commands/decisions.md"
219
+ },
220
+ "checkpoint": {
221
+ "description": "Create a verified checkpoint — repo state, tests, plan, agents, infra, costs",
222
+ "template": "file://commands/checkpoint.md"
223
+ },
224
+ "review": {
225
+ "description": "Run an adversarial code review",
226
+ "model": "capix/auto",
227
+ "template": "file://commands/review.md"
228
+ },
229
+ "verify-checks": {
230
+ "description": "Run verification checks — build, type, lint, test, security, diff",
231
+ "template": "file://commands/verify-checks.md"
232
+ },
233
+ "handoff": {
234
+ "description": "Create an agent handoff / exit report",
235
+ "model": "capix/auto",
236
+ "template": "file://commands/handoff.md"
237
+ },
238
+ "context": {
239
+ "description": "Show the current context budget and what was retrieved and why",
240
+ "template": "file://commands/context.md"
241
+ },
242
+ "compact": {
243
+ "description": "Compact the current session context — preserve critical constraints",
244
+ "template": "file://commands/compact.md"
245
+ },
246
+ "deploy": {
247
+ "description": "Deploy infrastructure via Capix MCP — quote, approve, provision",
248
+ "template": "file://commands/deploy.md"
249
+ },
250
+ "train": {
251
+ "description": "Train a specialized model via Capix — submit dataset, monitor, register",
252
+ "template": "file://commands/train.md"
253
+ },
254
+ "cleanup": {
255
+ "description": "Clean up task resources — destroy infra, reconcile, capture billing",
256
+ "template": "file://commands/cleanup.md"
257
+ },
258
+ "receipts": {
259
+ "description": "List work receipts — useful-work evidence and anchoring status",
260
+ "template": "file://commands/receipts.md"
261
+ },
262
+ "network": {
263
+ "description": "List VPCs, create VPCs, manage subnets, view routes, manage security groups",
264
+ "model": "capix/auto",
265
+ "template": "file://commands/network.md"
266
+ },
267
+ "endpoints": {
268
+ "description": "List endpoints, create endpoints, add custom domains, view endpoint health",
269
+ "model": "capix/auto",
270
+ "template": "file://commands/endpoints.md"
271
+ },
272
+ "ssh": {
273
+ "description": "Connect to a deployment, port forward, revoke an SSH session",
274
+ "model": "capix/auto",
275
+ "template": "file://commands/ssh.md"
276
+ },
277
+ "forward": {
278
+ "description": "Forward a local port to a deployment port",
279
+ "model": "capix/auto",
280
+ "template": "file://commands/forward.md"
281
+ },
282
+ "logs": {
283
+ "description": "Stream deployment logs, filter by level, download",
284
+ "template": "file://commands/logs.md"
285
+ },
286
+ "metrics": {
287
+ "description": "View deployment metrics — CPU, GPU, memory, network",
288
+ "template": "file://commands/metrics.md"
289
+ },
290
+ "stop": {
291
+ "description": "Stop a deployment",
292
+ "model": "capix/auto",
293
+ "template": "file://commands/stop.md"
294
+ },
295
+ "secure": {
296
+ "description": "Deploy a confidential VM/GPU, view TEE status",
297
+ "model": "capix/auto",
298
+ "template": "file://commands/secure.md"
299
+ },
300
+ "attest": {
301
+ "description": "Fetch and verify attestation evidence",
302
+ "template": "file://commands/attest.md"
303
+ },
304
+ "verify-proof": {
305
+ "description": "Verify a proof or attestation",
306
+ "template": "file://commands/verify-proof.md"
307
+ },
308
+ "proofs": {
309
+ "description": "List and inspect zkVM proofs",
310
+ "template": "file://commands/proofs.md"
311
+ },
312
+ "confidential-models": {
313
+ "description": "List and deploy confidential model endpoints",
314
+ "model": "capix/auto",
315
+ "template": "file://commands/confidential-models.md"
316
+ },
317
+ "website": {
318
+ "description": "Deploy a website from a repo, list websites",
319
+ "model": "capix/auto",
320
+ "template": "file://commands/website.md"
321
+ },
322
+ "preview": {
323
+ "description": "Create a preview deployment",
324
+ "model": "capix/auto",
325
+ "template": "file://commands/preview.md"
326
+ },
327
+ "promote": {
328
+ "description": "Promote a preview deployment to production",
329
+ "model": "capix/auto",
330
+ "template": "file://commands/promote.md"
331
+ },
332
+ "rollback": {
333
+ "description": "Rollback to a previous deployment",
334
+ "model": "capix/auto",
335
+ "template": "file://commands/rollback.md"
336
+ },
337
+ "domains": {
338
+ "description": "Add, verify, and remove custom domains",
339
+ "model": "capix/auto",
340
+ "template": "file://commands/domains.md"
341
+ },
342
+ "analytics": {
343
+ "description": "View website analytics",
344
+ "template": "file://commands/analytics.md"
345
+ },
346
+ "open": {
347
+ "description": "Open a deployment in the browser",
348
+ "template": "file://commands/open.md"
349
+ },
350
+ "doctor": {
351
+ "description": "Diagnose Capix Code installation and connection",
352
+ "template": "file://commands/doctor.md"
353
+ },
354
+ "update": {
355
+ "description": "Check for and install Capix Code updates",
356
+ "template": "file://commands/update.md"
357
+ },
358
+ "welcome": {
359
+ "description": "First-run onboarding — sign in, check balance, browse models, get started",
360
+ "template": "file://commands/welcome.md"
361
+ }
362
+ }
363
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capix-code",
3
- "version": "2.3.3",
3
+ "version": "2.4.0",
4
4
  "description": "Capix Code — decentralized AI coding agent with GPU marketplace",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -76,4 +76,4 @@
76
76
  "capix",
77
77
  "solana"
78
78
  ]
79
- }
79
+ }