-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(threads): auto-generate first-turn thread titles #1375
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
juliusmarminge
merged 27 commits into
pingdotgg:main
from
maria-rcks:feat/title-summaries-2
Mar 29, 2026
Merged
Changes from 19 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a8204e1
feat(orchestration): plumb text generation model through turn starts
maria-rcks fc6e443
feat(server): generate first-turn thread titles
maria-rcks 22cd903
test(server): fix thread title expectation
maria-rcks 84d83c8
fix(threads): address review follow-ups
maria-rcks afd3ab5
fix(server): handle blank normalized thread titles
maria-rcks e3fd816
fix(server): trim thread titles after quote removal
maria-rcks b2f39a2
refactor(web): centralize text generation model selection
maria-rcks 942b736
chore(rebase): resolve main conflicts
maria-rcks a7a8fa5
test(server): fix branch naming model assertion
maria-rcks 69dfef8
chore(rebase): refresh main conflict resolution
maria-rcks 618bccb
fix(server): catch title generation settings failures
maria-rcks 1fdb983
fix(web): only send non-default provider options
maria-rcks 3494af0
style(web): format provider options condition
maria-rcks 4ac6114
refactor(server): route thread titles through prompt backends
maria-rcks 32d768d
refactor(orchestration): drop unused provider start options
maria-rcks 451f55b
fix(orchestration): preserve custom first-turn thread titles
maria-rcks 359ce3e
refactor(shared): share truncate title utility
maria-rcks 81c3c98
fix(server): close duplicated bootstrap fd fallback
maria-rcks cb2929e
fix(threads): preserve auto-title matching after prompt formatting
maria-rcks 5c0dd5d
fix(ci): align typecheck with pinned effect betas
maria-rcks 4cfbe74
fix(threads): declare title seed in title generation input
maria-rcks c3f8be4
fix(marketing): restore layout description copy
maria-rcks 9af0a8e
refactor(threads): remove unrelated client plumbing
maria-rcks f366028
refactor(threads): remove unrelated changes
maria-rcks f8fd462
refactor(shared): rename truncate helper
maria-rcks 83105bd
test(server): use layer mock for text generation
maria-rcks 4e07295
refactor(threads): simplify title seed matching
maria-rcks 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
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 |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro"; | |
| --- | ||
|
|
||
| <Layout> | ||
| <h1 class="tagline">T3 Code is the best way to code with AI.</h1> | ||
| <h1 class="tagline">T3 Code is a great way to code with agents.</h1> | ||
|
||
|
|
||
| <a | ||
| id="download-btn" | ||
|
|
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥲