chore(release): sync upstream main for RTVision 0.0.58 - #60
Merged
Merged
Conversation
…12843) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
…dotgg#12949) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
… the server from starting (pingdotgg#12763)
Co-authored-by: codex <codex@users.noreply.github.com>
…trees (pingdotgg#12953) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…ingdotgg#12954) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…otgg#12955) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…ngdotgg#12945) Co-authored-by: maria-rcks <maria@kuuro.net>
…gdotgg#12982) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…ingdotgg#12984) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…gg#13094) Co-authored-by: Anco <anco@bluebarry.ai> Co-authored-by: Exotic <118054752+extoci@users.noreply.github.com> Co-authored-by: Julius Marminge <51714798+juliusmarminge@users.noreply.github.com>
Restore the fork overlays dropped when conflicted files took the upstream side: - AppSidebarLayout / _chat route: Vim command bus dispatch and the sidebar Vim pane, merged with upstream's new editableFocus and modelPickerOpen shortcut context. - PullRequestReviewForm (renamed from ReviewBar) and the new PullRequestCommentForm (replaces CommentComposer): use MentionTextarea so @username suggestions keep working in the merged composer. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Sync
rtvisionwithpingdotgg/t3codemain throughf25a8e4b7, bringing 22 upstream commits into the next RTVision release. Two commits: an import of upstream main with conflicts taken from upstream, then an overlay that restores the RTVision integrations on top.What arrives from upstream
Features
t3.jsoncontrol how new worktrees initialize submodules, resolved through the project settings resolver (feat(server): let t3.json limit or disable submodule init in new worktrees pingdotgg/t3code#12953, feat(settings): resolve t3.json inside the project settings resolver pingdotgg/t3code#12954, feat(settings): choose how new worktrees initialize submodules pingdotgg/t3code#12955).Fixes
turnIdno longer stop the server from starting (fix(contracts): old message-sent events without turnId no longer stop the server from starting pingdotgg/t3code#12763).components/uiexports (chore(lint): report className restyling of components/ui exports pingdotgg/t3code#12982, refactor(web): drop className overrides that repeat the base styles pingdotgg/t3code#12984, refactor(web): give Spinner and RefreshIcon a size prop pingdotgg/t3code#12985).What the overlay keeps
Vim command bus dispatch in the sidebar layout and chat route, merged with upstream's new editable-focus and model-picker shortcut context. Upstream deleted
PullRequestCommentComposerand renamedPullRequestReviewBarinto the newPullRequestComposer; the overlay re-appliesMentionTextareain both new forms so @username suggestions keep working. Every other overlapping file (Gitea registration inws.ts, Vim in Sidebar and MessagesTimeline, inline CI runs in the PR detail panel, Vim keybinding docs, shared package exports) auto-merged cleanly.Validation
Typecheck passes for web and server. Focused tests pass: 72 web files (1075 tests) across vim, pull requests, keybindings, and settings; 101 server, contracts, and shared files (2098 tests). Lint is clean on the overlay files. Browser verification was not done. No version bump is included; bump on
rtvisionafter merge to trigger the RTVision release workflow.Written by Claude Fable 5.1 through Claude Code in T3 Code.
🤖 Generated with Claude Code