forked from pingdotgg/t3code
-
Notifications
You must be signed in to change notification settings - Fork 0
Sync fork with upstream/main and preserve multi-provider integrations #39
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 40 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
9403429
Make server settings authoritative for runtime behavior (#1421)
juliusmarminge add5f34
Add Claude context window selection support (#1422)
juliusmarminge 648f067
Add VS Code Insiders and VSCodium to Open In editor picker (#1392)
nassimna 02989fe
fix(web): improve chat header badge and title flex distribution (#1309)
GuilhermeVieiraDev d8a485e
Support `gh pr checkout` pull request references (#1457)
juliusmarminge fb72607
fix(claude): avoid resetting the Claude model on every turn (#1466)
harshit97 59a383e
Add Effect.fn refactor checklist (#1476)
juliusmarminge 83eb396
fix(threads): Keep active-turn runtime errors from ending sessions (#…
Snowy7 e08cea3
Improve drain semantics via STM in `DrainableWorker` (#1474)
IMax153 23b3f0c
Refactor Codex adapter lifecycle helpers (#1478)
juliusmarminge d2e6c82
Skip a unit test that is using a bash script on Windows (#1490)
Alexx999 42ea7cf
Detect command not found when checking codex/claude CLI on Windows (#…
Alexx999 80a176f
Add eol=lf to .gitattributes for Windows users (#1491)
Alexx999 48196e6
fix(web): linkify Windows C:/ paths in terminal output (#1483)
MaansenV f0cdaf9
Add thread archiving and settings navigation (#1359)
shivamhwp 3e2df5a
Normalize typed provider runtime ingestion (#1475)
juliusmarminge 5851b8a
fix: trust node-pty install scripts on linux (#1451)
smalitobules 32c1f98
Fix Linux desktop Codex CLI detection at startup (#1100)
Ryan-D-Gast 61f9830
fix(web): allow switching away from Ultrathink without manual prompt …
Marve10s 0429896
Fix server fallback to direct fd read on /proc/self/fd failure (#1488)
rishi-chauhan 52fa6a7
fix(desktop): ensure all windows are destroyed before launching the N…
danielss-dev ce463a5
fix(web): add project path action to sidebar menu (#1436)
FllipEis 73b2f25
fix: add noopener to external chat markdown links (#1315)
sabraman c426452
Tighten settings nav and add Escape back navigation (#1503)
juliusmarminge f4617e7
feat: add mock update server (#1180)
nmggithub 5b1d5c1
fix(ci): use whitespace-insensitive PR size diff (#1500)
maria-rcks 5210a83
Fix sidebar thread panel weird states. (#1497)
shivamhwp 64d21bd
fix: Prevent sidebar project dragging when using macos control+click …
Noojuno 33773ff
Harden Claude stream exit handling (#1504)
juliusmarminge 5513845
feat(threads): auto-generate first-turn thread titles (#1375)
maria-rcks 58ba4f1
Add keyboard shortcuts for jumping to sidebar threads (#1456)
t3dotgg afc807a
Add new GitHub users to VOUCHED.td (#1508)
juliusmarminge 9e60597
Truncate oversized git diffs instead of failing (#1499)
juliusmarminge f82bae1
Update system overhaul (#1505)
shivamhwp 5462d50
chore(release): prepare v0.0.15
t3-code[bot] 6e587ca
Integrate upstream runtime sync foundations
aaditagrawal bcc1237
Merge upstream/main with fork-preserving integrations
aaditagrawal 270ca4e
Align Copilot provider probing with runtime fallback
aaditagrawal 70baa7c
Address review feedback and fix CI regressions
aaditagrawal abc6ec8
Address latest review feedback
aaditagrawal 6ea4f4e
Make provider cache merges atomic
aaditagrawal b5916a7
Stabilize provider snapshot change detection
aaditagrawal c080a2a
Fix provider snapshot cache test baseline
aaditagrawal ed67a23
Fix SqlError constructor for effect@4.0.0-beta.42
aaditagrawal 4cc9592
Format NodeSqliteClient.ts
aaditagrawal b134e5a
Fix ultrathink warning text in browser test
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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # git autocrlf=true converts LF to CRLF on Windows, causing issues with oxfmt | ||
| * text=auto eol=lf |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,7 @@ packages/*/dist | |
| build/ | ||
| .logs/ | ||
| release/ | ||
| release-mock/ | ||
| .t3 | ||
| .idea/ | ||
| apps/web/.playwright | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "t3", | ||
| "version": "0.0.14", | ||
| "version": "0.0.15", | ||
| "license": "MIT", | ||
| "repository": { | ||
| "type": "git", | ||
|
|
||
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.