Commit 3c22a31
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 <tyler@copilotkit.ai>1 parent 010285a commit 3c22a31
File tree
67 files changed
+13384
-639
lines changed- apps
- docs
- guides
- reference
- react
- demo/src/app
- api/copilotkit/[[...slug]]
- storybook/stories
- packages
- core/src
- __tests__
- core
- react/src
- __tests__/utils
- components
- chat
- __tests__
- threads
- hooks
- __tests__
- providers
- __tests__
- types
- runtime/src
- __tests__
- handlers
- __tests__
- runner
- __tests__
- sqlite-runner/src
- __tests__
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
0 commit comments