-
Notifications
You must be signed in to change notification settings - Fork 1
Update CLI changelog for v0.0.161 #242
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
Update CLI changelog for v0.0.161 #242
Conversation
- Add support for multiple deployment tags in bundle command (#422) 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:
|
|
Warning Rate limit exceeded@devin-ai-integration[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 42 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughA changelog document for the Agentuity CLI was introduced, documenting the release of version 0.0.161. The documentation metadata was updated to include the new changelog section. Additionally, the documentation configuration was simplified by removing code block theming and related plugin imports. Changes
Suggested reviewers
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 (
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
docs | 08df3b8 | Jul 16 2025, 06:38 PM |
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)
12-13: Insert a blank line and wrap the command name in back-ticks for cleaner Markdown renderingWithout a blank line after “Changes:” some renderers treat the bullet list as part of the preceding paragraph.
Placingbundleinside back-ticks highlights it as a command.**Changes:** -- Support for multiple deployment tags in bundle command [#422](https://github.com/agentuity/cli/pull/422) +- Support for multiple deployment tags in `bundle` command [#422](https://github.com/agentuity/cli/pull/422)
📜 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. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Workers Builds: docs
🔇 Additional comments (1)
content/Changelog/cli.mdx (1)
1-4: Front-matter looks good.YAML block is well-formed and should parse correctly in Docusaurus.
- Remove mdxOptions from defineDocs() call as it's not supported in this API - Remove unused imports (transformerTwoslash, rehypeCodeDefaultOptions) - Update package-lock.json with required dependency changes - Verified build works locally with npm run build Co-Authored-By: unknown <>
- Move content/Changelog/cli.mdx to content/docs/Changelog/cli.mdx - Add Changelog to main navigation in meta.json - This ensures the changelog is included in the Fumadocs collection and accessible through routing Co-Authored-By: unknown <>
- Add fumadocs-docgen@^1.3.7 back to dependencies - This dependency was present in the original package-lock.json but missing from package.json - May resolve 'Workers Builds: docs' CI failure as Workers environment might require this package - Local build still works successfully with this dependency restored Co-Authored-By: unknown <>
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.
update the existing CLI changelog and don't make any other changes. Make sure you pull main and merge cleanly before making any new PRs
PR description is being written. Please check back in a minute.
Devin Session: https://app.devin.ai/sessions/947601f4ecc54d26853bbbaa9ccdea34
Summary by CodeRabbit
Documentation
Chores