command-code 1.1.1 → 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 +7 -13
- 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/cli.mjs +3 -3
- package/package.json +5 -5
- package/vsix/commandcode-vscode.vsix +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,17 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.2.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- 11e7eb1: fix: mods calling `cmd.ui.setStatus` / `cmd.ui.widget` / `cmd.ui.refreshWidgets` no longer crash
|
|
7
|
+
- feat: add Ling 3.0 Flash (`inclusionai/ling-3.0-flash-free`), free through August 2, 2026
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
## 1.1.1
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
### Patch Changes
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
<from> -> <to>` with no way to tell a permission denial from a network drop
|
|
17
|
-
from a timeout. The install error (exit code, signal, and stderr tail) is now
|
|
18
|
-
threaded through `performAutoUpdate` → `UpdateFailureReport` into the failure
|
|
19
|
-
telemetry (`cmd.update.failure_reason` / `update.failure_reason` and the error
|
|
20
|
-
message) for the CLI, TUI, and `cmd update` paths.
|
|
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
|
|
21
15
|
|
|
22
16
|
## 1.1.0
|
|
23
17
|
|
|
@@ -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 |
|