shell-pool / shell-pool/shpool
FR: allow per session session restore mode
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 67
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 15
Description
AI Policy Ack
Ack.
What new feature do you want?
We should support per-session session-restore-mode, controlled by a flag on shpool attach. If you launch a session intended to wrap a TUI, such as an editor or coding agent, you don't really need all the complexity of a virtual terminal that re-draws the screen, so it would be useful to be able to disable it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the shpool attach command and trace how session-restore-mode is selected for a session. Determine how the requested flag can control that mode per session, then verify that sessions wrapping TUIs can disable the virtual-terminal redraw behavior while other sessions retain the existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100