nex-code 0.4.6 → 0.4.8

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/README.md CHANGED
@@ -466,6 +466,7 @@ Type `/` to see inline suggestions as you type. Tab completion is supported for
466
466
  | `/hooks` | Show configured hooks |
467
467
  | `/skills` | List, enable, disable skills |
468
468
  | `/tree [depth]` | Show project file tree (default depth 3) |
469
+ | `/retry [--model <id>]` | Retry the last user turn; optionally switch model first (`/retry --model kimi-k2.5`) |
469
470
  | `/undo` | Undo last file change |
470
471
  | `/redo` | Redo last undone change |
471
472
  | `/history` | Show file change history |