Skip to content

Update CopilotKit dependencies to v1.9.3 #13

New issue

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

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

Already on GitHub? Sign in 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 Feb 13, 2025

This PR contains the following updates:

Package Change Age Confidence
@copilotkit/react-core 1.8.12-next.4 -> 1.9.3 age confidence
@copilotkit/react-ui 1.8.12-next.4 -> 1.9.3 age confidence
@copilotkit/runtime 1.8.12-next.4 -> 1.9.3 age confidence
@copilotkit/runtime-client-gql 1.8.12-next.4 -> 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 [email protected]

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

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

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

  • 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

@​copilotkit/runtime

1.8.14

Patch Changes
  • ddd4165: - fix(runtime): filter empty AIMessages in GoogleGenerativeAIAdapter
    • fix(ru

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 Git ↗︎

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

@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 force-pushed the renovate/copilotkit-dependencies branch from cb132f4 to ebe4b91 Compare May 13, 2025 02:46
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from ebe4b91 to c7d1717 Compare May 13, 2025 14:22
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.11 Update CopilotKit dependencies May 13, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from c7d1717 to dedcfa3 Compare May 14, 2025 07:59
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from dedcfa3 to a7fad4b Compare May 16, 2025 01:47
@renovate renovate bot changed the title Update CopilotKit dependencies Update CopilotKit dependencies to v1.8.12 May 16, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from a7fad4b to ffd3b64 Compare May 21, 2025 20:59
@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 ffd3b64 to ae2d40d Compare June 6, 2025 21:47
@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 ae2d40d to 42410a6 Compare June 13, 2025 18:25
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.14 Update CopilotKit dependencies to v1.9.0 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 42410a6 to dba7d71 Compare June 18, 2025 02:03
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.9.0 Update CopilotKit dependencies to v1.9.1 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from dba7d71 to 2435501 Compare July 14, 2025 18:59
@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
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