[release] v0.105.8#5431
Open
github-actions[bot] wants to merge 16 commits into
Open
Conversation
Rework the session-drive summary surfaces (config Files, chat rail,
runtime lens) and the Files drawer:
- Loading shows the SAME list rendering placeholder rows that morph into
real file rows in one AnimatePresence (no skeleton-block -> list jump).
- The session cwd and agent mounts resolve independently: whichever
answers first renders immediately, the slower reconciles in with a
"Loading more..." hint. A blocking skeleton shows only at the initial
blank; terminal "No files" waits for every mount to resolve.
- A mount failure no longer masks a working session -- the inline list
stays clean and a warning badge rides the drawer-trigger folder icon
(both modes); the drawer carries the retry ("Try again" in its header
for a partial failure, and on the full-failure Alert).
- Retry re-runs the mount/count queries; warning tone throughout.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ect arg
mountFilesQueryFamily changed from (mountId: string) to
({mountId, includeGitignored}) in bd60fab, but the store test still
passed a bare string. Destructuring mountId from a string yielded
undefined, so the query was disabled and .data stayed undefined,
failing CI. Pass {mountId} at all six call sites.
…ests fe-fix(frontend): fix session-mounts-store test call sites
Contributor
Author
Railway Preview Environment
|
[fix] Show short agent-run errors in full instead of clamping them away
…flow [fix] Sandbox draft issue for new agents
fix(frontend): drive loading skeletons, non-blocking resolve, retry
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.
New version v0.105.8 in