Skip to content

Commit 5733495

Browse files
committed
feat: add thread list and deletion API with new component
- 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]>
1 parent 010285a commit 5733495

File tree

67 files changed

+13384
-639
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+13384
-639
lines changed

apps/docs/docs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
"group": "Get Started",
4141
"pages": ["introduction"]
4242
},
43+
{
44+
"group": "Guides",
45+
"pages": [
46+
"guides/resource-scoping",
47+
"guides/thread-management"
48+
]
49+
},
4350
{
4451
"group": "API Reference",
4552
"pages": [

0 commit comments

Comments
 (0)