Shell UX, Robustness & Reliability Improvements#22
Open
Shahinyanm wants to merge 7 commits into
Open
Conversation
added 7 commits
July 15, 2026 10:05
… and resumeSession
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.
This PR implements the planned features and bug fixes under the shell UX and robustness scope:
aimux-ylh): Configured SQLite database with WAL mode on post-sync for shared Codex database instances to prevent database lockups.aimux-b0i): Configured automatic selection of active profiles based on the directory path of the active project.aimux-lpy): Automatically detects and prunes obsolete and orphaned symlinks during version changes.aimux-clc): Implemented CLI prompt command for shell and Starship custom profile indicators.aimux-zaj): Added command to tail and grep transcripts of active and background sessions.aimux-1uu): Added support in TUI and CLI to join a live background session using nativeclaude attachinstead of forcing a fork copy.aimux-e1i): Automatically and transparently relocates active sessions to another available subscription profile when rate limits are hit.