-
Notifications
You must be signed in to change notification settings - Fork 1
Update docs changelog for CLI v0.0.156 #221
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:
|
WalkthroughA new entry for version 0.0.156, dated July 3, 2025, was added to the CLI changelog. This entry documents three updates: new deployment options, a fix for git repository initialization within existing repos, and a correction to ensure comparisons use original rather than masked data. Changes
Poem
✨ 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 (
|
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: 0
🧹 Nitpick comments (1)
content/Changelog/cli.mdx (1)
17-19: Align bullet phrasing with existing styleFor consistency across the changelog:
- The “Added” entry already implies the context, so “Deployment:” can be dropped.
- “BUG FIX” is redundant after the Fixed label and breaks sentence flow.
Suggested tweak:
- - **Added**: Deployment: add new deployment options ([#410](https://github.com/agentuity/cli/pull/410)) + - **Added**: Add new deployment options ([#410](https://github.com/agentuity/cli/pull/410)) - - **Fixed**: BUG FIX compare with original, not masked ([#409](https://github.com/agentuity/cli/pull/409)) + - **Fixed**: Compare with original data instead of masked data ([#409](https://github.com/agentuity/cli/pull/409))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
content/Changelog/cli.mdx(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Workers Builds: docs
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 80ce9ec | Commit Preview URL | Jul 03 2025, 07:25 PM |
Update changelog for CLI v0.0.156
Summary
Added changelog entries for CLI v0.0.156 in both the main CLI repository (
CHANGELOG.md) and the documentation repository (content/Changelog/cli.mdx). The changes include:The changes are based on the git log between v0.0.155 and v0.0.156, which showed 4 commits including 3 merged PRs:
Review & Testing Checklist for Human
Diagram
%%{ init : { "theme" : "default" }}%% graph TD CLI_CHANGELOG["repos/cli/CHANGELOG.md"]:::major-edit DOCS_CHANGELOG["repos/docs/content/Changelog/cli.mdx"]:::major-edit CLI_CHANGELOG --> |"Added v0.0.156 section<br/>Added version comparison link"| CLI_CHANGELOG DOCS_CHANGELOG --> |"Added v0.0.156 section<br/>with Callout component"| 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