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 #13

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 Adoption Passing Confidence
@copilotkit/react-core 1.5.18 -> 1.6.0 age adoption passing confidence
@copilotkit/react-ui 1.5.18 -> 1.6.0 age adoption passing confidence
@copilotkit/runtime-client-gql 1.5.18 -> 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

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 Feb 27, 2025 7:53pm

@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
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