command-code 1.23.0 → 1.23.1

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,5 +1,9 @@
1
1
  # command-code
2
2
 
3
+ ## 1.23.1
4
+
5
+ - fix: improve deferred tool call reliability
6
+
3
7
  ## 1.23.0
4
8
 
5
9
  ### Minor Changes
@@ -235,7 +235,7 @@ One sync sink, fan out with `createEventBus`. Payloads are snapshots - never liv
235
235
  | `config_setting_changed` | a setting changed through the `config` tool | `setting`, `value`, `previousValue?` |
236
236
  | `continuation_recovery` | a turn was auto-continued (pause/empty/length/intent) | `kind`, `attempt`, `maxAttempts` |
237
237
  | `tool_input_coerced` | ModelClient rescued malformed (array/null) tool input | `rawType`, `recovered` |
238
- | `tool_input_repaired` | repair layer healed tool input pre-execution | `rulesFired`, `hintCount`, `receivedKeys` |
238
+ | `tool_input_repaired` | repair layer rewrote tool input pre-execution (fires whether or not the call then ran) | `rulesFired`, `hintCount`, `receivedKeys`, `repaired` |
239
239
  | `mod_error` | a mod hook threw (any phase), or a mod tool collided with an existing tool | `modId`, `hook`, `error` |
240
240
  | `interrupted` | abort observed | - |
241
241
  | `run_error` | non-retryable failure | the raw `Error` |