-
Notifications
You must be signed in to change notification settings - Fork 7
Update changelog for v0.0.164 #431
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 new top entry to CHANGELOG.md for v0.0.164 (2025-08-12) documenting two Added/Changed items; inserts compare anchor for v0.0.164. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ 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. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
🧹 Nitpick comments (1)
CHANGELOG.md (1)
10-15: Tighten wording, casing, and styling for consistency
- Wrap file names like setup.sh in backticks.
- Use “Docker” as a proper noun.
- Prefer concise, imperative phrasing consistent with prior entries.
Apply this edit:
-### Added -- Allow setup.sh in case we need to run some script in docker image ([#427](https://github.com/agentuity/cli/pull/427)) +### Added +- Allow using `setup.sh` to run a script inside the Docker image ([#427](https://github.com/agentuity/cli/pull/427)) -### Changed -- Add more debugging around new project to debug failure ([#430](https://github.com/agentuity/cli/pull/430)) -- Make it scroll with arrows as well ([#428](https://github.com/agentuity/cli/pull/428)) +### Changed +- Add additional debugging around the "New Project" flow to diagnose failures ([#430](https://github.com/agentuity/cli/pull/430)) +- Enable scrolling with arrow keys ([#428](https://github.com/agentuity/cli/pull/428))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
CHANGELOG.md(1 hunks)
⏰ 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)
- GitHub Check: Analyze (go)
🔇 Additional comments (1)
CHANGELOG.md (1)
8-16: Changelog entry added correctly at top; date and sections look goodThe new v0.0.164 entry is in the correct position, with appropriate "Added" and "Changed" subsections and valid PR links. Release date matches the PR description.
jhaynie
left a comment
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.
devin see comment and resolve
Co-Authored-By: unknown <>
Update changelog for v0.0.164
Summary
This PR updates the changelog documentation for Agentuity CLI version v0.0.164 in both the main CLI repository (
CHANGELOG.md) and the documentation repository (content/Changelog/cli.mdx).The changes document 3 commits made between v0.0.163 and v0.0.164:
The entries follow the established "Keep a Changelog" format in the CLI repo and the Callout-based format in the docs repo.
Review & Testing Checklist for Human
git log v0.0.163..v0.0.164to cross-check)Diagram
%%{ init : { "theme" : "default" }}%% graph TB CLI_REPO["agentuity/cli"] DOCS_REPO["agentuity/docs"] CLI_CHANGELOG["CHANGELOG.md"]:::major-edit DOCS_CHANGELOG["content/Changelog/cli.mdx"]:::major-edit V163["v0.0.163 (previous)"]:::context V164["v0.0.164 (current)"]:::context CLI_REPO --> CLI_CHANGELOG DOCS_REPO --> DOCS_CHANGELOG V163 -.->|git log changes| V164 V164 --> CLI_CHANGELOG V164 --> DOCS_CHANGELOG 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
Summary by CodeRabbit