-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
chore: Release v0.6.5 #1056
chore: Release v0.6.5 #1056
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to 41465d9 in 10 seconds
More details
- Looked at
245
lines of code in18
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. python/plugins/langgraph/setup.py:15
- Draft comment:
Typo in description: "LnagGraph" should be "LangGraph". - Reason this comment was not posted:
Confidence changes required:50%
The PR is primarily about updating version numbers across various files. However, there is a typo in the description of the LangGraph plugin setup file.
Workflow ID: wflow_TDzPNzmcvMKqJvSM
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
WalkthroughThis PR implements a version update across the Composio platform, moving from version 0.6.4 to 0.6.5. The update spans the core package, all plugins, and the Dockerfile, ensuring uniformity in versioning. This is a maintenance release with no new features or bug fixes. Changes
🔗 Related PRs
InstructionsEmoji Descriptions:
Interact with the Bot:
Execute a command using the format:
Available Commands:
Tips for Using @bot Effectively:
Need More Help?📚 Visit our documentation for detailed guides on using Entelligence.AI. |
@@ -9,7 +9,7 @@ | |||
|
|||
setup( | |||
name="composio_griptape", | |||
version="0.6.4", | |||
version="0.6.5", | |||
author="Sawradip", | |||
author_email="sawradip@composio.dev", | |||
description="Use Composio to get an array of tools with your Griptape wokflow.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in the description: "wokflow" should be "workflow"
@@ -9,7 +9,7 @@ | |||
|
|||
setup( | |||
name="composio_julep", | |||
version="0.6.4", | |||
version="0.6.5", | |||
author="Sawradip", | |||
author_email="sawradip@composio.dev", | |||
description="Use Composio to get an array of tools with your Julep wokflow.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same typo here: "wokflow" should be "workflow"
@@ -9,7 +9,7 @@ | |||
|
|||
setup( | |||
name="composio_langgraph", | |||
version="0.6.4", | |||
version="0.6.5", | |||
author="Sawradip", | |||
author_email="sawradip@composio.dev", | |||
description="Use Composio to get array of tools with LnagGraph Agent Workflows", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in description: "LnagGraph" should be "LangGraph"
Code Review SummaryThe version bump changes look good overall. All version numbers have been updated consistently across the codebase:
Found a few typos in plugin descriptions that should be fixed:
Other than these minor text issues, the version bump implementation is correct and follows the established patterns in the codebase. The changes are consistent with the semantic versioning system in place. Rating: ⭐⭐⭐⭐ (4/5) - Good implementation with minor text fixes needed |
🔍 Review Summary
Release Note: Version 0.6.5
Purpose:
Changes:
Impact:
Original Description
No existing description found