You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added reverse tab navigation to the /login configuration menu and moved the model scope shortcut to Alt+S.
Fixed daemon startup crashes hiding their exit status and daemon log until the startup timeout.
Documented the global idleEvictionMinutes daemon setting, including its default, valid values, and eviction/passivation behavior (#621).
Fixed top-level --help omitting acp from the supported --mode values (#620).
Fixed stop and rename becoming prompts when --daemon-socket precedes the command (#622).
Fixed subagent terminal notices arriving as anonymous follow-up prompts instead of attributed agent messages, so a parent can now tell which child reported completion, failure, or cancellation, and a busy parent is steered at the next turn boundary rather than waiting to go idle (#617).
Fixed ACP mode reporting a failed turn as a clean end_turn. A provider error, expired auth, or unusable model left session/prompt resolving with no updates at all, which reads to a client as a successful but empty turn; the turn now fails with the underlying error instead.
Fixed ACP cwd mismatch metadata treating symlink aliases such as macOS /var and /private/var as different directories (#623).