Skip to content

Update CopilotKit dependencies to v1.9.3 #10

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: final
Choose a base branch
from

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.9.3 age confidence
@copilotkit/react-textarea 1.5.11 -> 1.9.3 age confidence
@copilotkit/runtime-client-gql 1.5.11 -> 1.9.3 age confidence

Release Notes

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

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
@​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

v1.9.2

Compare Source

@​copilotkit/react-core
1.9.2
Patch Changes
  • cbeccb5: - fix: refrain repeated api calls by memoizing state

  • 3f8c575: - fix: use time travel for regeneration of messages

    • fix: use a better cutoff for regeneration request
  • fac89c2: - refactor: rename onTrace to onError throughout codebase

    • Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
  • 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

  • 92e8d1c: - fix infinite loop

  • 9169ad7: - feat: add onTrace handler for runtime and UI error/event tracking

  • c75a04f: - Fix dynamic runtime configuration updates in useCoAgent

    • In use-chat.ts, agent state updates from AgentStateMessage now preserve existing config property
  • c75a04f: - Fix dynamic runtime configuration updates in useCoAgent

  • fe9009c: - feat(langgraph): new thread metadata

  • 1d1c51d: - feat: surface all errors in structured format

  • 10345a5: - feat: structured error visibility system for streaming errors

  • 9169ad7: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files

    • fix: extract publicApiKey for all requests + trace GraphQL errors
  • 35537f1: - fix: memoize nested components to not rerender when content changes

  • Updated dependencies [fac89c2]

  • Updated dependencies [9169ad7]

  • Updated dependencies [1d1c51d]

  • Updated dependencies [10345a5]

  • Updated dependencies [9169ad7]

@​copilotkit/react-ui
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/sdk-js
1.9.2
Patch Changes
@​copilotkit/react-textarea
1.9.2
Patch Changes
@​copilotkit/runtime
1.9.2
Patch Changes
  • f3f0181: - fix: connect streaming errors to runtime onError handler

    • remove request logging
  • 3a7f45f: - fix: resolve agui agents only after all other endpoints

  • fac89c2: - refactor: rename onTrace to onError throughout codebase

    • Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
  • 7ca7023: - feat: send node name to agui agent

  • 54b62f0: - fix: add default schema keys for input and output of agui langgraph

  • 4fd92d1: - fix: enable resolving of langgraph agents when cpk starts

  • 1f4949a: - fix: remove agent discovery for agui agents

  • 9169ad7: - feat: add onTrace handler for runtime and UI error/event tracking

  • f3f0181: - fix: connect streaming errors to runtime onError handler

  • 8e67158: - fixes gemini adapter

  • 83822d2: - fix: do not show error on state loading if thread does not exist

  • fe9009c: - feat(langgraph): new thread metadata

  • f295375: - fix: remove all agents as tools when there is an active agent session

    • fix formatting
  • 9b986ba: - fix: use active interrupt from thread instead of saving to global state

  • 1d1c51d: - feat: surface all errors in structured format

  • dec5527: - fix: only fetch agent state for langgraph agents

  • 9b81464: - fix: use latest langgraph agui

  • 10345a5: - feat: structured error visibility system for streaming errors

  • 8ef8199: - fix: use latest agui dependencies to include required fixes

  • 20e8c3c: - fix(anthropic-adapter): resolve infinite loop caused by duplicate result messages

  • 9169ad7: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files

    • fix: extract publicApiKey for all requests + trace GraphQL errors
  • fc6b653: - Fix extract toolParameters in extractParametersFromSchema

    • Ensures consistency in how parameters are passed to the execute function across the codebase.
  • fc6b653: - Fix extract toolParameters in extractParametersFromSchema

    • Fixed generateMcpToolInstructions to properly extract parameters from schema.parameters.properties
    • fix: enhance MCP schema support for complex types and remove duplicate headers
  • fc6b653: - Fix extract toolParameters in extractParametersFromSchema

  • Updated dependencies [fac89c2]

  • Updated dependencies [9169ad7]

  • Updated dependencies [1d1c51d]

  • Updated dependencies [10345a5]

  • Updated dependencies [9169ad7]

@​copilotkit/runtime-client-gql
1.9.2
Patch Changes
@​copilotkit/shared
1.9.2
Patch Changes
  • fac89c2: - refactor: rename onTrace to onError throughout codebase

    • Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
  • 9169ad7: - feat: add onTrace handler for runtime and UI error/event tracking

  • 1d1c51d: - feat: surface all errors in structured format

  • 10345a5: - feat: structured error visibility system for streaming errors

  • 9169ad7: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files

    • fix: extract publicApiKey for all requests + trace GraphQL errors
@​copilotkit/react-core
1.9.2
Patch Changes
  • cbeccb5: - fix: refrain repeated api calls by memoizing state

  • 3f8c575: - fix: use time travel for regeneration of messages

    • fix: use a better cutoff for regeneration request
  • fac89c2: - refactor: rename onTrace to onError throughout codebase

    • Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
  • 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

  • 92e8d1c: - fix infinite loop

  • 9169ad7: - feat: add onTrace handler for runtime and UI error/event tracking

  • c75a04f: - Fix dynamic runtime configuration updates in useCoAgent

    • In use-chat.ts, agent state updates from AgentStateMessage now preserve existing config property
  • c75a04f: - Fix dynamic runtime configuration updates in useCoAgent

  • fe9009c: - feat(langgraph): new thread metadata

  • 1d1c51d: - feat: surface all errors in structured format

  • 10345a5: - feat: structured error visibility system for streaming errors

  • 9169ad7: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files

    • fix: extract publicApiKey for all requests + trace GraphQL errors
  • 35537f1: - fix: memoize nested components to not rerender when content changes

  • Updated dependencies [fac89c2]

  • Updated dependencies [9169ad7]

  • Updated dependencies [1d1c51d]

  • Updated dependencies [10345a5]

  • Updated dependencies [9169ad7]

