Conversation
Replace the in-panel divider row with a single pill toggle that straddles the queue panel's top border, showing a chevron plus queued-turn count. When collapsed the panel folds to zero height and the clasp slides down onto the composer's top border. Mirrored across agent-gui and gateway web. Co-Authored-By: Claude Fable 5 <[email protected]>
volume_serial_number()/file_index() are gated behind the unstable windows_by_handle feature (rust-lang/rust#63010) and fail to build on stable toolchains. Query GetFileInformationByHandle directly via windows-sys instead, keeping the same {volume}:{index} fileId format and the path-based fallback. Co-Authored-By: Claude Fable 5 <[email protected]>
…dir changes Pending uploads were invalidated with the wrong granularity on both ends: - GUI: any workdir prop change cleared the entire per-conversation map, so switching to a conversation in another project and back silently dropped the original conversation's attachment drafts. - WebUI: no invalidation at all, so a draft conversation that switched projects kept attachments whose relative paths pointed at the old project's uploads/ tree and could no longer be read after sending. Unify the rule on both ends: switching conversations never invalidates any conversation's uploads; a workdir change within the same conversation clears only that conversation; an execution-mode flip clears everything. GUI restore-on-switch now lives inside usePendingUploads (mirroring the WebUI hook), which also closes the one-frame pendingUploadedFilesRef desync. Also label the WebUI hidden file input for accessibility. Co-Authored-By: Claude Fable 5 <[email protected]>
The 360px radial hero-glow-pulse overlay read as a faint light haze below the logo in dark mode. Drop the overlay div from all empty states (GUI no-models/start-chat, WebUI shared branch) and delete the now-unused hero-glow-pulse/heroGlowPulse/heroFadeIn CSS on both ends. Co-Authored-By: Claude Fable 5 <[email protected]>
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.
Summary
windows_by_handleAPIs withwindows-sysso the GUI builds on stable Rust toolchainsTest plan
🤖 Generated with Claude Code