Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@copilotkit/react-core 1.8.12-next.4 -> 1.10.4 age confidence
@copilotkit/react-ui 1.8.12-next.4 -> 1.10.4 age confidence
@copilotkit/runtime 1.8.12-next.4 -> 1.10.4 age confidence
@copilotkit/runtime-client-gql 1.8.12-next.4 -> 1.10.4 age confidence

Release Notes

CopilotKit/CopilotKit (@​copilotkit/react-core)

v1.10.4

Compare Source

@​copilotkit/react-core
1.10.4
Patch Changes
@​copilotkit/react-ui
1.10.4
Patch Changes
@​copilotkit/sdk-js
1.10.4
Patch Changes
@​copilotkit/react-textarea
1.10.4
Patch Changes
@​copilotkit/runtime
1.10.4
Patch Changes
@​copilotkit/runtime-client-gql
1.10.4
Patch Changes
@​copilotkit/shared
1.10.4
Patch Changes
  • a640d8e: - feat: update latest agui langgraph for subgraphs support
    • feat: update latest agui core packages
@​copilotkit/react-core
1.10.4
Patch Changes
@​copilotkit/react-ui
1.10.4
Patch Changes
@​copilotkit/sdk-js
1.10.4
Patch Changes
@​copilotkit/react-textarea
1.10.4
Patch Changes
@​copilotkit/runtime
1.10.4
Patch Changes
@​copilotkit/runtime-client-gql
1.10.4
Patch Changes
@​copilotkit/shared
1.10.4
Patch Changes
  • a640d8e: - feat: update latest agui langgraph for subgraphs support
    • feat: update latest agui core packages

v1.10.3

Compare Source

@​copilotkit/react-core

1.10.3

Patch Changes

@​copilotkit/react-ui

1.10.3

Patch Changes

@​copilotkit/sdk-js

1.10.3

Patch Changes
  • f566562: - fix: allow dependents to decide langgraph version by using peer dependencies
    • fix: adjust sdk to accept two forms of actions from agui
  • Updated dependencies [ea74047]

@​copilotkit/react-textarea

1.10.3

Patch Changes

@​copilotkit/runtime

1.10.3

Patch Changes
  • ea74047: - fix: surface run errors from agui
  • a7bb2f0: - fix: fix how node names are read to support newer langgraph versions
  • 21e12af: - feat: send streamSubgraphs forwarded prop to AGUI
  • Updated dependencies [ea74047]

@​copilotkit/runtime-client-gql

1.10.3

Patch Changes

@​copilotkit/shared

1.10.3

Patch Changes
  • ea74047: - fix: surface run errors from agui

@​copilotkit/react-core

1.10.3

Patch Changes

@​copilotkit/react-ui

1.10.3

Patch Changes

@​copilotkit/sdk-js

1.10.3

Patch Changes
  • f566562: - fix: allow dependents to decide langgraph version by using peer dependencies
    • fix: adjust sdk to accept two forms of actions from agui
  • Updated dependencies [ea74047]

@​copilotkit/react-textarea

1.10.3

Patch Changes

@​copilotkit/runtime

1.10.3

Patch Changes
  • ea74047: - fix: surface run errors from agui
  • a7bb2f0: - fix: fix how node names are read to support newer langgraph versions
  • 21e12af: - feat: send streamSubgraphs forwarded prop to AGUI
  • Updated dependencies [ea74047]

@​copilotkit/runtime-client-gql

1.10.3

Patch Changes

@​copilotkit/shared

1.10.3

Patch Changes
  • ea74047: - fix: surface run errors from agui

v1.10.2

Compare Source

