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:
|
|
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 (
|
Update changelog for v0.0.154
Summary
Updates the CHANGELOG.md file to document the changes introduced in CLI version v0.0.154. The main change is the addition of project delete functionality in headless mode from PR #402, which allows users to specify project IDs as command-line arguments and use a --force flag to skip confirmation prompts.
Changes made:
Review & Testing Checklist for Human
git log v0.0.153..v0.0.154 --onelineto confirm)https://github.com/agentuity/cli/compare/v0.0.153...v0.0.154works and shows the expected changesDiagram
graph TD A[CHANGELOG.md]:::major-edit --> B[New v0.0.154 Section] A --> C[Version Comparison Links]:::minor-edit B --> D[Added Section] D --> E[Project delete in headless mode PR #402] C --> F[New v0.0.154 comparison link] C --> G[Existing version links unchanged]:::context 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