-
Notifications
You must be signed in to change notification settings - Fork 1
Update changelog for v0.0.154 #207
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.154 #207
Conversation
- Add project delete in headless mode with support for specifying project IDs as arguments and --force flag 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:
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 7e4ae08 | Commit Preview URL | Jun 26 2025, 03:38 PM |
|
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 (
|
| **Changes:** | ||
| - **Added**: Add project delete in headless mode with support for specifying project IDs as arguments and --force flag ([#402](https://github.com/agentuity/cli/pull/402)) | ||
|
|
||
| ## v0.0.152 |
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 version
Update changelog for v0.0.154
Summary
This PR updates the changelog documentation to include entries for CLI versions v0.0.154 and v0.0.153 (which was initially missing). The changes document the addition of project delete functionality in headless mode from v0.0.154 and the .env.development file requirement from v0.0.153. Both entries follow the established MDX format with Callout components and maintain proper chronological ordering.
Changes made:
Review & Testing Checklist for Human
Diagram
graph TD subgraph "agentuity/docs" A[content/Changelog/cli.mdx]:::major-edit end B[v0.0.154 - Project Delete Feature]:::context C[v0.0.153 - .env.development File]:::context D[PR #402 - Headless Delete]:::context E[PR #400 - Dev Environment]:::context B --> A C --> A D --> B E --> C 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