@​copilotkit/react-ui
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/sdk-js
1.9.2
Patch Changes
@​copilotkit/react-textarea
1.9.2
Patch Changes
@​copilotkit/runtime
1.9.2
Patch Changes
  • f3f0181: - fix: connect streaming errors to runtime onError handler

    • remove request logging
  • 3a7f45f: - fix: resolve agui agents only after all other endpoints

  • fac89c2: - refactor: rename onTrace to onError throughout codebase

    • Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
  • 7ca7023: - feat: send node name to agui agent

  • 54b62f0: - fix: add default schema keys for input and output of agui langgraph

  • 4fd92d1: - fix: enable resolving of langgraph agents when cpk starts

  • 1f4949a: - fix: remove agent discovery for agui agents

  • 9169ad7: - feat: add onTrace handler for runtime and UI error/event tracking

  • f3f0181: - fix: connect streaming errors to runtime onError handler

  • 8e67158: - fixes gemini adapter

  • 83822d2: - fix: do not show error on state loading if thread does not exist

  • fe9009c: - feat(langgraph): new thread metadata

  • f295375: - fix: remove all agents as tools when there is an active agent session

    • fix formatting
  • 9b986ba: - fix: use active interrupt from thread instead of saving to global state

  • 1d1c51d: - feat: surface all errors in structured format

  • dec5527: - fix: only fetch agent state for langgraph agents

  • 9b81464: - fix: use latest langgraph agui

  • 10345a5: - feat: structured error visibility system for streaming errors

  • 8ef8199: - fix: use latest agui dependencies to include required fixes

  • 20e8c3c: - fix(anthropic-adapter): resolve infinite loop caused by duplicate result messages

  • 9169ad7: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files

    • fix: extract publicApiKey for all requests + trace GraphQL errors
  • fc6b653: - Fix extract toolParameters in extractParametersFromSchema

    • Ensures consistency in how parameters are passed to the execute function across the codebase.
  • fc6b653: - Fix extract toolParameters in extractParametersFromSchema

    • Fixed generateMcpToolInstructions to properly extract parameters from schema.parameters.properties
    • fix: enhance MCP schema support for complex types and remove duplicate headers
  • fc6b653: - Fix extract toolParameters in extractParametersFromSchema

  • Updated dependencies [fac89c2]

  • Updated dependencies [9169ad7]

  • Updated dependencies [1d1c51d]

  • Updated dependencies [10345a5]

  • Updated dependencies [9169ad7]

@​copilotkit/runtime-client-gql
1.9.2
Patch Changes
@​copilotkit/shared
1.9.2
Patch Changes
  • fac89c2: - refactor: rename onTrace to onError throughout codebase

    • Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
  • 9169ad7: - feat: add onTrace handler for runtime and UI error/event tracking

  • 1d1c51d: - feat: surface all errors in structured format

  • 10345a5: - feat: structured error visibility system for streaming errors

  • 9169ad7: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files

    • fix: extract publicApiKey for all requests + trace GraphQL errors

v1.9.1

Compare Source

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

v1.9.0

Compare Source

@​copilotkit/react-core
1.9.0
Patch Changes
@​copilotkit/react-ui
1.9.0
Patch Changes
@​copilotkit/sdk-js
1.9.0
Patch Changes
@​copilotkit/react-textarea
1.9.0
Patch Changes
@​copilotkit/runtime
1.9.0
Minor Changes
  • 8408d58: - feat: create copilotkit agui langgraph agent
    • docs: replace remote endpoint with AGUI agent
Patch Changes
  • c120e07: - refactor(react-ui): pass full message to onThumbsUp and onThumbsDown handlers
  • 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
@​copilotkit/runtime-client-gql
1.9.0
Patch Changes
@​copilotkit/shared
1.9.0
@​copilotkit/react-core
1.9.0
Patch Changes
@​copilotkit/react-ui
1.9.0
Patch Changes
@​copilotkit/sdk-js
1.9.0
Patch Changes
@​copilotkit/react-textarea
1.9.0
Patch Changes
@​copilotkit/runtime
1.9.0
Minor Changes
  • 8408d58: - feat: create copilotkit agui langgraph agent
    • docs: replace remote endpoint with AGUI agent
Patch Changes
  • c120e07: - refactor(react-ui): pass full message to onThumbsUp and onThumbsDown handlers
  • 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
@​copilotkit/runtime-client-gql
1.9.0
Patch Changes
@​copilotkit/shared
1.9.0

v1.8.14

Compare Source

@​copilotkit/react-core
1.8.14
Patch Changes
@​copilotkit/react-ui
1.8.14
Patch Changes
@​copilotkit/sdk-js
1.8.14
Patch Changes
@​copilotkit/react-textarea
1.8.14
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 Git ↗︎

Name Status Preview Comments Updated (UTC)
example-textarea ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 17, 2025 5:19pm

@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.8 Update CopilotKit dependencies to v1.8.9 Apr 26, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e901216 to be24414 Compare May 6, 2025 22:52
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.9 Update CopilotKit dependencies to v1.8.10 May 6, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from be24414 to fd80c2e Compare May 8, 2025 22:06
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.10 Update CopilotKit dependencies to v1.8.11 May 8, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from fd80c2e to 4512b25 Compare May 15, 2025 23:26
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.11 Update CopilotKit dependencies to v1.8.12 May 15, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 4512b25 to a07216a Compare May 21, 2025 22:49
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.12 Update CopilotKit dependencies to v1.8.13 May 21, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from a07216a to 36ef7a2 Compare June 6, 2025 21:50
@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
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants