-
Notifications
You must be signed in to change notification settings - Fork 1
Update CLI changelog for v0.0.167 #297
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
- Added: [AGENT-684] Check if zsh is installed before adding autocomplete in the CLI (#450) - Added: [AGENT-628] Unit tests (#441) - Added: feat: automatically add AGENTUITY_SDK_KEY and AGENTUITY_PROJECT_KEY to .env file when running dev command (#442) - Changed: Dont sort releases by commit msg (#447) - Changed: [AGENT-628] prevent local development env files from syncing to production (#440) - Fixed: Fix npm workspaces (#451) - Fixed: Fix 'Press any key to continue' to accept any key, not just Enter (#445) 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:
|
WalkthroughAdds a new documentation entry to the CLI changelog for version v0.0.167, including a release callout and Added/Changed/Fixed lists. No code or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Comment |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 9c754f6 | Sep 24 2025, 01:31 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)
17-23: Copy edits for consistency and clarity (apostrophe, capitalization, phrasing).Proposed tweaks align with conventions used elsewhere on this page (e.g., capitalization, avoiding commit-style prefixes, code formatting for env vars and files).
Apply this diff:
-**Changes:** -- **Added**: [AGENT-684] Check if zsh is installed before adding autocomplete in the CLI ([#450](https://github.com/agentuity/cli/pull/450)) -- **Added**: [AGENT-628] Unit tests ([#441](https://github.com/agentuity/cli/pull/441)) -- **Added**: feat: automatically add AGENTUITY_SDK_KEY and AGENTUITY_PROJECT_KEY to .env file when running dev command ([#442](https://github.com/agentuity/cli/pull/442)) -- **Changed**: Dont sort releases by commit msg ([#447](https://github.com/agentuity/cli/pull/447)) -- **Changed**: [AGENT-628] prevent local development env files from syncing to production ([#440](https://github.com/agentuity/cli/pull/440)) -- **Fixed**: Fix npm workspaces ([#451](https://github.com/agentuity/cli/pull/451)) -- **Fixed**: Fix 'Press any key to continue' to accept any key, not just Enter ([#445](https://github.com/agentuity/cli/pull/445)) +**Changes:** +- **Added**: [AGENT-684] Check if Zsh is installed before adding autocompletion in the CLI ([#450](https://github.com/agentuity/cli/pull/450)) +- **Added**: [AGENT-628] Unit tests ([#441](https://github.com/agentuity/cli/pull/441)) +- **Added**: Automatically add `AGENTUITY_SDK_KEY` and `AGENTUITY_PROJECT_KEY` to `.env` when running the `dev` command ([#442](https://github.com/agentuity/cli/pull/442)) +- **Changed**: Don't sort releases by commit message ([#447](https://github.com/agentuity/cli/pull/447)) +- **Changed**: [AGENT-628] Prevent local development environment files from syncing to production ([#440](https://github.com/agentuity/cli/pull/440)) +- **Fixed**: Fix npm workspaces ([#451](https://github.com/agentuity/cli/pull/451)) +- **Fixed**: Fix 'Press any key to continue' to accept any key, not just Enter ([#445](https://github.com/agentuity/cli/pull/445))
📜 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 (2)
content/Changelog/cli.mdx (2)
10-16: Entry placement and structure look good.Version block is correctly ordered and formatted with the Callout and a concise Changes section.
12-14: Verified — release date and PRs for v0.0.167 matchAll listed PRs (450, 441, 442, 447, 440, 451, 445) are closed and have merged_at timestamps; latest merged_at = 2025-09-24 which matches the changelog release date (2025-09-24). GitHub release tag v0.0.167 exists (HTTP 200).
Update CLI changelog for v0.0.167
Summary
Adds changelog entry for Agentuity CLI v0.0.167 to the documentation site. The entry includes 7 changes categorized as Added (3), Changed (2), and Fixed (2), with links to their corresponding pull requests.
Review & Testing Checklist for Human
Notes
Summary by CodeRabbit