command-code 1.1.0 → 1.2.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.
- package/CHANGELOG.md +19 -1
- package/dist/bundled/command-code-knowledge/reference/models.md +1 -0
- package/dist/bundled/command-code-knowledge/reference/permissions.md +248 -212
- package/dist/bundled/command-code-knowledge/reference/product-help.md +1 -0
- package/dist/bundled/mod-builder/reference/overview.md +68 -1
- package/dist/bundled/mod-builder/reference/ui.md +5 -7
- package/dist/cli.mjs +5 -5
- package/package.json +5 -5
- package/vsix/commandcode-vscode.vsix +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,29 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- feat: add Ling 3.0 Flash (`inclusionai/ling-3.0-flash-free`), free through August 2, 2026
|
|
8
|
+
|
|
9
|
+
## 1.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fix: mods calling `cmd.ui.setStatus` / `cmd.ui.widget` / `cmd.ui.refreshWidgets` no longer crash
|
|
14
|
+
- fix: capture the real cause when a self-update fails
|
|
15
|
+
|
|
3
16
|
## 1.1.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
6
19
|
|
|
20
|
+
- feat: improve mods and cmd knowledge internal docs
|
|
21
|
+
|
|
22
|
+
## 1.0.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
7
26
|
- fix: /reload header
|
|
8
|
-
feat: improve mods and cmd knowledge internal docs
|
|
9
27
|
|
|
10
28
|
## 1.0.0
|
|
11
29
|
|
|
@@ -33,6 +33,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
|
|
|
33
33
|
| `nvidia/nemotron-3-ultra-550b-a55b` | Nemotron 3 Ultra | 1M | — | $0.6/$2.4 | open reasoning model for long-horizon autonomous agents |
|
|
34
34
|
| `thinkingmachines/inkling` | Inkling | 256K | — | $1/$4.05 | multimodal MoE reasoning |
|
|
35
35
|
| `poolside/laguna-s-2.1-free` | Laguna S 2.1 | 256K | — | $0/$0 | open-weight agentic coding and long-horizon work |
|
|
36
|
+
| `inclusionai/ling-3.0-flash-free` | Ling 3.0 Flash | 256K | — | $0/$0 | fast lightweight-MoE coding & agentic work |
|
|
36
37
|
## Anthropic
|
|
37
38
|
|
|
38
39
|
| Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out | Best for |
|