Download Latest Version v1.10.1 source code.zip (204.9 MB)
Email in envelope

Get an email when there's a new version of CopilotKit

Home / v1.10.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-07 14.8 kB
v1.10.0 source code.tar.gz 2025-08-07 195.8 MB
v1.10.0 source code.zip 2025-08-07 197.2 MB
Totals: 3 Items   393.0 MB 0

@copilotkit/react-core

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
  • 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

  • 6de24ce: - fix rerender issues by moving suggestions to the messages context
  • b64555d: - feat: adds dev console
  • Updated dependencies [a8c0263]
  • Updated dependencies [8674da1]
  • Updated dependencies [6d1de58]
  • @copilotkit/shared@1.10.0
  • @copilotkit/runtime-client-gql@1.10.0

@copilotkit/react-ui

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

@copilotkit/sdk-js

1.10.0

Patch Changes

  • Updated dependencies [a8c0263]
  • Updated dependencies [8674da1]
  • Updated dependencies [6d1de58]
  • @copilotkit/shared@1.10.0

@copilotkit/react-textarea

1.10.0

Patch Changes

  • 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

@copilotkit/runtime

1.10.0

Patch Changes

  • 1abcecf: - fix: add graphqlContext to constructAGUIRemoteAction for enhanced agent properties

  • Updated constructAGUIRemoteAction to accept graphqlContext, allowing forwarding of properties like Authorization token to the agent.

  • Modified setupRemoteActions to include graphqlContext in the parameters.

  • 6f2f54b: - fix(openai): update maxTokens parameter to max_completion_tokens in OpenAIAdapter

  • b5b94b9: - fix: throw errors when they happen with agui streams
  • 824fb69: - fix: pass config to the forwarded props of an agui agent
  • 59b0e16: - feat: add native prompt caching support to AnthropicAdapter
  • a31443c: removed unused dependency on ip module
  • dc6df18: - feat: use latest agui langgraph package
  • chore: release python sdk 0.1.58
  • Updated dependencies [a8c0263]
  • Updated dependencies [8674da1]
  • Updated dependencies [6d1de58]
  • @copilotkit/shared@1.10.0

@copilotkit/runtime-client-gql

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

  • Updated dependencies [a8c0263]
  • Updated dependencies [8674da1]
  • Updated dependencies [6d1de58]
  • @copilotkit/shared@1.10.0

@copilotkit/shared

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

  • 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

@copilotkit/react-core

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
  • 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

  • 6de24ce: - fix rerender issues by moving suggestions to the messages context
  • b64555d: - feat: adds dev console
  • Updated dependencies [a8c0263]
  • Updated dependencies [8674da1]
  • Updated dependencies [6d1de58]
  • @copilotkit/shared@1.10.0
  • @copilotkit/runtime-client-gql@1.10.0

@copilotkit/react-ui

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

@copilotkit/sdk-js

1.10.0

Patch Changes

  • Updated dependencies [a8c0263]
  • Updated dependencies [8674da1]
  • Updated dependencies [6d1de58]
  • @copilotkit/shared@1.10.0

@copilotkit/react-textarea

1.10.0

Patch Changes

  • 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

@copilotkit/runtime

1.10.0

Patch Changes

  • 1abcecf: - fix: add graphqlContext to constructAGUIRemoteAction for enhanced agent properties

  • Updated constructAGUIRemoteAction to accept graphqlContext, allowing forwarding of properties like Authorization token to the agent.

  • Modified setupRemoteActions to include graphqlContext in the parameters.

  • 6f2f54b: - fix(openai): update maxTokens parameter to max_completion_tokens in OpenAIAdapter

  • b5b94b9: - fix: throw errors when they happen with agui streams
  • 824fb69: - fix: pass config to the forwarded props of an agui agent
  • 59b0e16: - feat: add native prompt caching support to AnthropicAdapter
  • a31443c: removed unused dependency on ip module
  • dc6df18: - feat: use latest agui langgraph package
  • chore: release python sdk 0.1.58
  • Updated dependencies [a8c0263]
  • Updated dependencies [8674da1]
  • Updated dependencies [6d1de58]
  • @copilotkit/shared@1.10.0

@copilotkit/runtime-client-gql

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

  • Updated dependencies [a8c0263]
  • Updated dependencies [8674da1]
  • Updated dependencies [6d1de58]
  • @copilotkit/shared@1.10.0

@copilotkit/shared

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

  • 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

Source: README.md, updated 2025-08-07