tui: n spawns, enter wakes offline sessions, spawn attaches#371
Open
woltspace-jerpint[bot] wants to merge 1 commit into
Open
tui: n spawns, enter wakes offline sessions, spawn attaches#371woltspace-jerpint[bot] wants to merge 1 commit into
woltspace-jerpint[bot] wants to merge 1 commit into
Conversation
- n = new session (was o); search match-nav moves to tab/shift-tab
- enter on an offline session resumes it via POST /sessions/{name}/resume
(harness-aware server-side: claude --resume / codex resume / opencode
--session) and attaches to watch it wake
- spawning from the picker drops straight into the new session's pane
instead of bouncing back to the list
- resume/spawn API calls run in the render loop (ink unmounted) so
failures print plainly and the loop returns to a fresh list
Co-Authored-By: Claude Fable 5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Live-feedback round from jerpint using the v0.4.43 tui.
n= new session (waso). Search match-nav moves totab/shift-tab.enteron an offline session wakes it — calls the existingPOST /sessions/{name}/resume(already harness-aware:claude --resume/codex resume/opencode --session), then attaches so you watch it boot. Toggleato see offline sessions. Footer shows(wakes it)when the selected row is offline.Tested live in-container: spawn→attach, stop→enter→resume→conversation restored (claude), tab/shift-tab match nav, search input ignores tab. No server changes — resume endpoint + per-harness resume flavors already shipped (#356).
🤖 Generated with Claude Code