Skip to content

Update CopilotKit dependencies to v1.9.3 #11

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: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Confidence
@copilotkit/react-core 1.3.1 -> 1.9.3 age confidence
@copilotkit/react-textarea 1.3.1 -> 1.9.3 age confidence
@copilotkit/react-ui 1.3.1 -> 1.9.3 age confidence
@copilotkit/runtime 1.3.1 -> 1.9.3 age confidence
@copilotkit/shared 1.3.1 -> 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.

Sorry, something went wrong.

@renovate renovate bot added the copilotkit label Oct 1, 2024
Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
presentation-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 10, 2024 3:58pm

@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 2236e21 to 15dd30b Compare October 9, 2024 18:56
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.2 Update CopilotKit dependencies to v1.3.3 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 15dd30b to daf6115 Compare October 10, 2024 15:56
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.3 Update CopilotKit dependencies to v1.3.4 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from daf6115 to 7898bbf Compare October 15, 2024 14:01
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.4 Update CopilotKit dependencies to v1.3.5 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 7898bbf to e5e73d1 Compare October 18, 2024 16:39
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.5 Update CopilotKit dependencies to v1.3.6 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e5e73d1 to 6f032e0 Compare October 30, 2024 20:13
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.6 Update CopilotKit dependencies to v1.3.7 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 6f032e0 to cc723a2 Compare November 1, 2024 22:42
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.7 Update CopilotKit dependencies to v1.3.8 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from cc723a2 to 00458f5 Compare November 2, 2024 07:17
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.8 Update CopilotKit dependencies to v1.3.9 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 00458f5 to 57b710c Compare November 3, 2024 00:31
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.9 Update CopilotKit dependencies to v1.3.10 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 57b710c to 78f7e5e Compare November 3, 2024 03:55
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.10 Update CopilotKit dependencies to v1.3.11 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 78f7e5e to cc5b384 Compare November 7, 2024 17:07
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.11 Update CopilotKit dependencies to v1.3.12 Nov 7, 2024
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.12 Update CopilotKit dependencies to v1.3.13 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch 2 times, most recently from fd93d5a to 51b8ed8 Compare November 13, 2024 17:41
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.13 Update CopilotKit dependencies to v1.3.15 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 51b8ed8 to da0264e Compare December 6, 2024 22:32
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.3 Update CopilotKit dependencies to v1.8.4 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from a4d464c to e111a70 Compare April 11, 2025 23:28
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.4 Update CopilotKit dependencies to v1.8.5 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e111a70 to 29b5b4a Compare April 16, 2025 23:21
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.5 Update CopilotKit dependencies to v1.8.6 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 29b5b4a to 2499d90 Compare April 22, 2025 23:44
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.6 Update CopilotKit dependencies to v1.8.7 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 2499d90 to fc2cd0e Compare April 25, 2025 19:49
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.7 Update CopilotKit dependencies to v1.8.8 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from fc2cd0e to fc64ca7 Compare April 25, 2025 23:32
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.8 Update CopilotKit dependencies to v1.8.9 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from fc64ca7 to 2457e5f Compare May 6, 2025 23:16
@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 2457e5f to 750858c Compare May 8, 2025 19:36
@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 750858c to dab1912 Compare May 15, 2025 23:46
@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 dab1912 to d637eba 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 d637eba to 38dbab7 Compare June 6, 2025 00:21
@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 38dbab7 to 72cbe42 Compare June 15, 2025 08:15
@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 72cbe42 to 11e65a8 Compare June 18, 2025 03:13
@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 11e65a8 to 9a02b1f Compare July 14, 2025 21:52
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.9.1 Update CopilotKit dependencies to v1.9.2 Jul 14, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 9a02b1f to b5822d5 Compare July 17, 2025 18:58
@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.

None yet

0 participants