fix: respond to PTY cursor queries

This commit is contained in:
Peter Steinberger
2026-01-17 07:05:15 +00:00
parent a85ddf258c
commit 5dc87a2ed4
4 changed files with 42 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
- Tools: default `exec` exit notifications and auto-migrate legacy `tools.bash` to `tools.exec`.
- Tools: add tmux-style `process send-keys` and bracketed paste helpers for PTY sessions.
- Tools: add `process submit` helper to send CR for PTY sessions.
- Tools: respond to PTY cursor position queries to unblock interactive TUIs.
- Status: trim `/status` to current-provider usage only and drop the OAuth/token block.
- Directory: unify `clawdbot directory` across channels and plugin channels.
- UI: allow deleting sessions from the Control UI.