docs(coding-agent): document slash command table

closes #5959
This commit is contained in:
Armin Ronacher
2026-06-22 10:37:20 +02:00
parent 5b9b70d29c
commit b7908b4974
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
### Fixed
- Fixed the usage docs slash command table to include `/trust` and `/import` ([#5959](https://github.com/earendil-works/pi/issues/5959)).
- Fixed broken TUI documentation links to the plan-mode extension example ([#5957](https://github.com/earendil-works/pi/issues/5957)).
- Fixed transient extension UI and session-start messages emitted during session replacement or reload so they remain visible, and kept reload input blocked until reload completes ([#5943](https://github.com/earendil-works/pi/issues/5943)).
- Fixed the plan-mode example to preserve active custom tools, skip the action prompt when no plan is found, and queue refinement/execution follow-ups correctly from `agent_end` ([#5940](https://github.com/earendil-works/pi/issues/5940)).