-
Notifications
You must be signed in to change notification settings - Fork 1
Update CLI changelog for v0.0.161 #246
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
Conversation
Co-Authored-By: unknown <>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
WalkthroughThe changelog for the Agentuity CLI was updated to document two new releases: version 0.0.161, which adds support for multiple deployment tags in the bundle command, and version 0.0.160, which introduces preview environment support. These entries were added at the top of the changelog file. Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 8ac285d | Commit Preview URL Branch Preview URL |
Jul 16 2025, 07:02 PM |
| **Changes:** | ||
| - **Added**: Support for multiple deployment tags in bundle command ([#422](https://github.com/agentuity/cli/pull/422)) | ||
|
|
||
| ## v0.0.159 |
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.
add the missing v0.0.160 release
Co-Authored-By: unknown <>
Update changelog for v0.0.161 and v0.0.160
Summary
This PR updates the CHANGELOG.md file to document changes in CLI versions v0.0.161 and v0.0.160. The original task was to add v0.0.161, but jhaynie's review comment revealed that v0.0.160 was also missing from the changelog.
Changes made:
The changes address the gap between v0.0.159 (which was already documented) and v0.0.161, ensuring the changelog is complete and up-to-date.
Review & Testing Checklist for Human
Recommended test plan:
Diagram
%%{ init : { "theme" : "default" }}%% graph TD cli_repo["agentuity/cli repository"] changelog["CHANGELOG.md"]:::major-edit v161_entry["## [v0.0.161] - 2025-07-16<br/>Support for multiple deployment tags"]:::major-edit v160_entry["## [v0.0.160] - 2025-07-15<br/>Support for preview environments"]:::major-edit v159_entry["## [v0.0.159] - 2025-07-15<br/>(existing entry)"]:::context pr422["PR #422<br/>(bundle tag support)"]:::context pr418["PR #418<br/>(preview environments)"]:::context cli_repo --> changelog changelog --> v161_entry changelog --> v160_entry changelog --> v159_entry v161_entry --> pr422 v160_entry --> pr418 subgraph Legend L1["Major Edit"]:::major-edit L2["Minor Edit"]:::minor-edit L3["Context/No Edit"]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#87CEEB classDef context fill:#FFFFFFNotes