Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@copilotkit/react-core 1.5.11 -> 1.10.4 age confidence
@copilotkit/react-textarea 1.5.11 -> 1.10.4 age confidence
@copilotkit/runtime-client-gql 1.5.11 -> 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
@​copilotkit/sdk-js
1.9.3
Patch Changes
@​copilotkit/react-textarea
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.

Copy link

vercel bot commented Jan 20, 2025

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

Project Deployment Preview Comments Updated (UTC)
example-textarea Ready Ready Preview Comment Sep 9, 2025 1:42am

@renovate renovate bot added the copilotkit label Jan 20, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from b2c23ea to 18ec8ec Compare January 21, 2025 19:02
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.12 Update CopilotKit dependencies to v1.5.13 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 18ec8ec to 8a00958 Compare January 27, 2025 21:50
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.13 Update CopilotKit dependencies to v1.5.14 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 8a00958 to 06be1f6 Compare February 8, 2025 00:42
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.14 Update CopilotKit dependencies to v1.5.15 Feb 8, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 06be1f6 to 1e4560d Compare February 11, 2025 23:42
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.15 Update CopilotKit dependencies to v1.5.17 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 1e4560d to 6976be4 Compare February 12, 2025 23:18
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.17 Update CopilotKit dependencies to v1.5.18 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 6976be4 to 05c241a Compare February 14, 2025 00:06
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.18 Update CopilotKit dependencies to v1.5.19 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 05c241a to 3e6606d Compare February 14, 2025 21:55
@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 3e6606d to 07b86f0 Compare February 27, 2025 22:28
@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 07b86f0 to c8ee888 Compare March 11, 2025 12:57
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from c8ee888 to eb776b3 Compare March 11, 2025 19:53
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.13 Update CopilotKit dependencies to v1.8.14 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 36ef7a2 to a4b3f95 Compare June 15, 2025 08:12
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.14 Update CopilotKit dependencies to v1.9.0 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from a4b3f95 to 0dbfe09 Compare June 17, 2025 22:40
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.9.0 Update CopilotKit dependencies to v1.9.1 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 0dbfe09 to 0ad4afa Compare July 14, 2025 18:56
@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 0ad4afa to 59cb791 Compare July 17, 2025 17:15
@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 59cb791 to 2afe99b Compare August 7, 2025 21:50
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.9.3 Update CopilotKit dependencies to v1.10.0 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 2afe99b to 4436089 Compare August 8, 2025 21:06
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.10.0 Update CopilotKit dependencies to v1.10.1 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 4436089 to c24b6be Compare August 14, 2025 21:26
@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 c24b6be to 7a5c11e Compare August 31, 2025 09:43
@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 7a5c11e to 85d3baf Compare September 9, 2025 01:42
@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