Skip to content

Update CopilotKit dependencies to v1.8.13 #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 Adoption Passing Confidence
@copilotkit/react-core 1.3.1 -> 1.8.13 age adoption passing confidence
@copilotkit/react-textarea 1.3.1 -> 1.8.13 age adoption passing confidence
@copilotkit/react-ui 1.3.1 -> 1.8.13 age adoption passing confidence
@copilotkit/runtime 1.3.1 -> 1.8.13 age adoption passing confidence
@copilotkit/shared 1.3.1 -> 1.8.13 age adoption passing confidence

Release Notes

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

v1.8.13

Compare Source

🆕 CopilotKit v1.8.13 — Changelog

✨ Features
  • Feature Viewer (no chat mode) introduced — improves the viewer UX without default chat panel (#​1819, #​1824)
  • Custom Markdown in Assistant Messages now supported (#​1726)
  • Suggestion List Replacement added — users can now dynamically update suggestion lists (#​1846)
🧪 Developer Experience
  • Updated @copilotkit/sdk to latest in Demo Viewer (#​1821)
  • CrewAI HITL docs updated to reflect new flow (#​1837)
  • Added CrewAI Overview Page and multiple flow/agent doc refinements (#​1830–1835, #​1831#​1834)
🎨 Docs & UI Polish
  • Improved styling, messaging, and clarity across several docs pages (#​1835)
  • Banner and Cloud Sign-In button added to landing pages (#​1844)
  • Docs now include updated Mastra tool-based usage (#fix)
🛠 Fixes & Internal

v1.8.12

Compare Source

🔖 CopilotKit v1.8.12 – Release Notes

✨ Features
  • Keep system role for OpenAI adapters – Gives developers more control over agent identity in conversation flows.
  • New AG2 & Mastra demos – Introduced feature viewers and starter templates for both AG2 and Mastra-powered agents.
  • MongoDB + Pinecone examples – Added vector search demo integrations for fast prototyping.
  • Updated CoAgent Starter UI – Visual refresh to better showcase CoAgent capabilities.
🛠 Fixes & Enhancements
  • HITL (Human-in-the-loop): Fixed critical issues in approval and control handoff flows.
  • Chat UI: Adjusted padding, input layout, and improved full-height display handling.
  • Tool result deduplication: Now using allowlist-based prevention of duplicate tool responses.
  • Landing page & docs: Added AG2 card, Mastra docs, and fixed tunneling-related Windows edge case.
🧹 Chores & Infra
  • Renamed agentwireag-ui for internal clarity.
  • Dropped SSE support as part of AG-UI refactor.
  • Version bumps for Python SDK (to 0.1.46), CrewAI (to 0.118.0), and dependencies across the board.
  • Multiple post-release bumps to maintain semver hygiene.

v1.8.11

Compare Source

@​copilotkit/react-core

1.8.11

Patch Changes

@​copilotkit/react-ui

1.8.11

Patch Changes

@​copilotkit/sdk-js

1.8.11

Patch Changes

@​copilotkit/react-textarea

1.8.11

Patch Changes

@​copilotkit/runtime

1.8.11

Patch Changes

@​copilotkit/runtime-client-gql

1.8.11

Patch Changes

@​copilotkit/shared

1.8.11

@​copilotkit/react-core

1.8.11

Patch Changes

@​copilotkit/react-ui

1.8.11

Patch Changes

@​copilotkit/sdk-js

1.8.11

Patch Changes

@​copilotkit/react-textarea

1.8.11

Patch Changes

@​copilotkit/runtime

1.8.11

Patch Changes

@​copilotkit/runtime-client-gql

1.8.11

Patch Changes

@​copilotkit/shared

1.8.11

v1.8.10

Compare Source

@​copilotkit/react-core

1.8.10

Patch Changes

@​copilotkit/react-ui

1.8.10

Patch Changes

@​copilotkit/sdk-js

1.8.10

Patch Changes

@​copilotkit/react-textarea

1.8.10

Patch Changes

@​copilotkit/runtime

1.8.10

Patch Changes

@​copilotkit/runtime-client-gql

1.8.10

Patch Changes

@​copilotkit/shared

1.8.10

@​copilotkit/react-core

1.8.10

Patch Changes

@​copilotkit/react-ui

1.8.10

Patch Changes

@​copilotkit/sdk-js

1.8.10

Patch Changes

@​copilotkit/react-textarea

1.8.10

Patch Changes

@​copilotkit/runtime

1.8.10

Patch Changes

@​copilotkit/runtime-client-gql

1.8.10

Patch Changes

@​copilotkit/shared

1.8.10

v1.8.9

Compare Source

@​copilotkit/react-core

1.8.9

Patch Changes

@​copilotkit/react-ui

1.8.9

Patch Changes

@​copilotkit/sdk-js

1.8.9

Patch Changes

@​copilotkit/react-textarea

1.8.9

Patch Changes

@​copilotkit/runtime

1.8.9

Patch Changes

@​copilotkit/runtime-client-gql

1.8.9

Patch Changes

@​copilotkit/shared

1.8.9

@​copilotkit/react-core

1.8.9

Patch Changes

@​copilotkit/react-ui

1.8.9

Patch Changes

@​copilotkit/sdk-js

1.8.9

Patch Changes

@​copilotkit/react-textarea

1.8.9

Patch Changes

@​copilotkit/runtime

1.8.9

Patch Changes

@​copilotkit/runtime-client-gql

1.8.9

Patch Changes

@​copilotkit/shared

1.8.9

v1.8.8

Compare Source

CopilotKit Changelog - v1.8.8

Features

  • Added standard starter for no agent frameworks (#​1715)

Bug Fixes

  • Fixed MCP tool parameter extraction to handle full tool objects (#​1716, #​1718)
  • Fixed parse MCP tool params bug (#​1716)

Refactors

  • Renamed mcpEndpoints to mcpServers for naming consistency
    • Applied consistently across the codebase
    • Affects API signatures in multiple components and interfaces
    • Updated CopilotKitProps, CopilotApiConfig, and CopilotRuntimeConstructorParams interfaces
    • Added new interface MCPServerConfig with endpoint and optional apiKey properties
    • Updated useCopilotChat return interface to expose mcpServers and setMcpServers methods
    • Added backward compatibility for properties.mcpEndpoints
    • Enhanced handling of MCP server configurations with improved deduplication logic
    • Added more robust state management for MCP server configurations
    • Implemented priority ordering where request-specific endpoints override base endpoints
    • Updated reference documentation in MDX files to reflect the new property names

Other Changes

v1.8.7

Compare Source

Changelog

1.8.7 (April 22, 2025)

Features 🚀
Bug Fixes 🐛
Dependencies 📦
  • Updated dependency copilotkit to v0.1.44 (#​1684)
  • Updated copilotkit examples to v1.8.6 (#​1687)
Documentation 📚
Development Workflow 🛠️

v1.8.6

Compare Source

@​copilotkit/react-core

1.8.6

Patch Changes

@​copilotkit/react-ui

1.8.6

Patch Changes

@​copilotkit/sdk-js

1.8.6

Patch Changes
  • 7a04bd1: - fix: fix how results are communicated back on interrupt

@​copilotkit/react-textarea

1.8.6

Patch Changes

@​copilotkit/runtime

1.8.6

Patch Changes
  • 7a04bd1: - fix: fix how results are communicated back on interrupt

@​copilotkit/runtime-client-gql

1.8.6

Patch Changes

@​copilotkit/shared

1.8.6

@​copilotkit/react-core

1.8.6

Patch Changes

@​copilotkit/react-ui

1.8.6

Patch Changes

@​copilotkit/sdk-js

1.8.6

Patch Changes
  • 7a04bd1: - fix: fix how results are communicated back on interrupt

@​copilotkit/react-textarea

1.8.6

Patch Changes

@​copilotkit/runtime

1.8.6

Patch Changes
  • 7a04bd1: - fix: fix how results are communicated back on interrupt

@​copilotkit/runtime-client-gql

1.8.6

Patch Changes

@​copilotkit/shared

1.8.6

v1.8.5

Compare Source

Features
  • Add Model Context Protocol (MCP) support (#​1625)
  • Add powered-by-copilotkit watermark (#​1626)
  • Add new generic langgraph block in the registry (#​1636)
  • Make generic langgraph more agnostic between copilotcloud and standard langgraph (#​1658)
Bug Fixes
  • Fix duplicate messages on regenerate (#​1613)
  • Fix for every component that has default, make prop optional (#​1605)
  • Handle langgraph client specific errors when running lgc stream (#​1653)
  • Improve message streaming gotcha guide (#​1657)
Documentation
  • Overhaul landing page (#​1623)
  • Remove old event (#​1624)
  • Add troubleshooting section for streamed messages disappearing (#​1640)
  • Explain removal of watermark in docs (#​1641)
  • Add section for font customization (#​1647)
  • Update loading-message-history.mdx (#​1661)
  • Add static llms.txt file (#​1658)
  • Add rename llms.txt => llms-full.txt and summarize llms.txt (#​1659)
Other Changes
  • Document conditionals and handler for interrupt (#​1614)
  • Fix documentation for tool based predictive state updates (#​1632)
  • Fix node interrupt doc setup code (#​1633)
  • Fix step glitch in predictive state doc (#​1637)
  • Add callout in router mode doc to exit agent workflow (#​1635)
  • Add state to main step for interrupt doc (#​1634)
  • Add new RB2B ID to docs site (#​1651)
  • Update wfcms for our examples (#​1650)
  • Fix the code snippet (#​1653)
  • Exit case fixes (#​1654)
  • Use 1.8.4 official release in demo viewer (#​1665)
  • Exit out of pre (#​1666)
  • Refactor demo-viewer: normal NextJS pages and update generation (#​1610)
  • Update README.md
  • Bump sdk-python version (#​1660)
  • Add external package (#​1663)

v1.8.4

Compare Source

@​copilotkit/react-core

1.8.4

Patch Changes

@​copilotkit/react-ui

1.8.4

Patch Changes

@​copilotkit/sdk-js

1.8.4

Patch Changes

@​copilotkit/react-textarea

1.8.4

Patch Changes

@​copilotkit/runtime

1.8.4

Patch Changes

@​copilotkit/runtime-client-gql

1.8.4

Patch Changes

@​copilotkit/shared

1.8.4

Patch Changes
  • f363760: - fix: when unable to find specified agent, show what's available

@​copilotkit/react-core

1.8.4

Patch Changes

@​copilotkit/react-ui

1.8.4

Patch Changes

@​copilotkit/sdk-js

1.8.4

Patch Changes

@​copilotkit/react-textarea

1.8.4

Patch Changes

@​copilotkit/runtime

1.8.4

Patch Changes

@​copilotkit/runtime-client-gql

1.8.4

Patch Changes

@​copilotkit/shared

1.8.4

Patch Changes
  • f363760: - fix: when unable to find specified agent, show what's available

v1.8.3

Compare Source

@​copilotkit/react-core

1.8.3

Patch Changes

@​copilotkit/react-ui

1.8.3

Patch Changes

@​copilotkit/sdk-js

1.8.3

Patch Changes

@​copilotkit/react-textarea

1.8.3

Patch Changes

@​copilotkit/runtime

1.8.3

Patch Changes

@​copilotkit/runtime-client-gql

1.8.3

Patch Changes

@​copilotkit/shared

1.8.3

@​copilotkit/react-core

1.8.3

Patch Changes

@​copilotkit/react-ui

1.8.3

Patch Changes

@​copilotkit/sdk-js

1.8.3

Patch Changes

@​copilotkit/react-textarea

1.8.3

Patch Changes

@​copilotkit/runtime

1.8.3

Patch Changes

@​copilotkit/runtime-client-gql

1.8.3

Patch Changes

@​copilotkit/shared

1.8.3

v1.8.2

Compare Source

What's Changed

✨ Features

🐛 Fixes

📖 Documentation

New Contributors

Full Changelog: CopilotKit/CopilotKit@v1.8.1...v1.8.2

v1.8.1

Compare Source

What changed

  • fix (react-core): Updated agentSession when agent props changed (#​1497)
  • fix: Set text area within the input box to transparent background (#​1550)

v1.8.0

Compare Source

✨ Features
  • Chat interface redesign (#​1419)
  • Added shadcn component registry for CopilotKit (#​1506)
Improvements
  • 📚 Demo section redesigned to list by categories (#​1440)
  • 🔧 Added MDX capabilities to demo viewer (#​1508)
  • ✅ Added DefaultResponseRenderer and DefaultStateRenderers (#​1509)
  • 🚀 Added CrewAI UI components documentation (#​1513)
  • 🔄 Added support for conditionals in LG interrupt hook (#​1494)
🐛 Fixes

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 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.7.0 Update CopilotKit dependencies to v1.7.1 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 9371391 to 865b829 Compare March 25, 2025 23:09
@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 865b829 to 4312a6c Compare March 26, 2025 01:35
@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 4312a6c to 295b2ec Compare March 26, 2025 22:19
@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 295b2ec to 8e4153c Compare March 27, 2025 20:23
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.8.2 Update CopilotKit dependencies to v1.8.3 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 8e4153c to a4d464c Compare March 28, 2025 23:13
@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
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