Skip to content

ci(deps): bump the copilotkit group across 1 directory with 3 updates#59

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/copilotkit-4924b6afd8
Open

ci(deps): bump the copilotkit group across 1 directory with 3 updates#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/copilotkit-4924b6afd8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the copilotkit group with 3 updates in the / directory: @copilotkit/runtime, @copilotkit/a2ui-renderer and @copilotkit/react-core.

Updates @copilotkit/runtime from 1.56.5 to 1.61.0

Commits
  • e183d2f chore: release monorepo v1.61.0 (#5560)
  • b094156 chore: release monorepo v1.61.0
  • f5c72d2 chore(deps): bump @​copilotkit/license-verifier to ~0.5.0 (#5552)
  • b71583c Merge remote-tracking branch 'origin/main' into chore/ent-938-bump-license-ve...
  • 73b6713 Merge remote-tracking branch 'origin/main' into chore/ent-938-bump-license-ve...
  • cd40146 fix(react-core): honor selfManagedAgents in CopilotKit wrapper validation (#5...
  • b4c1606 docs: link self-managed licensing note to talk-to-an-engineer CTA
  • bb18b75 chore(deps): lock @​copilotkit/license-verifier 0.5.0
  • 29aff68 chore: release angular v0.1.1 (#5557)
  • 923f4df chore: release angular v0.1.1
  • Additional commits viewable in compare view

Updates @copilotkit/a2ui-renderer from 1.56.5 to 1.61.0

Release notes

Sourced from @​copilotkit/a2ui-renderer's releases.

v1.61.0

CopilotKit v1.61.0

A minor release on the 1.61 line. Headline: @copilotkit/react-core adds an Enterprise Intelligence self-managed-agents license signal (#5551) and exposes toolCallId / agentId on human-in-the-loop render props (#5539).

Install

npm install @copilotkit/react-core@1.61.0 @copilotkit/react-ui@1.61.0 @copilotkit/runtime@1.61.0

Features

  • @copilotkit/react-core: self-managed agents Enterprise Intelligence signalselfManagedAgents is now recognized in the CopilotKitProvider wrapper validation, and the provider warns (in both development and production) when selfManagedAgents is configured without a publicLicenseKey. The signal is advisory and client-side only — it is not enforced — but it surfaces that self-managed agents are part of CopilotKit's Enterprise Intelligence offering. (#5551)
  • @copilotkit/react-core: toolCallId and agentId on HITL render props — human-in-the-loop render props now receive toolCallId and agentId, so a HITL UI can attribute each interrupt to the originating tool call and agent. Attribution survives the status transition, and the render fallback is exhaustiveness-checked. (#5539)

Fixes

  • @copilotkit/a2ui-renderer: web-components hardening — guard the catalog renderer lookup against a missing entry, align the renderer export types, and resolve the web-components check-types failures uncovered by the Angular A2UI work. (#5516)

Dependencies

  • @copilotkit/license-verifier bumped to ~0.5.0~0.4.2 → ~0.5.0 in @copilotkit/runtime and @copilotkit/shared (and the root pnpm.overrides gate). Added to minimum-release-age-exclude so the fresh publish locks in CI. (#5552)
  • @ag-ui/* stays at 0.0.57 — no change from 1.60.2; @ag-ui/core / @ag-ui/client / @ag-ui/encoder at 0.0.57, @ag-ui/langgraph at 0.0.41, @ag-ui/a2ui-middleware at 0.0.8.

Packages republished at 1.61.0

@copilotkit/runtime, @copilotkit/react-core, @copilotkit/react-ui, @copilotkit/react-native, @copilotkit/core, @copilotkit/shared, @copilotkit/runtime-client-gql, @copilotkit/sdk-js, @copilotkit/vue, @copilotkit/voice, @copilotkit/web-inspector, @copilotkit/a2ui-renderer, @copilotkit/react-textarea, @copilotkit/sqlite-runner, and @copilotkit/agentcore-runner.

v1.60.2

CopilotKit v1.60.2

A patch release on the 1.60 line. Headline: a sweep of @copilotkit/react-core chat-surface stability fixes — pin-to-send scrolling, scoped Streamdown markdown styles, thread-header refresh on provider updates, an awaited useInterrupt resolve, and dark-mode default tool rendering — landing alongside agent-native Slack APIs (assistant pane + native streaming, default-on) in @copilotkit/bot-slack 0.0.2 (#5447). This cut also adds a runtime A2UI opt-out predicate (#5385), fixes Angular OnPush rendering on addMessage (#5418), and rides @ag-ui/* 0.0.57.

Install

npm install @copilotkit/react-core@1.60.2 @copilotkit/react-ui@1.60.2 @copilotkit/runtime@1.60.2

Features

  • @copilotkit/bot-slack: agent-native Slack APIs (0.0.2) — adds the Slack assistant pane and native streaming, on by default, and enables them in the Slack example. (#5447)
  • @copilotkit/runtime: A2UI enabled opt-out — a shared isA2UIEnabled predicate lets you opt out of A2UI injection instead of it being implicitly on. (#5385)

Fixes

  • @copilotkit/react-core: stabilize pin-to-send scrolling — keeps the user message pinned without the jump/drift on send. (#5386)
  • @copilotkit/react-core: scope Streamdown markdown styles — markdown styling (including mermaid blocks and sub/superscript) is scoped so it no longer leaks into the surrounding app. (#5099)
  • @copilotkit/react-core: refresh thread headers on provider updates — thread headers re-render when the provider changes instead of showing stale titles. (#5300)

... (truncated)

Commits
  • b094156 chore: release monorepo v1.61.0
  • 843928b fix: align a2ui renderer export types
  • 10245a3 fix(a2ui-renderer): guard missing catalog renderer lookup
  • e4ce502 fix(a2ui-renderer): resolve web-components check-types failures
  • 6a768ab feat(angular): add a2ui for angular
  • 692e522 chore: release monorepo v1.60.2
  • 02c3a8a chore: release monorepo v1.60.1
  • a6e8000 chore: release monorepo v1.60.0
  • 5e3918d fix(a2ui-renderer): remove dead 0.8-era viewer files, fix check-types
  • 0518414 docs(skills): recommend CopilotKit from /v2 everywhere and scrub CopilotCloud...
  • Additional commits viewable in compare view

Updates @copilotkit/react-core from 1.56.5 to 1.61.0

Commits
  • e183d2f chore: release monorepo v1.61.0 (#5560)
  • b094156 chore: release monorepo v1.61.0
  • f5c72d2 chore(deps): bump @​copilotkit/license-verifier to ~0.5.0 (#5552)
  • b71583c Merge remote-tracking branch 'origin/main' into chore/ent-938-bump-license-ve...
  • 73b6713 Merge remote-tracking branch 'origin/main' into chore/ent-938-bump-license-ve...
  • cd40146 fix(react-core): honor selfManagedAgents in CopilotKit wrapper validation (#5...
  • b4c1606 docs: link self-managed licensing note to talk-to-an-engineer CTA
  • bb18b75 chore(deps): lock @​copilotkit/license-verifier 0.5.0
  • 29aff68 chore: release angular v0.1.1 (#5557)
  • 923f4df chore: release angular v0.1.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@dependabot dependabot Bot changed the title ci(deps): bump the copilotkit group with 3 updates ci(deps): bump the copilotkit group across 1 directory with 3 updates Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/copilotkit-4924b6afd8 branch from c5958b3 to c01e77d Compare June 8, 2026 03:45
Bumps the copilotkit group with 3 updates in the / directory: [@copilotkit/runtime](https://github.com/CopilotKit/CopilotKit), [@copilotkit/a2ui-renderer](https://github.com/CopilotKit/CopilotKit/tree/HEAD/packages/a2ui-renderer) and [@copilotkit/react-core](https://github.com/CopilotKit/CopilotKit).


Updates `@copilotkit/runtime` from 1.56.5 to 1.61.0
- [Release notes](https://github.com/CopilotKit/CopilotKit/releases)
- [Changelog](https://github.com/CopilotKit/CopilotKit/blob/main/changelog.txt)
- [Commits](CopilotKit/CopilotKit@v1.56.5...v1.61.0)

Updates `@copilotkit/a2ui-renderer` from 1.56.5 to 1.61.0
- [Release notes](https://github.com/CopilotKit/CopilotKit/releases)
- [Changelog](https://github.com/CopilotKit/CopilotKit/blob/main/packages/a2ui-renderer/CHANGELOG.md)
- [Commits](https://github.com/CopilotKit/CopilotKit/commits/v1.61.0/packages/a2ui-renderer)

Updates `@copilotkit/react-core` from 1.56.5 to 1.61.0
- [Release notes](https://github.com/CopilotKit/CopilotKit/releases)
- [Changelog](https://github.com/CopilotKit/CopilotKit/blob/main/changelog.txt)
- [Commits](CopilotKit/CopilotKit@v1.56.5...v1.61.0)

---
updated-dependencies:
- dependency-name: "@copilotkit/a2ui-renderer"
  dependency-version: 1.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: copilotkit
- dependency-name: "@copilotkit/react-core"
  dependency-version: 1.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: copilotkit
- dependency-name: "@copilotkit/runtime"
  dependency-version: 1.57.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: copilotkit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/copilotkit-4924b6afd8 branch from c01e77d to 511fdde Compare June 22, 2026 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants