Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Sep 24, 2025

Update changelog for CLI v0.0.167

Summary

This PR updates the CHANGELOG.md file to document the release of CLI v0.0.167. The changes include:

  • Added a new changelog section for v0.0.167 with release date September 24, 2025
  • Documented 7 PRs that were merged between v0.0.166 and v0.0.167, categorized as:
    • Added: zsh autocomplete check, unit tests, automatic env key creation
    • Changed: release sorting, dev env sync prevention
    • Fixed: npm workspaces, key press handling
  • Added version comparison links for v0.0.167 and v0.0.166

Review & Testing Checklist for Human

Notes

  • This is a documentation-only change with no functional code modifications
  • PR list was identified using git log v0.0.166..v0.0.167
  • Format follows existing Keep a Changelog structure
  • Version comparison links added to maintain chronological order

Link to Devin run: https://app.devin.ai/sessions/afe0285141934ba1b7fa6f4c27fc10f6
Requested by: unknown user

Summary by CodeRabbit

  • Documentation
    • Updated CHANGELOG with a new v0.0.167 entry (2025-09-24) summarizing items added, changed, and fixed.
    • Added reference links for v0.0.167 and v0.0.166; retained existing version links for continuity.
    • Documentation-only update: no functional, UI, or performance changes; no action required.

- 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-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 24, 2025

Walkthrough

Added a new v0.0.167 entry to CHANGELOG.md dated 2025-09-24 with Added/Changed/Fixed sections and appended reference links for v0.0.167 and v0.0.166. No code or API changes.

Changes

Cohort / File(s) Summary
Docs: Changelog
CHANGELOG.md
Added v0.0.167 release notes (Added/Changed/Fixed) and new reference links; retained prior version links. Content-only update.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • jhaynie

Poem

A nibble of notes, a hop in the log,
Version bumps ripple through morning fog.
No wires re-spun, no code to debug—
Just carrots of context, snug as a hug.
Changelog thumps: v0.0.167—thump-thump! 🥕🐇

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "Update changelog for CLI v0.0.167" is a concise, single-sentence summary that accurately describes the primary change (adding the v0.0.167 entry to CHANGELOG.md); it is specific, clear, and free of noise or unrelated details.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch devin/1727182002-update-changelog-v0.0.167

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai bot requested a review from jhaynie September 24, 2025 13:29
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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)
CHANGELOG.md (1)

8-22: Polish wording for clarity and consistency (Keep a Changelog style).

Small fixes to grammar and tone:

  • Add apostrophe to "Don't" and spell out "message".
  • Capitalize sentence starts.
  • Remove "feat:" prefix for consistency with other bullets.

Apply this diff:

 ### Added
 - [AGENT-684] Check if zsh is installed before adding autocomplete in the CLI ([#450](https://github.com/agentuity/cli/pull/450))
 - [AGENT-628] Unit tests ([#441](https://github.com/agentuity/cli/pull/441))
-- 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))
+- 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))
-- [AGENT-628] prevent local development env files from syncing to production ([#440](https://github.com/agentuity/cli/pull/440))
+- Don't sort releases by commit message ([#447](https://github.com/agentuity/cli/pull/447))
+- [AGENT-628] Prevent local development environment files from syncing to production ([#440](https://github.com/agentuity/cli/pull/440))
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a70571b and 3b6de02.

📒 Files selected for processing (1)
  • CHANGELOG.md (2 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: Analyze (go)
🔇 Additional comments (1)
CHANGELOG.md (1)

856-857: Links resolve (HTTP 200) — approved.
Both compare links returned 200; compare targets look correct.

@jhaynie jhaynie merged commit 5e0b744 into main Sep 24, 2025
4 checks passed
@jhaynie jhaynie deleted the devin/1727182002-update-changelog-v0.0.167 branch September 24, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants