-
Notifications
You must be signed in to change notification settings - Fork 7
docs: update changelog for v0.0.169 #457
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:
|
WalkthroughAdds a v0.0.169 entry to CHANGELOG.md (2025-10-02) with two "Added" items — prompt eval changes and a CLI config feature flag — and inserts compare link references for v0.0.169 (v0.0.168...v0.0.169) and for v0.0.168. Changes
Sequence Diagram(s)No sequence diagrams required. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ 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)
Comment |
CHANGELOG.md
Outdated
| - Added project import checks for new agent creation | ||
|
|
||
| [v0.0.169]: https://github.com/agentuity/cli/compare/v0.0.168...v0.0.169 | ||
|
|
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 missing release
Co-Authored-By: unknown <>
CHANGELOG.md
Outdated
| [v0.0.165]: https://github.com/agentuity/cli/compare/v0.0.164...v0.0.165 | ||
| [v0.0.164]: https://github.com/agentuity/cli/compare/v0.0.163...v0.0.164 | ||
| [v0.0.163]: https://github.com/agentuity/cli/compare/v0.0.162...v0.0.163 | ||
| [v0.0.168]: https://github.com/agentuity/cli/compare/v0.0.167...v0.0.168 |
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.
move this line up just after the v0.0.169 release
Co-Authored-By: unknown <>
CHANGELOG.md
Outdated
|
|
||
| [v0.0.169]: https://github.com/agentuity/cli/compare/v0.0.168...v0.0.169 | ||
| [v0.0.168]: https://github.com/agentuity/cli/compare/v0.0.167...v0.0.168 | ||
|
|
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.
remove the empty line
Co-Authored-By: unknown <>
docs: update changelog for v0.0.169
Summary
Updates the CLI CHANGELOG.md file to document two releases that were missing from the changelog:
Both entries follow the Keep a Changelog format with "Added" categorization and include version comparison links at the bottom of the file. The v0.0.168 entry was added after a GitHub review comment identified it was missing from the original changelog update.
Review & Testing Checklist for Human
git show v0.0.169andgit show v0.0.168Notes
Link to Devin run: https://app.devin.ai/sessions/0f649a731d714cc396d1b7ed73698baa
Requested by: User via changelog update task
Summary by CodeRabbit
New Features
Documentation