-
Notifications
You must be signed in to change notification settings - Fork 1
Update changelog for v0.0.153 #206
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 changelog for v0.0.153 #206
Conversation
Co-Authored-By: unknown <>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community 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 | 7a7abb8 | Commit Preview URL | Jun 30 2025, 09:33 PM |
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.
please add missing releases
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.
merge with main and resolve conflicts
| **Changes:** | ||
| - **Changed**: When running dev mode, make sure we have a .env.development file ([#400](https://github.com/agentuity/cli/pull/400)) | ||
|
|
||
| ## v0.0.149 |
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 versions
- Added v0.0.152 with project directory protection and hot reload fixes - Added v0.0.151 with docker hostname compatibility and deploy status improvements - Added v0.0.150 with groq patch module and JSONC parsing fixes - Maintains chronological order with proper formatting and PR links Co-Authored-By: jhaynie@agentuity.com <jhaynie@gmail.com>
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.
merge with main and resolve conflicts
- Main branch already contains all the releases I added (v0.0.150, v0.0.151, v0.0.152) - Plus newer releases v0.0.154 and v0.0.155 that were added after my original PR - Accepting the complete and up-to-date changelog from main branch Co-Authored-By: jhaynie@agentuity.com <jhaynie@gmail.com>
Add missing CLI releases v0.0.150, v0.0.151, v0.0.152 to changelog
Summary
This PR addresses the comment in PR #206 to add the missing CLI release versions between v0.0.149 and v0.0.153. I identified that three CLI releases were missing from the documentation changelog and added them with their complete release details:
The information was extracted from the official CLI repository changelog and formatted to match the existing documentation changelog structure with Callout components and proper categorization.
Review & Testing Checklist for Human
/Changelog/clion the deployed preview to confirm the new entries render correctly with proper formatting and Callout componentsRecommended test plan: Deploy the preview, navigate to the CLI changelog page, scroll through the newly added versions, and spot-check a few PR links to ensure everything displays and functions correctly.
Diagram
%%{ init : { "theme" : "default" }}%% graph TD A["content/Changelog/cli.mdx"]:::major-edit --> B["v0.0.153 (existing)"]:::context A --> C["v0.0.152 (added)"]:::major-edit A --> D["v0.0.151 (added)"]:::major-edit A --> E["v0.0.150 (added)"]:::major-edit A --> F["v0.0.149 (existing)"]:::context G["CLI repo CHANGELOG.md"]:::context --> H["Source for release details"]:::context G --> C G --> D G --> E 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