@​copilotkit/react-core
1.10.2
Patch Changes
@​copilotkit/react-ui
1.10.2
Patch Changes
@​copilotkit/sdk-js
1.10.2
Patch Changes
@​copilotkit/react-textarea
1.10.2
Patch Changes
@​copilotkit/runtime
1.10.2
Patch Changes
@​copilotkit/runtime-client-gql
1.10.2
Patch Changes
@​copilotkit/shared
1.10.2
@​copilotkit/react-core
1.10.2
Patch Changes
@​copilotkit/react-ui
1.10.2
Patch Changes
@​copilotkit/sdk-js
1.10.2
Patch Changes
@​copilotkit/react-textarea
1.10.2
Patch Changes
@​copilotkit/runtime
1.10.2
Patch Changes
@​copilotkit/runtime-client-gql
1.10.2
Patch Changes
@​copilotkit/shared
1.10.2

v1.10.1

Compare Source

@​copilotkit/react-core
1.10.1
Patch Changes
@​copilotkit/react-ui
1.10.1
Patch Changes
  • edb87b3: - fix: address issue where two
@​copilotkit/sdk-js
1.10.1
Patch Changes
@​copilotkit/react-textarea
1.10.1
Patch Changes
@​copilotkit/runtime
1.10.1
Patch Changes
@​copilotkit/runtime-client-gql
1.10.1
Patch Changes
@​copilotkit/shared
1.10.1
@​copilotkit/react-core
1.10.1
Patch Changes
@​copilotkit/react-ui
1.10.1
Patch Changes
  • edb87b3: - fix: address issue where two
@​copilotkit/sdk-js
1.10.1
Patch Changes
@​copilotkit/react-textarea
1.10.1
Patch Changes
@​copilotkit/runtime
1.10.1
Patch Changes
@​copilotkit/runtime-client-gql
1.10.1
Patch Changes
@​copilotkit/shared
1.10.1

v1.10.0

Compare Source

@​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 [email protected]

Patch Changes
@​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 [email protected]

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 [email protected]

    • fix: more fixes addressing breaking changes in new Headless UI

    Signed-off-by: Tyler Slaton [email protected]

    • chore: address linting issues

    Signed-off-by: Tyler Slaton [email protected]

    • chore: fixing branding and docs

    Signed-off-by: Tyler Slaton [email protected]

    • chore: more docs fixing

    Signed-off-by: Tyler Slaton [email protected]

  • Updated dependencies [967d0ab]

  • Updated dependencies [a8c0263]

  • Updated dependencies [8674da1]

  • Updated dependencies [6d1de58]

  • Updated dependencies [6de24ce]

  • Updated dependencies [b64555d]

@​copilotkit/sdk-js
1.10.0
Patch Changes
@​copilotkit/react-textarea
1.10.0
Patch Changes
@​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/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 [email protected]

Patch Changes
@​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 [email protected]

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 [email protected]

    • fix: more fixes addressing breaking changes in new Headless UI

    Signed-off-by: Tyler Slaton [email protected]

    • chore: address linting issues

    Signed-off-by: Tyler Slaton [email protected]

    • chore: fixing branding and docs

    Signed-off-by: Tyler Slaton [email protected]

    • chore: more docs fixing

    Signed-off-by: Tyler Slaton [email protected]

@​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 [email protected]

Patch Changes
@​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 [email protected]

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 [email protected]

    • fix: more fixes addressing breaking changes in new Headless UI

    Signed-off-by: Tyler Slaton [email protected]

    • chore: address linting issues

    Signed-off-by: Tyler Slaton [email protected]

    • chore: fixing branding and docs

    Signed-off-by: Tyler Slaton [email protected]

    • chore: more docs fixing

    Signed-off-by: Tyler Slaton [email protected]

  • Updated dependencies [967d0ab]

  • Updated dependencies [a8c0263]

  • Updated dependencies [8674da1]

  • Updated dependencies [6d1de58]

  • Updated dependencies [6de24ce]

  • Updated dependencies [b64555d]

@​copilotkit/sdk-js
1.10.0
Patch Changes
@​copilotkit/react-textarea
1.10.0
Patch Changes
@​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/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 [email protected]

