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
|
@@ -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
|
|
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` |
|