-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add thread list and deletion API with new component #21
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?
Conversation
tylerslaton
commented
Oct 12, 2025
- switch docs, stories, and UI to the slot-based CopilotThreadList API
- surface delete controls with optimistic updates and error feedback
- extend useThreads with deleteThread/currentThreadId helpers plus tests
- prevent suggestion-generated runs from polluting thread history
- wire DELETE handler through runtime endpoints and runner backends
- harden CopilotChat reconnect flow and tool-call rendering keys
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
a0c2cf1 to
46c5821
Compare
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
ca7279b to
3c22a31
Compare
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
3c22a31 to
5733495
Compare
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
5733495 to
d797194
Compare
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
- switch docs, stories, and UI to the slot-based CopilotThreadList API - surface delete controls with optimistic updates and error feedback - extend useThreads with deleteThread/currentThreadId helpers plus tests - prevent suggestion-generated runs from polluting thread history - wire DELETE handler through runtime endpoints and runner backends - harden CopilotChat reconnect flow and tool-call rendering keys Signed-off-by: Tyler Slaton <[email protected]>
d797194 to
775b6a9
Compare
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
- Add undefined scope guards to thread handlers (list/get/delete) to return 401 when authentication fails. - Add scope validation and thread ownership check to handleStopAgent to prevent cross-user run termination.
|
Claude encountered an error —— View job I'll analyze this and get back to you. |