Patch Changes
@​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 [email protected]

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 [email protected]

    • fix: more fixes addressing breaking changes in new Headless UI

    Signed-off-by: Tyler Slaton [email protected]

    • chore: address linting issues

    Signed-off-by: Tyler Slaton [email protected]

    • chore: fixing branding and docs

    Signed-off-by: Tyler Slaton [email protected]

    • chore: more docs fixing

    Signed-off-by: Tyler Slaton [email protected]

v1.9.3

Compare Source

@​copilotkit/react-core

1.9.3

Patch Changes

@​copilotkit/react-ui

1.9.3

Patch Changes

@​copilotkit/sdk-js

1.9.3

Patch Changes

@​copilotkit/react-textarea

1.9.3

Patch Changes

@​copilotkit/runtime

1.9.3

Patch Changes
  • 1bda332: - chore(telemetry): integrate Scarf for usage analytics
  • df25f34: - feat: add agui fastAPI compatible langgraph agent
    • chore: release 0.1.55 with agui langgraph fastapi support
  • 589ae52: - adds scarf deps to runtime
  • 88ceae2: - upgrade AG-UI packages
  • Updated dependencies [1bda332]

@​copilotkit/runtime-client-gql

1.9.3

Patch Changes

@​copilotkit/shared

1.9.3

Patch Changes
  • 1bda332: - chore(telemetry): integrate Scarf for usage analytics

@​copilotkit/react-core

1.9.3

Patch Changes

@​copilotkit/react-ui

1.9.3

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the copilotkit label Feb 13, 2025
Copy link

vercel bot commented Feb 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
example-todos-app-final Ready Ready Preview Comment Sep 9, 2025 1:57am

@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from d4a0dfa to cdbb788 Compare February 14, 2025 18:33
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.19 Update CopilotKit dependencies to v1.5.20 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from cdbb788 to abc84f9 Compare February 27, 2025 19:53
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.20 Update CopilotKit dependencies to v1.6.0 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from abc84f9 to 15af84a Compare March 11, 2025 12:09
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 15af84a to 420ed4c Compare March 11, 2025 22:29
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.6.0 Update CopilotKit dependencies to v1.7.0 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 420ed4c to 3ab8192 Compare March 12, 2025 02:26
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.7.0 Update CopilotKit dependencies to v1.7.1 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 3ab8192 to e788b11 Compare March 13, 2025 16:04
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e788b11 to e800a2b Compare March 17, 2025 18:51
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e800a2b to c983b68 Compare March 25, 2025 22:19
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.7.1 Update CopilotKit dependencies to v1.8.0 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from c983b68 to ddaad37 Compare March 26, 2025 03:30
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.0 Update CopilotKit dependencies to v1.8.1 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from ddaad37 to 2a44a6a Compare March 26, 2025 19:09
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.1 Update CopilotKit dependencies to v1.8.2 Mar 26, 2025
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.9.1 Update CopilotKit dependencies to v1.9.2 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 2435501 to 3e1c099 Compare July 17, 2025 17:16
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.9.2 Update CopilotKit dependencies to v1.9.3 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 3e1c099 to de3d1f5 Compare August 8, 2025 00:43
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.9.3 Update CopilotKit dependencies to v1.10.0 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from de3d1f5 to ec27bed Compare August 8, 2025 20:59
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.10.0 Update CopilotKit dependencies Aug 8, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from ec27bed to ef2c81a Compare August 9, 2025 01:31
@renovate renovate bot changed the title Update CopilotKit dependencies Update CopilotKit dependencies to v1.10.1 Aug 9, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from ef2c81a to f4bd4f5 Compare August 10, 2025 15:02
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from f4bd4f5 to e306975 Compare August 13, 2025 15:37
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e306975 to 006c0ff Compare August 14, 2025 21:55
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.10.1 Update CopilotKit dependencies to v1.10.2 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 006c0ff to c85abb0 Compare August 19, 2025 14:01
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from c85abb0 to 56f7892 Compare August 31, 2025 11:01
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.10.2 Update CopilotKit dependencies to v1.10.3 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 56f7892 to 9a72dbe Compare September 9, 2025 01:56
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.10.3 Update CopilotKit dependencies to v1.10.4 Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants