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 CHANGED
@@ -1,23 +1,17 @@
1
1
  # command-code
2
2
 
3
- ## 1.1.1
3
+ ## 1.2.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - fix: capture the real cause when a self-update fails (#3047)
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
- These methods are documented in the mod-builder UI reference but were never present on the `ModUi` runtime, so any mod written against the docs threw `cmd.ui.setStatus is not a function` (surfaced as a `mod_error`). They are now safe, inert no-ops (rendering into the TUI is still pending) and the docs say so.
9
+ ## 1.1.1
11
10
 
12
- - cd3452a: fix: capture the real cause when a self-update fails
11
+ ### Patch Changes
13
12
 
14
- `executeUpdate` swallowed the underlying `exec` error and returned a bare
15
- `false`, so every update failure was tracked as a generic `Update failed:
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 |