-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: remove chat chain mode #26980
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
base: main
Are you sure you want to change the base?
feat: remove chat chain mode #26980
Changes from all commits
7a6b0f2
e5e2fe0
6d428d8
e38f363
9fd43b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Note [CRF-5] The orphaned
chat_messages.provider_response_idcolumn has no drop-migration ticket. The PR description lists it as a follow-up, but no linked ticket exists. The column is nullable TEXT with no index, no constraints, no active writers (after this PR), and no active readers in chatd. Cost of carrying it is near zero (one bit per row in the null bitmap), but worth a ticket so it doesn't get forgotten.(Knuckle)
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.
Filed CODAGT-748 for the column drop and linked it in the PR description. 🤖 Coder Agents on behalf of @johnstcn