Skip to content

Commit 775b6a9

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 775b6a9

File tree

70 files changed

+15162
-640
lines changed

Some content is hidden

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

70 files changed

+15162
-640
lines changed

apps/docs/docs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"group": "Get Started",
4141
"pages": ["introduction"]
4242
},
43+
{
44+
"group": "Guides",
45+
"pages": ["guides/resource-scoping", "guides/thread-management"]
46+
},
4347
{
4448
"group": "API Reference",
4549
"pages": [
@@ -56,12 +60,13 @@
5660
},
5761
{
5862
"group": "Components",
59-
"pages": ["reference/copilot-chat"]
63+
"pages": ["reference/copilot-chat", "reference/copilot-thread-list"]
6064
},
6165
{
6266
"group": "Hooks",
6367
"pages": [
6468
"reference/use-copilotkit",
69+
"reference/use-threads",
6570
"reference/use-agent",
6671
"reference/use-agent-context",
6772
"reference/use-frontend-tool",

0 commit comments

Comments
 (0)