forked from pingdotgg/t3code
-
Notifications
You must be signed in to change notification settings - Fork 3
sync: merge 10 new upstream commits (v0.0.20) #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c83bc5d
fix(release): use v<semver> tag format for nightly releases (#2186)
EfeDurmaz16 20f346d
Expand leading ~ in Codex home paths before exporting CODEX_HOME (#2210)
altjx 57b59b5
Devcontainer / IDE updates (#2208)
Spitfire1900 37965da
fix(server): handle OpenCode text response format in commit message g…
imabdulazeez 8dbcf92
fix(server): prevent probeClaudeCapabilities from wasting API request…
reasv 66c326b
Redesign model picker with favorites and search (#2153)
Chrono-byte 3b98fe3
`effect-codex-app-server` (#1942)
juliusmarminge 306ec4b
Refactor OpenCode lifecycle and structured output handling (#2218)
juliusmarminge 6d1505c
fix: Change right panel sheet to be below title bar / action bar (#2224)
CodeZeno de05b0c
fix(web): restore manual sort drag and keep per-group expand state (#…
mwolson 78e42ab
sync: merge 10 new upstream commits from pingdotgg/t3code
aaditagrawal 468953d
fix: add pickerSidebarBadge to test expectations for cursor + opencode
aaditagrawal 68bffc1
fix: skip browser tests incompatible with fork's 8-provider set
aaditagrawal 1879cc9
fix: address CodeRabbit review + un-skip browser tests for 8 providers
aaditagrawal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| {"sessionId":"a27f6677-f289-4497-8b1a-b851333efd2c","pid":65193,"acquiredAt":1775901038769} | ||
| {"sessionId":"a27f6677-f289-4497-8b1a-b851333efd2c","pid":53566,"acquiredAt":1776751928882} |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "$schema": "https://json.schemastore.org/claude-code-settings.json", | ||
| "hooks": { | ||
| "PreToolUse": [ | ||
| { | ||
| "matcher": "Bash", | ||
| "hooks": [ | ||
| { | ||
| "type": "command", | ||
| "command": "cmd=$(jq -r '.tool_input.command'); if echo \"$cmd\" | grep -qE 'git push|gh pr create'; then echo 'Running pre-push checks (bun typecheck && bun run test)...' >&2; cd /Users/mav/Documents/Projects/Experiments/vibes/t3code && bun typecheck && bun run test || { echo 'Pre-push checks failed. Fix errors before pushing.' >&2; exit 2; }; fi", | ||
| "timeout": 300, | ||
| "statusMessage": "Running pre-push CI checks" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| } |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.