@copilotkit/react-ui
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
2,108 lines (1,428 loc) • 380 kB
Markdown
# ui
## 1.10.4
### Patch Changes
- ef98963: - feat: add platform-wide error surfacing for custom error rendering
- feat: add error as a message option and a component level onError
- 5d55555: - fix: remove default error message
- Updated dependencies [ef98963]
- Updated dependencies [a640d8e]
- Updated dependencies [052d54d]
- @copilotkit/react-core@1.10.4
- @copilotkit/shared@1.10.4
- @copilotkit/runtime-client-gql@1.10.4
## 1.10.4-next.3
### Patch Changes
- 5d55555: - fix: remove default error message
- @copilotkit/react-core@1.10.4-next.3
- @copilotkit/runtime-client-gql@1.10.4-next.3
- @copilotkit/shared@1.10.4-next.3
## 1.10.4-next.2
### Patch Changes
- ef98963: - feat: add platform-wide error surfacing for custom error rendering
- feat: add error as a message option and a component level onError
- Updated dependencies [ef98963]
- @copilotkit/react-core@1.10.4-next.2
- @copilotkit/runtime-client-gql@1.10.4-next.2
- @copilotkit/shared@1.10.4-next.2
## 1.10.4-next.1
### Patch Changes
- Updated dependencies [a640d8e]
- @copilotkit/shared@1.10.4-next.1
- @copilotkit/runtime-client-gql@1.10.4-next.1
- @copilotkit/react-core@1.10.4-next.1
## 1.10.4-next.0
### Patch Changes
- Updated dependencies [052d54d]
- @copilotkit/react-core@1.10.4-next.0
- @copilotkit/runtime-client-gql@1.10.4-next.0
- @copilotkit/shared@1.10.4-next.0
## 1.10.3
### Patch Changes
- Updated dependencies [ea74047]
- @copilotkit/shared@1.10.3
- @copilotkit/runtime-client-gql@1.10.3
- @copilotkit/react-core@1.10.3
## 1.10.3-next.3
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.3-next.3
- @copilotkit/react-core@1.10.3-next.3
- @copilotkit/shared@1.10.3-next.3
## 1.10.3-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.3-next.2
- @copilotkit/react-core@1.10.3-next.2
- @copilotkit/shared@1.10.3-next.2
## 1.10.3-next.1
### Patch Changes
- @copilotkit/react-core@1.10.3-next.1
- @copilotkit/runtime-client-gql@1.10.3-next.1
- @copilotkit/shared@1.10.3-next.1
## 1.10.3-next.0
### Patch Changes
- Updated dependencies [ea74047]
- @copilotkit/shared@1.10.3-next.0
- @copilotkit/runtime-client-gql@1.10.3-next.0
- @copilotkit/react-core@1.10.3-next.0
## 1.10.2
### Patch Changes
- db5bbda: - fix: allow disabling of default cpk system message
- chore: set up direct fastapi usage on coagents starter poetry demo
- Updated dependencies [db5bbda]
- @copilotkit/react-core@1.10.2
- @copilotkit/runtime-client-gql@1.10.2
- @copilotkit/shared@1.10.2
## 1.10.2-next.0
### Patch Changes
- db5bbda: - fix: allow disabling of default cpk system message
- chore: set up direct fastapi usage on coagents starter poetry demo
- Updated dependencies [db5bbda]
- @copilotkit/react-core@1.10.2-next.0
- @copilotkit/runtime-client-gql@1.10.2-next.0
- @copilotkit/shared@1.10.2-next.0
## 1.10.1
### Patch Changes
- edb87b3: - fix: address issue where two
## 1.10.1-next.2
### Patch Changes
- edb87b3: - fix: address issue where two
## 1.10.1-next.1
### Patch Changes
- Updated dependencies [76e2603]
- @copilotkit/runtime-client-gql@1.10.1-next.1
- @copilotkit/react-core@1.10.1-next.1
- @copilotkit/shared@1.10.1-next.1
## 1.10.1-next.0
### Patch Changes
- Updated dependencies [7bf9dfa]
- @copilotkit/runtime-client-gql@1.10.1-next.0
- @copilotkit/react-core@1.10.1-next.0
- @copilotkit/shared@1.10.1-next.0
## 1.10.0
### Minor Changes
- 8674da1: - refactor(headless): completely overhaul headless ui to better support agentic features
Headless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
- Generative UI
- Suggestions
- Agentic Generative UI
- Interrupts
In addition, a variety of QOL changes have been made.
- New AG-UI based message types
- Inline code rendering is fixed
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
### Patch Changes
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
- Added `renderError` prop to `CopilotChat` for inline error rendering.
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
- Updated `Modal` to handle observability hooks with public API key checks.
- Enhanced `CopilotObservabilityHooks` interface to include `onError` for error event handling.
- a8c0263: - feat: add event hooks system for chat components
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- fix: more fixes addressing breaking changes in new Headless UI
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- chore: address linting issues
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- chore: fixing branding and docs
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- chore: more docs fixing
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- Updated dependencies [967d0ab]
- Updated dependencies [a8c0263]
- Updated dependencies [8674da1]
- Updated dependencies [6d1de58]
- Updated dependencies [6de24ce]
- Updated dependencies [b64555d]
- @copilotkit/react-core@1.10.0
- @copilotkit/shared@1.10.0
- @copilotkit/runtime-client-gql@1.10.0
## 1.10.0-next.13
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.0-next.13
- @copilotkit/react-core@1.10.0-next.13
- @copilotkit/shared@1.10.0-next.13
## 1.10.0-next.12
### Patch Changes
- Updated dependencies [b64555d]
- @copilotkit/react-core@1.10.0-next.12
- @copilotkit/runtime-client-gql@1.10.0-next.12
- @copilotkit/shared@1.10.0-next.12
## 1.10.0-next.11
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.0-next.11
- @copilotkit/react-core@1.10.0-next.11
- @copilotkit/shared@1.10.0-next.11
## 1.10.0-next.10
### Patch Changes
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- fix: more fixes addressing breaking changes in new Headless UI
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- chore: address linting issues
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- chore: fixing branding and docs
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- chore: more docs fixing
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- Updated dependencies [6d1de58]
- @copilotkit/react-core@1.10.0-next.10
- @copilotkit/shared@1.10.0-next.10
- @copilotkit/runtime-client-gql@1.10.0-next.10
## 1.10.0-next.9
### Patch Changes
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
- Added `renderError` prop to `CopilotChat` for inline error rendering.
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
- Updated `Modal` to handle observability hooks with public API key checks.
- Enhanced `CopilotObservabilityHooks` interface to include `onError` for error event handling.
- @copilotkit/react-core@1.10.0-next.9
- @copilotkit/runtime-client-gql@1.10.0-next.9
- @copilotkit/shared@1.10.0-next.9
## 1.10.0-next.8
### Patch Changes
- Updated dependencies [6de24ce]
- @copilotkit/react-core@1.10.0-next.8
- @copilotkit/runtime-client-gql@1.10.0-next.8
- @copilotkit/shared@1.10.0-next.8
## 1.10.0-next.7
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.0-next.7
- @copilotkit/react-core@1.10.0-next.7
- @copilotkit/shared@1.10.0-next.7
## 1.10.0-next.6
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.0-next.6
- @copilotkit/react-core@1.10.0-next.6
- @copilotkit/shared@1.10.0-next.6
## 1.10.0-next.5
### Patch Changes
- a8c0263: - feat: add event hooks system for chat components
- Updated dependencies [a8c0263]
- @copilotkit/shared@1.10.0-next.5
- @copilotkit/react-core@1.10.0-next.5
- @copilotkit/runtime-client-gql@1.10.0-next.5
## 1.10.0-next.4
### Patch Changes
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
- Updated dependencies [967d0ab]
- @copilotkit/react-core@1.10.0-next.4
- @copilotkit/runtime-client-gql@1.10.0-next.4
- @copilotkit/shared@1.10.0-next.4
## 1.10.0-next.3
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.0-next.3
- @copilotkit/react-core@1.10.0-next.3
- @copilotkit/shared@1.10.0-next.3
## 1.10.0-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.0-next.2
- @copilotkit/react-core@1.10.0-next.2
- @copilotkit/shared@1.10.0-next.2
## 1.10.0-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.10.0-next.1
- @copilotkit/react-core@1.10.0-next.1
- @copilotkit/shared@1.10.0-next.1
## 1.10.0-next.0
### Minor Changes
- 8674da1: - refactor(headless): completely overhaul headless ui to better support agentic features
Headless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
- Generative UI
- Suggestions
- Agentic Generative UI
- Interrupts
In addition, a variety of QOL changes have been made.
- New AG-UI based message types
- Inline code rendering is fixed
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
### Patch Changes
- Updated dependencies [8674da1]
- @copilotkit/react-core@1.10.0-next.0
- @copilotkit/shared@1.10.0-next.0
- @copilotkit/runtime-client-gql@1.10.0-next.0
## 1.9.3
### Patch Changes
- Updated dependencies [f83bda0]
- Updated dependencies [1bda332]
- @copilotkit/react-core@1.9.3
- @copilotkit/shared@1.9.3
- @copilotkit/runtime-client-gql@1.9.3
## 1.9.3-next.4
### Patch Changes
- Updated dependencies [f83bda0]
- @copilotkit/react-core@1.9.3-next.4
- @copilotkit/runtime-client-gql@1.9.3-next.4
- @copilotkit/shared@1.9.3-next.4
## 1.9.3-next.3
### Patch Changes
- Updated dependencies [1bda332]
- @copilotkit/shared@1.9.3-next.3
- @copilotkit/runtime-client-gql@1.9.3-next.3
- @copilotkit/react-core@1.9.3-next.3
## 1.9.3-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.3-next.2
- @copilotkit/react-core@1.9.3-next.2
- @copilotkit/shared@1.9.3-next.2
## 1.9.3-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.3-next.1
- @copilotkit/react-core@1.9.3-next.1
- @copilotkit/shared@1.9.3-next.1
## 1.9.3-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.3-next.0
- @copilotkit/react-core@1.9.3-next.0
- @copilotkit/shared@1.9.3-next.0
## 1.9.2
### Patch Changes
- e1de032: - fix: synchronously execute renderAndWaitForResponse
Previously, it was impossible to execute multiple human-in-the-loop (renderAndWaitForResponse)
calls in a row. Ultimately this was due to an issue with how CopilotKit was rendering the updates
when multiple renderAndWaitForResponse actions appeared on screen due to a reference based approach.
With this change, actions will be executed in a synchronous way appearing almost queue like. This
works with any combination of action given much more freedom when asking for user input.
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- 10345a5: - feat: structured error visibility system for streaming errors
- abe23c3: - feat: enable hiding stop button
- 35537f1: - fix: memoize nested components to not rerender when content changes
- Updated dependencies [cbeccb5]
- Updated dependencies [3f8c575]
- Updated dependencies [fac89c2]
- Updated dependencies [e1de032]
- Updated dependencies [92e8d1c]
- Updated dependencies [9169ad7]
- Updated dependencies [c75a04f]
- Updated dependencies [c75a04f]
- Updated dependencies [fe9009c]
- Updated dependencies [1d1c51d]
- Updated dependencies [10345a5]
- Updated dependencies [9169ad7]
- Updated dependencies [35537f1]
- @copilotkit/react-core@1.9.2
- @copilotkit/shared@1.9.2
- @copilotkit/runtime-client-gql@1.9.2
## 1.9.2-next.26
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.26
- @copilotkit/react-core@1.9.2-next.26
- @copilotkit/shared@1.9.2-next.26
## 1.9.2-next.25
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.25
- @copilotkit/react-core@1.9.2-next.25
- @copilotkit/shared@1.9.2-next.25
## 1.9.2-next.24
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.24
- @copilotkit/react-core@1.9.2-next.24
- @copilotkit/shared@1.9.2-next.24
## 1.9.2-next.23
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.23
- @copilotkit/react-core@1.9.2-next.23
- @copilotkit/shared@1.9.2-next.23
## 1.9.2-next.22
### Patch Changes
- Updated dependencies [c75a04f]
- Updated dependencies [c75a04f]
- @copilotkit/react-core@1.9.2-next.22
- @copilotkit/runtime-client-gql@1.9.2-next.22
- @copilotkit/shared@1.9.2-next.22
## 1.9.2-next.21
### Patch Changes
- Updated dependencies [92e8d1c]
- @copilotkit/react-core@1.9.2-next.21
- @copilotkit/runtime-client-gql@1.9.2-next.21
- @copilotkit/shared@1.9.2-next.21
## 1.9.2-next.20
### Patch Changes
- e1de032: - fix: synchronously execute renderAndWaitForResponse
Previously, it was impossible to execute multiple human-in-the-loop (renderAndWaitForResponse)
calls in a row. Ultimately this was due to an issue with how CopilotKit was rendering the updates
when multiple renderAndWaitForResponse actions appeared on screen due to a reference based approach.
With this change, actions will be executed in a synchronous way appearing almost queue like. This
works with any combination of action given much more freedom when asking for user input.
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- Updated dependencies [e1de032]
- @copilotkit/react-core@1.9.2-next.20
- @copilotkit/runtime-client-gql@1.9.2-next.20
- @copilotkit/shared@1.9.2-next.20
## 1.9.2-next.19
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.19
- @copilotkit/react-core@1.9.2-next.19
- @copilotkit/shared@1.9.2-next.19
## 1.9.2-next.18
### Patch Changes
- Updated dependencies [fac89c2]
- @copilotkit/react-core@1.9.2-next.18
- @copilotkit/shared@1.9.2-next.18
- @copilotkit/runtime-client-gql@1.9.2-next.18
## 1.9.2-next.17
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.17
- @copilotkit/react-core@1.9.2-next.17
- @copilotkit/shared@1.9.2-next.17
## 1.9.2-next.16
### Patch Changes
- Updated dependencies [fe9009c]
- @copilotkit/react-core@1.9.2-next.16
- @copilotkit/runtime-client-gql@1.9.2-next.16
- @copilotkit/shared@1.9.2-next.16
## 1.9.2-next.15
### Patch Changes
- Updated dependencies [cbeccb5]
- @copilotkit/react-core@1.9.2-next.15
- @copilotkit/runtime-client-gql@1.9.2-next.15
- @copilotkit/shared@1.9.2-next.15
## 1.9.2-next.14
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.14
- @copilotkit/react-core@1.9.2-next.14
- @copilotkit/shared@1.9.2-next.14
## 1.9.2-next.13
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.13
- @copilotkit/react-core@1.9.2-next.13
- @copilotkit/shared@1.9.2-next.13
## 1.9.2-next.12
### Patch Changes
- Updated dependencies [3f8c575]
- @copilotkit/react-core@1.9.2-next.12
- @copilotkit/runtime-client-gql@1.9.2-next.12
- @copilotkit/shared@1.9.2-next.12
## 1.9.2-next.11
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.11
- @copilotkit/react-core@1.9.2-next.11
- @copilotkit/shared@1.9.2-next.11
## 1.9.2-next.10
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.10
- @copilotkit/react-core@1.9.2-next.10
- @copilotkit/shared@1.9.2-next.10
## 1.9.2-next.9
### Patch Changes
- Updated dependencies [1d1c51d]
- @copilotkit/react-core@1.9.2-next.9
- @copilotkit/runtime-client-gql@1.9.2-next.9
- @copilotkit/shared@1.9.2-next.9
## 1.9.2-next.8
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.8
- @copilotkit/react-core@1.9.2-next.8
- @copilotkit/shared@1.9.2-next.8
## 1.9.2-next.7
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.7
- @copilotkit/react-core@1.9.2-next.7
- @copilotkit/shared@1.9.2-next.7
## 1.9.2-next.6
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.6
- @copilotkit/react-core@1.9.2-next.6
- @copilotkit/shared@1.9.2-next.6
## 1.9.2-next.5
### Patch Changes
- abe23c3: - feat: enable hiding stop button
- @copilotkit/react-core@1.9.2-next.5
- @copilotkit/runtime-client-gql@1.9.2-next.5
- @copilotkit/shared@1.9.2-next.5
## 1.9.2-next.4
### Patch Changes
- Updated dependencies [9169ad7]
- Updated dependencies [9169ad7]
- @copilotkit/react-core@1.9.2-next.4
- @copilotkit/shared@1.9.2-next.4
- @copilotkit/runtime-client-gql@1.9.2-next.4
## 1.9.2-next.3
### Patch Changes
- 35537f1: - fix: memoize nested components to not rerender when content changes
- Updated dependencies [35537f1]
- @copilotkit/react-core@1.9.2-next.3
- @copilotkit/runtime-client-gql@1.9.2-next.3
- @copilotkit/shared@1.9.2-next.3
## 1.9.2-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.2
- @copilotkit/react-core@1.9.2-next.2
- @copilotkit/shared@1.9.2-next.2
## 1.9.2-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.2-next.1
- @copilotkit/react-core@1.9.2-next.1
- @copilotkit/shared@1.9.2-next.1
## 1.9.2-next.0
### Patch Changes
- 10345a5: - feat: structured error visibility system for streaming errors
- Updated dependencies [10345a5]
- @copilotkit/react-core@1.9.2-next.0
- @copilotkit/runtime-client-gql@1.9.2-next.0
- @copilotkit/shared@1.9.2-next.0
## 1.9.1
### Patch Changes
- Updated dependencies [deaeca0]
- @copilotkit/shared@1.9.1
- @copilotkit/runtime-client-gql@1.9.1
- @copilotkit/react-core@1.9.1
## 1.9.1-next.0
### Patch Changes
- Updated dependencies [deaeca0]
- @copilotkit/shared@1.9.1-next.0
- @copilotkit/runtime-client-gql@1.9.1-next.0
- @copilotkit/react-core@1.9.1-next.0
## 1.9.0
### Patch Changes
- Updated dependencies [54cae30]
- @copilotkit/react-core@1.9.0
- @copilotkit/runtime-client-gql@1.9.0
- @copilotkit/shared@1.9.0
## 1.9.0-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.9.0-next.2
- @copilotkit/react-core@1.9.0-next.2
- @copilotkit/shared@1.9.0-next.2
## 1.8.15-next.1
### Patch Changes
- Updated dependencies [54cae30]
- @copilotkit/react-core@1.8.15-next.1
- @copilotkit/runtime-client-gql@1.8.15-next.1
- @copilotkit/shared@1.8.15-next.1
## 1.8.15-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.15-next.0
- @copilotkit/react-core@1.8.15-next.0
- @copilotkit/shared@1.8.15-next.0
## 1.8.14
### Patch Changes
- Updated dependencies [34a78d8]
- Updated dependencies [9cf1fda]
- Updated dependencies [9cf1fda]
- @copilotkit/shared@1.8.14
- @copilotkit/react-core@1.8.14
- @copilotkit/runtime-client-gql@1.8.14
## 1.8.14-next.5
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.14-next.5
- @copilotkit/react-core@1.8.14-next.5
- @copilotkit/shared@1.8.14-next.5
## 1.8.14-next.4
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.14-next.4
- @copilotkit/react-core@1.8.14-next.4
- @copilotkit/shared@1.8.14-next.4
## 1.8.14-next.3
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.14-next.3
- @copilotkit/react-core@1.8.14-next.3
- @copilotkit/shared@1.8.14-next.3
## 1.8.14-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.14-next.2
- @copilotkit/react-core@1.8.14-next.2
- @copilotkit/shared@1.8.14-next.2
## 1.8.14-next.1
### Patch Changes
- Updated dependencies [34a78d8]
- @copilotkit/shared@1.8.14-next.1
- @copilotkit/react-core@1.8.14-next.1
- @copilotkit/runtime-client-gql@1.8.14-next.1
## 1.8.14-next.0
### Patch Changes
- Updated dependencies [9cf1fda]
- Updated dependencies [9cf1fda]
- @copilotkit/react-core@1.8.14-next.0
- @copilotkit/runtime-client-gql@1.8.14-next.0
- @copilotkit/shared@1.8.14-next.0
## 1.8.13
### Patch Changes
- 2b74042: - feat: support custom markdown for assistant message
- f1b81bf: - feat: enable replacing suggestions list
- Updated dependencies [7fcf5c4]
- @copilotkit/react-core@1.8.13
- @copilotkit/runtime-client-gql@1.8.13
- @copilotkit/shared@1.8.13
## 1.8.13-next.3
### Patch Changes
- f1b81bf: - feat: enable replacing suggestions list
- @copilotkit/react-core@1.8.13-next.3
- @copilotkit/runtime-client-gql@1.8.13-next.3
- @copilotkit/shared@1.8.13-next.3
## 1.8.13-next.2
### Patch Changes
- 2b74042: - feat: support custom markdown for assistant message
- @copilotkit/react-core@1.8.13-next.2
- @copilotkit/runtime-client-gql@1.8.13-next.2
- @copilotkit/shared@1.8.13-next.2
## 1.8.13-next.1
### Patch Changes
- Updated dependencies [7fcf5c4]
- @copilotkit/react-core@1.8.13-next.1
- @copilotkit/runtime-client-gql@1.8.13-next.1
- @copilotkit/shared@1.8.13-next.1
## 1.8.13-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.13-next.0
- @copilotkit/react-core@1.8.13-next.0
- @copilotkit/shared@1.8.13-next.0
## 1.8.12
### Patch Changes
- 9b2e9e6: - fix: move powered by tag to input and fix padding on full chat
- 89873ca: - fix: use set background color on the entire window
- Updated dependencies [3e09584]
- Updated dependencies [33ba021]
- @copilotkit/react-core@1.8.12
- @copilotkit/runtime-client-gql@1.8.12
- @copilotkit/shared@1.8.12
## 1.8.12-next.6
### Patch Changes
- Updated dependencies [3e09584]
- @copilotkit/react-core@1.8.12-next.6
- @copilotkit/runtime-client-gql@1.8.12-next.6
- @copilotkit/shared@1.8.12-next.6
## 1.8.12-next.5
### Patch Changes
- 9b2e9e6: - fix: move powered by tag to input and fix padding on full chat
- @copilotkit/react-core@1.8.12-next.5
- @copilotkit/runtime-client-gql@1.8.12-next.5
- @copilotkit/shared@1.8.12-next.5
## 1.8.12-next.4
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.12-next.4
- @copilotkit/react-core@1.8.12-next.4
- @copilotkit/shared@1.8.12-next.4
## 1.8.12-next.3
### Patch Changes
- 89873ca: - fix: use set background color on the entire window
- @copilotkit/react-core@1.8.12-next.3
- @copilotkit/runtime-client-gql@1.8.12-next.3
- @copilotkit/shared@1.8.12-next.3
## 1.8.12-next.2
### Patch Changes
- Updated dependencies [33ba021]
- @copilotkit/react-core@1.8.12-next.2
- @copilotkit/runtime-client-gql@1.8.12-next.2
- @copilotkit/shared@1.8.12-next.2
## 1.8.12-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.12-next.1
- @copilotkit/react-core@1.8.12-next.1
- @copilotkit/shared@1.8.12-next.1
## 1.8.12-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.12-next.0
- @copilotkit/react-core@1.8.12-next.0
- @copilotkit/shared@1.8.12-next.0
## 1.8.11
### Patch Changes
- b9dd397: - fix(react-ui): fix scrolling into view issue
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- @copilotkit/runtime-client-gql@1.8.11
- @copilotkit/react-core@1.8.11
- @copilotkit/shared@1.8.11
## 1.8.11-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.11-next.1
- @copilotkit/react-core@1.8.11-next.1
- @copilotkit/shared@1.8.11-next.1
## 1.8.11-next.0
### Patch Changes
- b9dd397: - fix(react-ui): fix scrolling into view issue
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- @copilotkit/react-core@1.8.11-next.0
- @copilotkit/runtime-client-gql@1.8.11-next.0
- @copilotkit/shared@1.8.11-next.0
## 1.8.10
### Patch Changes
- 62b6db1: - fix: allow the chat input to expand on new lines
- 98c09dd: - fix: fix colors on chat ui dark mode
- Updated dependencies [742efbb]
- @copilotkit/react-core@1.8.10
- @copilotkit/runtime-client-gql@1.8.10
- @copilotkit/shared@1.8.10
## 1.8.10-next.3
### Patch Changes
- 98c09dd: - fix: fix colors on chat ui dark mode
- @copilotkit/react-core@1.8.10-next.3
- @copilotkit/runtime-client-gql@1.8.10-next.3
- @copilotkit/shared@1.8.10-next.3
## 1.8.10-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.10-next.2
- @copilotkit/react-core@1.8.10-next.2
- @copilotkit/shared@1.8.10-next.2
## 1.8.10-next.1
### Patch Changes
- 62b6db1: - fix: allow the chat input to expand on new lines
- @copilotkit/react-core@1.8.10-next.1
- @copilotkit/runtime-client-gql@1.8.10-next.1
- @copilotkit/shared@1.8.10-next.1
## 1.8.10-next.0
### Patch Changes
- Updated dependencies [742efbb]
- @copilotkit/react-core@1.8.10-next.0
- @copilotkit/runtime-client-gql@1.8.10-next.0
- @copilotkit/shared@1.8.10-next.0
## 1.8.9
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.9
- @copilotkit/react-core@1.8.9
- @copilotkit/shared@1.8.9
## 1.8.9-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.9-next.0
- @copilotkit/react-core@1.8.9-next.0
- @copilotkit/shared@1.8.9-next.0
## 1.8.8
### Patch Changes
- Updated dependencies [dfb67c3]
- @copilotkit/react-core@1.8.8
- @copilotkit/runtime-client-gql@1.8.8
- @copilotkit/shared@1.8.8
## 1.8.8-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.8-next.1
- @copilotkit/react-core@1.8.8-next.1
- @copilotkit/shared@1.8.8-next.1
## 1.8.8-next.0
### Patch Changes
- Updated dependencies [dfb67c3]
- @copilotkit/react-core@1.8.8-next.0
- @copilotkit/runtime-client-gql@1.8.8-next.0
- @copilotkit/shared@1.8.8-next.0
## 1.8.7
### Patch Changes
- 8b8474f: - feat: add image input support with multi-model compatibility, pasting, and UX improvements
- Updated dependencies [8b8474f]
- @copilotkit/runtime-client-gql@1.8.7
- @copilotkit/react-core@1.8.7
- @copilotkit/shared@1.8.7
## 1.8.7-next.0
### Patch Changes
- 8b8474f: - feat: add image input support with multi-model compatibility, pasting, and UX improvements
- Updated dependencies [8b8474f]
- @copilotkit/runtime-client-gql@1.8.7-next.0
- @copilotkit/react-core@1.8.7-next.0
- @copilotkit/shared@1.8.7-next.0
## 1.8.6
### Patch Changes
- Updated dependencies [7a04bd1]
- @copilotkit/react-core@1.8.6
- @copilotkit/runtime-client-gql@1.8.6
- @copilotkit/shared@1.8.6
## 1.8.6-next.0
### Patch Changes
- Updated dependencies [7a04bd1]
- @copilotkit/react-core@1.8.6-next.0
- @copilotkit/runtime-client-gql@1.8.6-next.0
- @copilotkit/shared@1.8.6-next.0
## 1.8.5
### Patch Changes
- 4b5452d: - feat: add powered-by-copilotkit watermark
- d0e8a1e: - fix: fix duplicate messages on regenerate
- ed5ace7: - fix: for every component that has default, make prop optional
- Updated dependencies [c0d3261]
- Updated dependencies [77a7457]
- Updated dependencies [d0e8a1e]
- @copilotkit/react-core@1.8.5
- @copilotkit/runtime-client-gql@1.8.5
- @copilotkit/shared@1.8.5
## 1.8.5-next.5
### Patch Changes
- Updated dependencies [c0d3261]
- @copilotkit/react-core@1.8.5-next.5
- @copilotkit/runtime-client-gql@1.8.5-next.5
- @copilotkit/shared@1.8.5-next.5
## 1.8.5-next.4
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.5-next.4
- @copilotkit/react-core@1.8.5-next.4
- @copilotkit/shared@1.8.5-next.4
## 1.8.5-next.3
### Patch Changes
- Updated dependencies [77a7457]
- @copilotkit/react-core@1.8.5-next.3
- @copilotkit/runtime-client-gql@1.8.5-next.3
- @copilotkit/shared@1.8.5-next.3
## 1.8.5-next.2
### Patch Changes
- 4b5452d: - feat: add powered-by-copilotkit watermark
- @copilotkit/react-core@1.8.5-next.2
- @copilotkit/runtime-client-gql@1.8.5-next.2
- @copilotkit/shared@1.8.5-next.2
## 1.8.5-next.1
### Patch Changes
- d0e8a1e: - fix: fix duplicate messages on regenerate
- Updated dependencies [d0e8a1e]
- @copilotkit/react-core@1.8.5-next.1
- @copilotkit/runtime-client-gql@1.8.5-next.1
- @copilotkit/shared@1.8.5-next.1
## 1.8.5-next.0
### Patch Changes
- ed5ace7: - fix: for every component that has default, make prop optional
- @copilotkit/react-core@1.8.5-next.0
- @copilotkit/runtime-client-gql@1.8.5-next.0
- @copilotkit/shared@1.8.5-next.0
## 1.8.4
### Patch Changes
- 0846462: - fix: remove styles corresponding to OS dark theme
- fc11455: - fix: focus on text area when clicking in input box
- Updated dependencies [f363760]
- Updated dependencies [4e28414]
- @copilotkit/shared@1.8.4
- @copilotkit/react-core@1.8.4
- @copilotkit/runtime-client-gql@1.8.4
## 1.8.4-next.4
### Patch Changes
- Updated dependencies [4e28414]
- @copilotkit/react-core@1.8.4-next.4
- @copilotkit/runtime-client-gql@1.8.4-next.4
- @copilotkit/shared@1.8.4-next.4
## 1.8.4-next.3
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.4-next.3
- @copilotkit/react-core@1.8.4-next.3
- @copilotkit/shared@1.8.4-next.3
## 1.8.4-next.2
### Patch Changes
- fc11455: - fix: focus on text area when clicking in input box
- @copilotkit/react-core@1.8.4-next.2
- @copilotkit/runtime-client-gql@1.8.4-next.2
- @copilotkit/shared@1.8.4-next.2
## 1.8.4-next.1
### Patch Changes
- Updated dependencies [f363760]
- @copilotkit/shared@1.8.4-next.1
- @copilotkit/runtime-client-gql@1.8.4-next.1
- @copilotkit/react-core@1.8.4-next.1
## 1.8.4-next.0
### Patch Changes
- 0846462: - fix: remove styles corresponding to OS dark theme
- @copilotkit/react-core@1.8.4-next.0
- @copilotkit/runtime-client-gql@1.8.4-next.0
- @copilotkit/shared@1.8.4-next.0
## 1.8.3
### Patch Changes
- 76520b8: - style: remove system-preference oriented dark mode
- 0f6baa1: - fix: fix default styles of chat components
- @copilotkit/react-core@1.8.3
- @copilotkit/runtime-client-gql@1.8.3
- @copilotkit/shared@1.8.3
## 1.8.3-next.0
### Patch Changes
- 76520b8: - style: remove system-preference oriented dark mode
- @copilotkit/react-core@1.8.3-next.0
- @copilotkit/runtime-client-gql@1.8.3-next.0
- @copilotkit/shared@1.8.3-next.0
## 1.8.2-next.3
### Patch Changes
- 0f6baa1: - fix: fix default styles of chat components
- @copilotkit/react-core@1.8.2-next.3
- @copilotkit/runtime-client-gql@1.8.2-next.3
- @copilotkit/shared@1.8.2-next.3
## 1.8.2-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.2-next.2
- @copilotkit/react-core@1.8.2-next.2
- @copilotkit/shared@1.8.2-next.2
## 1.8.2-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.8.2-next.1
- @copilotkit/react-core@1.8.2-next.1
- @copilotkit/shared@1.8.2-next.1
## 1.8.2-next.0
### Patch Changes
- d574350: - fix: adjust order of colors so app themes prevails OS theme
- d574350: - fix: adjust order of colors so app themes prevails OS theme
- @copilotkit/react-core@1.8.2-next.0
- @copilotkit/runtime-client-gql@1.8.2-next.0
- @copilotkit/shared@1.8.2-next.0
## 1.8.1
### Patch Changes
- 0cba747: - fix: set text area within the input box to transparent background
- Updated dependencies [7a42944]
- @copilotkit/react-core@1.8.1
- @copilotkit/runtime-client-gql@1.8.1
- @copilotkit/shared@1.8.1
## 1.8.1-next.1
### Patch Changes
- 0cba747: - fix: set text area within the input box to transparent background
- @copilotkit/react-core@1.8.1-next.1
- @copilotkit/runtime-client-gql@1.8.1-next.1
- @copilotkit/shared@1.8.1-next.1
## 1.8.1-next.0
### Patch Changes
- Updated dependencies [7a42944]
- @copilotkit/react-core@1.8.1-next.0
- @copilotkit/runtime-client-gql@1.8.1-next.0
- @copilotkit/shared@1.8.1-next.0
## 1.8.0
### Minor Changes
- 20f0727: - feat(chat): redesign chat
### Patch Changes
- 099807a: - fix: adjust dev console menus to dark theme
- c11fab9: - chore(react-ui): Add DefaultResponseRenderer and DefaultStateRenderer components
- a50f4c1: - move default components out of ui
- 5f184b7: - fix: remove response button
- fix: use customizable assistant message icons
- d8e354b: - fix: re-align customization variable names and usage
- Updated dependencies [73f5eaa]
- Updated dependencies [a50f4c1]
- @copilotkit/react-core@1.8.0
- @copilotkit/runtime-client-gql@1.8.0
- @copilotkit/shared@1.8.0
## 1.8.0-next.8
### Patch Changes
- 099807a: - fix: adjust dev console menus to dark theme
- @copilotkit/react-core@1.8.0-next.8
- @copilotkit/runtime-client-gql@1.8.0-next.8
- @copilotkit/shared@1.8.0-next.8
## 1.8.0-next.7
### Patch Changes
- 5f184b7: - fix: remove response button
- fix: use customizable assistant message icons
- @copilotkit/react-core@1.8.0-next.7
- @copilotkit/runtime-client-gql@1.8.0-next.7
- @copilotkit/shared@1.8.0-next.7
## 1.8.0-next.6
### Patch Changes
- @copilotkit/react-core@1.8.0-next.6
- @copilotkit/runtime-client-gql@1.8.0-next.6
- @copilotkit/shared@1.8.0-next.6
## 1.8.0-next.5
### Patch Changes
- a50f4c1: - move default components out of ui
- Updated dependencies [a50f4c1]
- @copilotkit/react-core@1.8.0-next.5
- @copilotkit/runtime-client-gql@1.8.0-next.5
- @copilotkit/shared@1.8.0-next.5
## 1.8.0-next.4
### Patch Changes
- d8e354b: - fix: re-align customization variable names and usage
- @copilotkit/react-core@1.8.0-next.4
- @copilotkit/runtime-client-gql@1.8.0-next.4
- @copilotkit/shared@1.8.0-next.4
## 1.8.0-next.3
### Minor Changes
- 20f0727: - feat(chat): redesign chat
### Patch Changes
- @copilotkit/react-core@1.8.0-next.3
- @copilotkit/runtime-client-gql@1.8.0-next.3
- @copilotkit/shared@1.8.0-next.3
## 1.7.2-next.2
### Patch Changes
- c11fab9: - chore(react-ui): Add DefaultResponseRenderer and DefaultStateRenderer components
- @copilotkit/react-core@1.7.2-next.2
- @copilotkit/runtime-client-gql@1.7.2-next.2
- @copilotkit/shared@1.7.2-next.2
## 1.7.2-next.1
### Patch Changes
- Updated dependencies [73f5eaa]
- @copilotkit/react-core@1.7.2-next.1
- @copilotkit/runtime-client-gql@1.7.2-next.1
- @copilotkit/shared@1.7.2-next.1
## 1.7.2-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.7.2-next.0
- @copilotkit/react-core@1.7.2-next.0
- @copilotkit/shared@1.7.2-next.0
## 1.7.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.7.1
- @copilotkit/react-core@1.7.1
- @copilotkit/shared@1.7.1
## 1.7.1-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.7.1-next.0
- @copilotkit/react-core@1.7.1-next.0
- @copilotkit/shared@1.7.1-next.0
## 1.7.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.7.0
- @copilotkit/react-core@1.7.0
- @copilotkit/shared@1.7.0
## 1.7.0-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.7.0-next.1
- @copilotkit/react-core@1.7.0-next.1
- @copilotkit/shared@1.7.0-next.1
## 1.7.0-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.7.0-next.0
- @copilotkit/react-core@1.7.0-next.0
- @copilotkit/shared@1.7.0-next.0
## 1.6.0
### Patch Changes
- c1cc77f: - feat: new useCopilotAdditionalInstructions hook and available property on useCopilotReadable
- Updated dependencies [d833f4c]
- Updated dependencies [090203d]
- Updated dependencies [d800f03]
- Updated dependencies [85753b3]
- Updated dependencies [7d061d9]
- Updated dependencies [b454827]
- Updated dependencies [c1cc77f]
- @copilotkit/react-core@1.6.0
- @copilotkit/runtime-client-gql@1.6.0
- @copilotkit/shared@1.6.0
## 1.6.0-next.12
### Patch Changes
- @copilotkit/runtime-client-gql@1.6.0-next.12
- @copilotkit/react-core@1.6.0-next.12
- @copilotkit/shared@1.6.0-next.12
## 1.6.0-next.11
### Patch Changes
- Updated dependencies [85753b3]
- @copilotkit/react-core@1.6.0-next.11
- @copilotkit/runtime-client-gql@1.6.0-next.11
- @copilotkit/shared@1.6.0-next.11
## 1.6.0-next.10
### Patch Changes
- @copilotkit/runtime-client-gql@1.6.0-next.10
- @copilotkit/react-core@1.6.0-next.10
- @copilotkit/shared@1.6.0-next.10
## 1.6.0-next.9
### Patch Changes
- @copilotkit/runtime-client-gql@1.6.0-next.9
- @copilotkit/react-core@1.6.0-next.9
- @copilotkit/shared@1.6.0-next.9
## 1.6.0-next.8
### Patch Changes
- @copilotkit/runtime-client-gql@1.6.0-next.8
- @copilotkit/react-core@1.6.0-next.8
- @copilotkit/shared@1.6.0-next.8
## 1.6.0-next.7
### Patch Changes
- Updated dependencies [d800f03]
- @copilotkit/react-core@1.6.0-next.7
- @copilotkit/runtime-client-gql@1.6.0-next.7
- @copilotkit/shared@1.6.0-next.7
## 1.6.0-next.6
### Patch Changes
- @copilotkit/runtime-client-gql@1.6.0-next.6
- @copilotkit/react-core@1.6.0-next.6
- @copilotkit/shared@1.6.0-next.6
## 1.6.0-next.5
### Patch Changes
- Updated dependencies [090203d]
- @copilotkit/shared@1.6.0-next.5
- @copilotkit/runtime-client-gql@1.6.0-next.5
- @copilotkit/react-core@1.6.0-next.5
## 1.6.0-next.4
### Patch Changes
- @copilotkit/runtime-client-gql@1.6.0-next.4
- @copilotkit/react-core@1.6.0-next.4
- @copilotkit/shared@1.6.0-next.4
## 1.6.0-next.3
### Patch Changes
- @copilotkit/runtime-client-gql@1.6.0-next.3
- @copilotkit/react-core@1.6.0-next.3
- @copilotkit/shared@1.6.0-next.3
## 1.6.0-next.2
### Patch Changes
- Updated dependencies [b454827]
- @copilotkit/react-core@1.6.0-next.2
- @copilotkit/runtime-client-gql@1.6.0-next.2
- @copilotkit/shared@1.6.0-next.2
## 1.6.0-next.1
### Patch Changes
- Updated dependencies [d833f4c]
- @copilotkit/react-core@1.6.0-next.1
- @copilotkit/runtime-client-gql@1.6.0-next.1
- @copilotkit/shared@1.6.0-next.1
## 1.6.0-next.0
### Patch Changes
- Updated dependencies [7d061d9]
- @copilotkit/react-core@1.6.0-next.0
- @copilotkit/runtime-client-gql@1.6.0-next.0
- @copilotkit/shared@1.6.0-next.0
## 1.5.20
### Patch Changes
- Updated dependencies [51f0d66]
- @copilotkit/shared@1.5.20
- @copilotkit/react-core@1.5.20
- @copilotkit/runtime-client-gql@1.5.20
## 1.5.20-next.0
### Patch Changes
- Updated dependencies [51f0d66]
- @copilotkit/shared@1.5.20-next.0
- @copilotkit/react-core@1.5.20-next.0
- @copilotkit/runtime-client-gql@1.5.20-next.0
## 1.5.19
### Patch Changes
- Updated dependencies [0dd1ab9]
- Updated dependencies [5bc68f8]
- @copilotkit/react-core@1.5.19
- @copilotkit/shared@1.5.19
- @copilotkit/runtime-client-gql@1.5.19
## 1.5.19-next.1
### Patch Changes
- Updated dependencies [0dd1ab9]
- @copilotkit/react-core@1.5.19-next.1
- @copilotkit/shared@1.5.19-next.1
- @copilotkit/runtime-client-gql@1.5.19-next.1
## 1.5.19-next.0
### Patch Changes
- Updated dependencies [5bc68f8]
- @copilotkit/react-core@1.5.19-next.0
- @copilotkit/runtime-client-gql@1.5.19-next.0
- @copilotkit/shared@1.5.19-next.0
## 1.5.18
### Patch Changes
- Updated dependencies [d47cd26]
- Updated dependencies [f77a7b9]
- Updated dependencies [38d3ac2]
- @copilotkit/runtime-client-gql@1.5.18
- @copilotkit/shared@1.5.18
- @copilotkit/react-core@1.5.18
## 1.5.18-next.3
### Patch Changes
- Updated dependencies [f77a7b9]
- @copilotkit/react-core@1.5.18-next.3
- @copilotkit/runtime-client-gql@1.5.18-next.3
- @copilotkit/shared@1.5.18-next.3
## 1.5.18-next.2
### Patch Changes
- Updated dependencies [38d3ac2]
- @copilotkit/shared@1.5.18-next.2
- @copilotkit/runtime-client-gql@1.5.18-next.2
- @copilotkit/react-core@1.5.18-next.2
## 1.5.18-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.18-next.1
- @copilotkit/react-core@1.5.18-next.1
- @copilotkit/shared@1.5.18-next.1
## 1.5.18-next.0
### Patch Changes
- Updated dependencies [d47cd26]
- @copilotkit/runtime-client-gql@1.5.18-next.0
- @copilotkit/shared@1.5.18-next.0
- @copilotkit/react-core@1.5.18-next.0
## 1.5.17
### Patch Changes
- Updated dependencies [1fc3902]
- @copilotkit/runtime-client-gql@1.5.17
- @copilotkit/shared@1.5.17
- @copilotkit/react-core@1.5.17
## 1.5.17-next.0
### Patch Changes
- Updated dependencies [1fc3902]
- @copilotkit/runtime-client-gql@1.5.17-next.0
- @copilotkit/shared@1.5.17-next.0
- @copilotkit/react-core@1.5.17-next.0
## 1.5.16
### Patch Changes
- Updated dependencies [07be5ca]
- Updated dependencies [48b7c7b]
- @copilotkit/react-core@1.5.16
- @copilotkit/runtime-client-gql@1.5.16
- @copilotkit/shared@1.5.16
## 1.5.16-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.16-next.2
- @copilotkit/react-core@1.5.16-next.2
- @copilotkit/shared@1.5.16-next.2
## 1.5.16-next.1
### Patch Changes
- Updated dependencies [48b7c7b]
- @copilotkit/runtime-client-gql@1.5.16-next.1
- @copilotkit/shared@1.5.16-next.1
- @copilotkit/react-core@1.5.16-next.1
## 1.5.16-next.0
### Patch Changes
- Updated dependencies [07be5ca]
- @copilotkit/react-core@1.5.16-next.0
- @copilotkit/runtime-client-gql@1.5.16-next.0
- @copilotkit/shared@1.5.16-next.0
## 1.5.15
### Patch Changes
- 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
- chore(interrupt): add e2e test to interrupt functionality
- feat(interrupt): add support for multiple interrupts and conditions
- 66bd0f7: - fix(react-ui): check for updates endpoint to point to production
- Updated dependencies [0dc0f43]
- Updated dependencies [06f9f35]
- Updated dependencies [7b3141d]
- Updated dependencies [c9ae305]
- Updated dependencies [0bbb4ab]
- @copilotkit/runtime-client-gql@1.5.15
- @copilotkit/react-core@1.5.15
- @copilotkit/shared@1.5.15
## 1.5.15-next.8
### Patch Changes
- Updated dependencies [06f9f35]
- @copilotkit/react-core@1.5.15-next.8
- @copilotkit/runtime-client-gql@1.5.15-next.8
- @copilotkit/shared@1.5.15-next.8
## 1.5.15-next.7
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.15-next.7
- @copilotkit/react-core@1.5.15-next.7
- @copilotkit/shared@1.5.15-next.7
## 1.5.15-next.6
### Patch Changes
- Updated dependencies [c9ae305]
- @copilotkit/react-core@1.5.15-next.6
- @copilotkit/runtime-client-gql@1.5.15-next.6
- @copilotkit/shared@1.5.15-next.6
## 1.5.15-next.5
### Patch Changes
- Updated dependencies [0dc0f43]
- @copilotkit/runtime-client-gql@1.5.15-next.5
- @copilotkit/react-core@1.5.15-next.5
- @copilotkit/shared@1.5.15-next.5
## 1.5.15-next.4
### Patch Changes
- 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
- chore(interrupt): add e2e test to interrupt functionality
- feat(interrupt): add support for multiple interrupts and conditions
- Updated dependencies [7b3141d]
- @copilotkit/react-core@1.5.15-next.4
- @copilotkit/runtime-client-gql@1.5.15-next.4
- @copilotkit/shared@1.5.15-next.4
## 1.5.15-next.3
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.15-next.3
- @copilotkit/react-core@1.5.15-next.3
- @copilotkit/shared@1.5.15-next.3
## 1.5.15-next.2
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.15-next.2
- @copilotkit/react-core@1.5.15-next.2
- @copilotkit/shared@1.5.15-next.2
## 1.5.15-next.1
### Patch Changes
- Updated dependencies [0bbb4ab]
- @copilotkit/runtime-client-gql@1.5.15-next.1
- @copilotkit/react-core@1.5.15-next.1
- @copilotkit/shared@1.5.15-next.1
## 1.5.15-next.0
### Patch Changes
- 66bd0f7: - fix(react-ui): check for updates endpoint to point to production
- @copilotkit/react-core@1.5.15-next.0
- @copilotkit/runtime-client-gql@1.5.15-next.0
- @copilotkit/shared@1.5.15-next.0
## 1.5.14
### Patch Changes
- Updated dependencies [0061f65]
- @copilotkit/react-core@1.5.14
- @copilotkit/shared@1.5.14
- @copilotkit/runtime-client-gql@1.5.14
## 1.5.14-next.0
### Patch Changes
- Updated dependencies [0061f65]
- @copilotkit/react-core@1.5.14-next.0
- @copilotkit/shared@1.5.14-next.0
- @copilotkit/runtime-client-gql@1.5.14-next.0
## 1.5.13
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.13
- @copilotkit/react-core@1.5.13
- @copilotkit/shared@1.5.13
## 1.5.13-next.0
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.13-next.0
- @copilotkit/react-core@1.5.13-next.0
- @copilotkit/shared@1.5.13-next.0
## 1.5.12
### Patch Changes
- 6136a57: - fix(errors): add custom error classes to better describe library errors
- fix(errors): use new errors in error handling
- chore: add documentation and links to respective errors
- 86fae3a: - feat(react-ui): add interfaces for full message customization
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- Updated dependencies [fb87bcf]
- Updated dependencies [926499b]
- Updated dependencies [6136a57]
- Updated dependencies [cb43c05]
- @copilotkit/runtime-client-gql@1.5.12
- @copilotkit/react-core@1.5.12
- @copilotkit/shared@1.5.12
## 1.5.12-next.7
### Patch Changes
- Updated dependencies [926499b]
- @copilotkit/react-core@1.5.12-next.7
- @copilotkit/runtime-client-gql@1.5.12-next.7
- @copilotkit/shared@1.5.12-next.7
## 1.5.12-next.6
### Patch Changes
- 6136a57: - fix(errors): add custom error classes to better describe library errors
- fix(errors): use new errors in error handling
- chore: add documentation and links to respective errors
- Updated dependencies [6136a57]
- @copilotkit/react-core@1.5.12-next.6
- @copilotkit/runtime-client-gql@1.5.12-next.6
- @copilotkit/shared@1.5.12-next.6
## 1.5.12-next.5
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.12-next.5
- @copilotkit/react-core@1.5.12-next.5
- @copilotkit/shared@1.5.12-next.5
## 1.5.12-next.4
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.12-next.4
- @copilotkit/react-core@1.5.12-next.4
- @copilotkit/shared@1.5.12-next.4
## 1.5.12-next.3
### Patch Changes
- Updated dependencies [cb43c05]
- @copilotkit/react-core@1.5.12-next.3
- @copilotkit/runtime-client-gql@1.5.12-next.3
- @copilotkit/shared@1.5.12-next.3
## 1.5.12-next.2
### Patch Changes
- Updated dependencies [fb87bcf]
- @copilotkit/runtime-client-gql@1.5.12-next.2
- @copilotkit/react-core@1.5.12-next.2
- @copilotkit/shared@1.5.12-next.2
## 1.5.12-next.1
### Patch Changes
- @copilotkit/runtime-client-gql@1.5.12-next.1
- @copilotkit/react-core@1.5.12-next.1
- @copilotkit/shared@1.5.12-next.1
## 1.5.12-next.0
### Patch Changes
- 86fae3a: - feat(react-ui): add interfaces for full message customization
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
- @copilotkit/react-core@1.5.12-next.0
- @copilotkit/runtime-client-gql@1.5.12-next.0
- @copilotkit/shared@1.5.12-next.0
## 1.5.11
### Patch Changes
- 1fc7fa5: test changelog
- c4a6aa5: test release notes
- 716bd5c: test changelog
- a35d447: test changelog
- 4ae197e: Test release notes
- 4211318: test changelog
- 8166ac6: Test release notes
- d431537: Test release notes
- Updated dependencies [72f9e58]
- Updated dependencies [db3d539]
- Updated dependencies [aecb6f4]
- Updated dependencies [e5d588d]
- Updated dependencies [0a2e07e]
- Updated dependencies [4211318]
- Updated dependencies [9b3bdc2]
- Updated dependencies [d431537]
- @copilotkit/runtime-client-gql@1.5.11
- @copilotkit/react-core@1.5.11
- @copilotkit/shared@1.5.11
## 1.5.11-next.0
### Patch Changes
- 1fc7fa5: test changelog
- c4a6aa5: test release notes
- 716bd5c: test changelog
- a35d447: test changelog
- 4ae197e: Test release notes
- 4211318: test changelog
- 8166ac6: Test release notes
- d431537: Test release notes
- Updated dependencies [72f9e58]
- Updated dependencies [db3d539]
- Updated dependencies [aecb6f4]
- Updated dependencies [e5d588d]
- Updated dependencies [0a2e07e]
- Updated dependencies [4211318]
- Updated dependencies [9b3bdc2]
- Updated dependencies [d431537]
- @copilotkit/runtime-client-gql@1.5.11-next.0
- @copilotkit/react-core@1.5.11-next.0
- @copilotkit/shared@1.5.11-next.0
## 1.5.10
### Patch Changes
- 1fc7fa5: test changelog
- c4a6aa5: test release notes
- 716bd5c: test changelog
- a35d447: test changelog
- 4ae197e: Test release notes
- 4211318: test changelog
- 8166ac6: Test release notes
- d431537: Test release notes
- Updated dependencies [72f9e58]
- Updated dependencies [db3d539]
- Updated dependencies [aecb6f4]
- Updated dependencies [e5d588d]
- Updated dependencies [4211318]
- Updated dependencies [9b3bdc2]
- Updated dependencies [d431537]
- @copilotkit/runtime-client-gql@1.5.10
- @copilotkit/react-core@1.5.10
- @copilotkit/shared@1.5.10
## 1.5.10-next.0
### Patch Changes
- 1fc7fa5: test changelog
- c4a6aa5: test release notes
- 716bd5c: test changelog
- a35d447: test changelog
- 4ae197e: Test release notes
- 4211318: test changelog
- 8166ac6: Test release notes
- d431537: Test release notes
- Updated dependencies [72f9e58]
- Updated dependencies [db3d539]
- Updated dependencies [aecb6f4]
- Updated dependencies [e5d588d]
- Updated dependencies [4211318]
- Updated dependencies [9b3bdc2]
- Updated dependencies [d431537]
- @copilotkit/runtime-client-gql@1.5.10-next.0
- @copilotkit/react-core@1.5.10-next.0
- @copilotkit/shared@1.5.10-next.0
## 1.5.9
### Patch Changes
- 1fc7fa5: test changelog
- c4a6aa5: test release notes
- 716bd5c: test changelog
- a35d447: test changelog
- 4ae197e: Test release notes
- 4211318: test changelog
- 8166ac6: Test release notes
- d431537: Test release notes
- Updated dependencies [72f9e58]
- Updated dependencies [db3d539]
- Updated dependencies [e5d588d]
- Updated dependencies [4211318]
- Updated dependencies [9b3bdc2]
- Updated dependencies [d431537]
- @copilotkit/runtime-client-gql@1.5.9
- @copilotkit/react-core@1.5.9
- @copilotkit/shared@1.5.9
## 1.5.8
### Patch Changes
- 1fc7fa5: test changelog
- c4a6aa5: test release notes
- a35d447: test changelog
- 4ae197e: Test release notes
- 4211318: test changelog
- 8166ac6: Test release notes
- d431537: Test release notes
- Updated dependencies [72f9e58]
- Updated dependencies [db3d539]
- Updated dependencies [e5d588d]
- Updated dependencies [4211318]
- Updated dependencies [9b3bdc2]
- Updated dependencies [d431537]
- @copilotkit/runtime-client-gql@1.5.8
- @copilotkit/react-core@1.5.8
- @copilotkit/shared@1.5.8
## 1.5.6-next.0
### Patch Changes
- a35d447: test changelog
- @copilotkit/runtime-client-gql@1.5.6-next.0
- @copilotkit/react-core@1.5.6-next.0
- @copilotkit/shared@1.5.6-next.0
## 1.5.5-next.5
### Patch Changes
- 1fc7fa5: test changelog
- Updated dependencies [db3d539]
- @copilotkit/react-core@1.5.5-next.5
- @copilotkit/runtime-client-gql@1.5.5-next.5
- @copilotkit/shared@1.5.5-next.5
## 1.5.5-next.3
### Patch Changes
- c4a6aa5: