Skip to content
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

Update CopilotKit dependencies to v1.6.0 #11

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.6.0 age adoption passing confidence
@copilotkit/react-textarea 1.3.1 -> 1.6.0 age adoption passing confidence
@copilotkit/react-ui 1.3.1 -> 1.6.0 age adoption passing confidence
@copilotkit/runtime 1.3.1 -> 1.6.0 age adoption passing confidence
@copilotkit/shared 1.3.1 -> 1.6.0 age adoption passing confidence

Release Notes

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

v1.6.0

Compare Source

v1.6.0

Release Date: February 28, 2025

Features and Enhancements
  • Configurable LangGraph Execution: Introduced the ability to execute LangGraph with user-defined configurations, allowing for more flexible and tailored workflows.

  • Frontend-Only Action Restriction: Added support to restrict certain actions to the frontend, enhancing security and control over client-side operations.

  • New Hooks for Enhanced Functionality: Introduced useCopilotAdditionalInstructions hook and added an available property to useCopilotReadable for better state management and control.

Bug Fixes
  • Typed Interrupt Event Values: Provided the ability to type interrupt event values, improving type safety and developer experience.

  • Memoization in Internal Functions: Implemented memoization in useCoAgent internal functions to enhance performance and prevent unnecessary re-renders.

  • Simplified LangGraph Interrupt Conditions: Simplified condition options for LangGraph interrupts, making it more straightforward to define and manage interrupt conditions.

  • Dependency Updates: Updated dependencies across various packages, including adding class-validator to ensure proper validation mechanisms are in place.

Documentation
  • Input and Output Schema Documentation: Added comprehensive documentation detailing the input and output schemas of LangGraph, aiding developers in understanding and implementing custom configurations.

  • Hook API Reference: Documented the Hook API reference, providing clear guidelines and examples for utilizing the new and existing hooks effectively.

Contributors

v1.5.20

Compare Source

v1.5.20

Release Date: February 14, 2025

CoAgents v0.5 official Release 🚀
Enhanced Message Synchronization
  • The integration between LangGraph agent messages and CopilotKit messages has been streamlined to provide seamless, automatic synchronization. This eliminates the need for manual message handling and ensures perfect consistency across your application.
Automated Tool Call Management
  • Tool calls from LangGraph agents are now automatically emitted by default, simplifying the development workflow. If a frontend component isn't configured to handle specific tool calls, they will gracefully no-op without causing errors. This makes development more flexible and reduces boilerplate code.
Universal Tool Call Rendering
  • A new "catch-all" rendering system allows developers to define default generative UI rendering functions that handle any agent tool calls. This provides a safety net for undefined tool calls and ensures a consistent user experience across your application.
Improved Message History Functionality
  • Message history management has been simplified through the introduction of thread-based retrieval. By setting the threadId property on the component, developers can easily access and load complete message histories. This enables more sophisticated conversation management and persistent chat experiences.
Bug Fixes
  • Error Resolver Internal Usage: Resolved issues with the internal usage of the error resolver to ensure consistent error handling across the application.
    Contributors

@​mme

v1.5.19

Compare Source

v1.5.19

Release Date: February 13, 2025

Bug Fixes
  • Input Handling During Interrupts: Improved input handling to ensure inputs are properly disabled when an interrupt is active.

  • JavaScript Coagents Starter Documentation: Enhanced documentation for the JavaScript Coagents Starter, providing clearer setup and usage instructions.

  • Warning System for Coagent State and Action Duplication: Introduced a new warning system to detect and alert on coagent state render duplication and action duplication.

  • Error Handling System Enhancement: Improved the error handling system to allow non-CopilotKit errors to propagate correctly to consumer applications.

Contributors

v1.5.18

Compare Source

Changelog v1.5.18

Features and Enhancements

  • Added TypeScript guide for Node HITL implementation
  • Updated CoAgents Starter README.md to include the JS-SDK (#​1341)

Bug Fixes

  • Fixed concurrency issues (#​1350)
  • Improved version mismatch detection and alerts (#​1349)
    • Added warning when version mismatch is not expected to error out
    • Enhanced error messages with additional information
  • Used langgraph metadata to get node name (#​1352)
  • Fixed dependencies by updating copilotkit examples to v1.5.17 (#​1347)

Documentation

  • Added TypeScript guide for node-hitl (#​1354)
  • Fixed typo in emit message guide (#​1348)

Internal Changes

  • Added pycache to the codebase

Contributors

v1.5.17

Compare Source

@​copilotkit/react-core

1.5.17

Patch Changes

@​copilotkit/react-ui

1.5.17

Patch Changes

@​copilotkit/sdk-js

1.5.17

Patch Changes

@​copilotkit/react-textarea

1.5.17

Patch Changes

@​copilotkit/runtime

1.5.17

Patch Changes

@​copilotkit/runtime-client-gql

1.5.17

Patch Changes

@​copilotkit/shared

1.5.17

Patch Changes

@​copilotkit/react-core

1.5.17

Patch Changes

@​copilotkit/react-ui

1.5.17

Patch Changes

@​copilotkit/sdk-js

1.5.17

Patch Changes

@​copilotkit/react-textarea

1.5.17

Patch Changes

@​copilotkit/runtime

1.5.17

Patch Changes

@​copilotkit/runtime-client-gql

1.5.17

Patch Changes

@​copilotkit/shared

1.5.17

Patch Changes

v1.5.16

Compare Source

Changelog

Bug Fixes
  • Support for multiple value types in interrupt functionality (#​1329)
  • Resolution for sync/async call mixing in LangGraph agent (#​1331)
  • Langchain versions alignment across repository (#​1317)
  • Version mismatch detection and alerting system (#​1333)
  • Copilotkit examples maintenance (#​1315)
  • Copilotkit dependency bump to v0.1.37 (#​1340)
  • Toast notifications suppressed when disabled (#​1320)
Documentation
  • Documentation structure and content overhaul (#​1326)
  • Enhanced 404 page and typo corrections (#​1330)

v1.5.15

Compare Source

Features
  • Copilot Chat Suggestions: Added available prop (#​1278)
  • Agent State: Exposed agent state (#​1283)
  • Langgraph: New interrupt hook (#​1273)
  • Previews: Scale to zero with Knative (#​1312)
  • LG Interrupt: Support message-based interrupt with a convenience function
Bug Fixes
  • React UI: Updated production endpoint (#​1219)
  • Abort Errors: Allowed abort errors to propagate (#​1288)
  • Langsmith API: Permitted empty API key (#​1289)
  • Langgraph: Passed additional context (#​1292)
  • Express.js Docs: Corrected runtime handler (#​1297)
  • FastAPI: Fixed thread pool issue (#​1303)
  • Runtime Client GQL: Now calls controller.close() after suppressing aborts
  • Multi-Agent Flows: Prevented recursive issues
  • Coagents QA: Safely retrieves CPK actions
  • Langchain-OpenAI: Broadened version restrictions (#​1314)
Docs & Improvements
  • Quickstart: Updated with URL encoding tweaks (#​1277)
  • Cloud Features: Added cloud-only feature details (#​1276)
  • Performance: Prevented redundant API calls (#​1290)
  • Install: Updated install step (#​1322)

v1.5.14

Compare Source

Changelog
  1. docs: Polish + refinement of messages, fixed docs link in contributing.md
  2. feat: Enabled dev mode in cloud onboarding flow
  3. fix: Removed version pinning for SDK JS
  4. Warn that threadId must be UUID on LG platform
  5. Multiple README updates
Contributors

v1.5.13

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

v1.5.11

Compare Source

@​copilotkit/react-core

1.5.11

Patch Changes

@​copilotkit/react-ui

1.5.11

Patch Changes

@​copilotkit/sdk-js

1.5.11

Patch Changes

@​copilotkit/react-textarea

1.5.11

Patch Changes

@​copilotkit/runtime

1.5.11

Patch Changes

@​copilotkit/runtime-client-gql

1.5.11

Patch Changes

@​copilotkit/shared

1.5.11

@​copilotkit/react-core

1.5.11

Patch Changes

@​copilotkit/react-ui

1.5.11

Patch Changes

@​copilotkit/sdk-js

1.5.11

Patch Changes

@​copilotkit/react-textarea

1.5.11

Patch Changes

@​copilotkit/runtime

1.5.11

Patch Changes

@​copilotkit/runtime-client-gql

1.5.11

Patch Changes

@​copilotkit/shared

1.5.11

v1.5.10

Compare Source

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

v1.5.9

Compare Source

@​copilotkit/react-core
1.5.9
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.

@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 force-pushed the renovate/copilotkit-dependencies branch from 33c43fd to aaee57f Compare December 14, 2024 19:04
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from aaee57f to e13b111 Compare January 6, 2025 13:38
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.7 Update CopilotKit dependencies to v1.4.8 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e13b111 to ec5bfa1 Compare January 8, 2025 14:28
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.8 Update CopilotKit dependencies to v1.5.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from ec5bfa1 to 01e8069 Compare January 9, 2025 22:34
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.0 Update CopilotKit dependencies to v1.5.5 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 01e8069 to a841f13 Compare January 10, 2025 02:09
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.5 Update CopilotKit dependencies to v1.5.11 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from a841f13 to 8de6319 Compare January 21, 2025 08:35
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.11 Update CopilotKit dependencies to v1.5.12 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 8de6319 to 8606657 Compare January 21, 2025 21:23
@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 8606657 to 325440f Compare January 27, 2025 21:40
@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 325440f to 11d7049 Compare February 8, 2025 01:43
@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 11d7049 to 11a06cc Compare February 11, 2025 20:32
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.15 Update CopilotKit dependencies to v1.5.16 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 11a06cc to a004508 Compare February 12, 2025 02:02
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.16 Update CopilotKit dependencies to v1.5.17 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from a004508 to fa639e5 Compare February 12, 2025 23:43
@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 fa639e5 to 9751f59 Compare February 13, 2025 23:53
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.18 Update CopilotKit dependencies to v1.5.19 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 9751f59 to 60aa2d3 Compare February 14, 2025 18:23
@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 60aa2d3 to cfd664b Compare February 27, 2025 19:45
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.20 Update CopilotKit dependencies to v1.6.0 Feb 27, 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