Skip to content

Conversation

devin-ai-integration[bot]
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Aug 12, 2025

Update changelog for v0.0.164

Summary

This PR updates the changelog documentation for Agentuity CLI version v0.0.164 in both the main CLI repository (CHANGELOG.md) and the documentation repository (content/Changelog/cli.mdx).

The changes document three new features/improvements released in v0.0.164:

  • Added: Docker setup.sh script support for container initialization
  • Changed: Enhanced debugging for new project creation failures
  • Changed: Improved UI scrolling with arrow key support

Both changelog files follow their respective formatting standards:

  • CLI repo uses "Keep a Changelog" format with markdown
  • Docs repo uses Fumadocs format with Callout components and bolded categories

Review & Testing Checklist for Human

  • Verify change categorization accuracy: Review the git commits between v0.0.163 and v0.0.164 to confirm I correctly categorized each change as "Added" vs "Changed" vs "Fixed"
  • Check format consistency: Ensure both changelog entries match the exact format of previous releases in their respective repositories
  • Validate PR links: Verify that the GitHub PR links (#427, #428, #430) point to the correct pull requests and are accessible

Recommended Test Plan

  1. Compare the git log output git log --oneline v0.0.163..v0.0.164 against the changelog entries
  2. Check that the docs site renders correctly with the new changelog entry
  3. Verify no existing changelog entries were accidentally modified or removed

Diagram

%%{ init : { "theme" : "default" }}%%
graph TB
    GitLog["git log v0.0.163..v0.0.164<br/>Source commits"]
    
    CliChangelog["CHANGELOG.md<br/>(CLI repo)"]:::major-edit
    DocsChangelog["content/Changelog/cli.mdx<br/>(Docs repo)"]:::major-edit
    
    PR427["#427: Allow setup.sh"]:::context
    PR428["#428: Arrow scrolling"]:::context  
    PR430["#430: Project debug"]:::context
    
    GitLog --> CliChangelog
    GitLog --> DocsChangelog
    
    PR427 -.-> CliChangelog
    PR428 -.-> CliChangelog
    PR430 -.-> CliChangelog
    
    PR427 -.-> DocsChangelog
    PR428 -.-> DocsChangelog
    PR430 -.-> DocsChangelog
    
    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:#FFFFFF
Loading

Notes

  • Both repositories now have identical changelog content for v0.0.164, just formatted according to their respective standards
  • Used today's date (August 12, 2025) for the release date
  • Followed the user's specific instructions about maintaining existing format and adding entries at the top
  • Session URL: https://app.devin.ai/sessions/f23e56e4bbfe46399cbd1dd23dd2330d
  • Requested by: unknown user

Summary by CodeRabbit

  • New Features

    • Setup script now supports running commands inside the Docker image for smoother environment initialization.
    • Arrow key navigation enabled for scrolling, improving keyboard accessibility and usability.
  • Chores

    • Enhanced diagnostics for new project creation to aid in identifying and resolving failures.
  • Documentation

    • Added release notes for v0.0.164 to the changelog, detailing new capabilities and improvements.

Co-Authored-By: unknown <>
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

Copy link
Contributor

coderabbitai bot commented Aug 12, 2025

Walkthrough

Adds a new v0.0.164 release notes block to the CLI changelog, placed before v0.0.163, documenting one addition and two changes.

Changes

Cohort / File(s) Summary of Changes
Changelog update
content/Changelog/cli.mdx
Inserted v0.0.164 release entry with: Added setup.sh support for running scripts inside Docker (#427); Added debugging around new project failures (#430); Enabled arrow key scrolling (#428). Positioned before v0.0.163.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • jhaynie

Poem

A hop and a note in the scroll I keep,
v0.0.164 lands with a cheerful leap.
Docker scripts hum, arrows glide through,
Debugs nibble bugs—chomp-chomp, new!
In the garden of logs, I twitch and preen,
Another clean burrow in the changelog green. 🥕🐇

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch devin/1755040299-update-changelog-v0-0-164

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@coderabbitai coderabbitai bot requested a review from jhaynie August 12, 2025 23:13
Copy link

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
docs a5ab75a Commit Preview URL

Branch Preview URL
Aug 12 2025, 11:15 PM

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: 1

🧹 Nitpick comments (1)
content/Changelog/cli.mdx (1)

16-19: Tighten wording for clarity and consistency with prior entries

The three bullets read a bit informal/ambiguous. Recommend concise, action-oriented phrasing that matches the rest of the page and the PR summary.

Apply this diff:

 **Changes:**
-- **Added**: Allow setup.sh in case we need to run some script in docker image ([#427](https://github.com/agentuity/cli/pull/427))
-- **Changed**: Add more debugging around new project to debug failure ([#430](https://github.com/agentuity/cli/pull/430))
-- **Changed**: Make it scroll with arrows as well ([#428](https://github.com/agentuity/cli/pull/428))
+- **Added**: Docker setup.sh script support for container initialization ([#427](https://github.com/agentuity/cli/pull/427))
+- **Changed**: Enhanced debugging for new project creation failures ([#430](https://github.com/agentuity/cli/pull/430))
+- **Changed**: Improved UI scrolling with arrow key support ([#428](https://github.com/agentuity/cli/pull/428))
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7c4f67a and a5ab75a.

📒 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 (1)
content/Changelog/cli.mdx (1)

10-14: Placement and release metadata look correct

v0.0.164 is correctly inserted before v0.0.163, and the Callout date matches the stated release date (August 12, 2025).

Comment on lines +16 to +19
**Changes:**
- **Added**: Allow setup.sh in case we need to run some script in docker image ([#427](https://github.com/agentuity/cli/pull/427))
- **Changed**: Add more debugging around new project to debug failure ([#430](https://github.com/agentuity/cli/pull/430))
- **Changed**: Make it scroll with arrows as well ([#428](https://github.com/agentuity/cli/pull/428))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Optionally verify PR links and parity with CLI CHANGELOG

Quick sanity check that the linked PRs exist with expected titles, and that CLI repo CHANGELOG.md contains v0.0.164 with matching content.


🏁 Script executed:

#!/bin/bash
set -euo pipefail

owner_repo="agentuity/cli"

# Verify PRs exist and print titles
for pr in 427 428 430; do
  echo "Checking PR #$pr..."
  gh api repos/$owner_repo/pulls/$pr --jq '{number, title, state}'
done

echo
echo "Fetching CLI CHANGELOG.md head from default branch..."
# Try main first, then master if needed
for branch in main master; do
  if curl -fsSL "https://raw.githubusercontent.com/${owner_repo}/${branch}/CHANGELOG.md" -o /tmp/cli_changelog.md; then
    echo "Downloaded CHANGELOG from branch: $branch"
    break
  fi
done

echo
echo "Preview v0.0.164 section (if present):"
awk '/^## v0\.0\.164/{flag=1;next}/^## v0\./{flag=0}flag' /tmp/cli_changelog.md | sed -n '1,40p'

echo
echo "Check that the three bullets are present (loose match):"
grep -E "setup\.sh|Docker|container initialization" -i /tmp/cli_changelog.md || true
grep -E "debugging.*new project" -i /tmp/cli_changelog.md || true
grep -E "scroll.*arrow" -i /tmp/cli_changelog.md || true

Length of output: 1984


Update agentuity/cli CHANGELOG.md for v0.0.164

The linked PRs (#427, #428, #430) are valid and closed with the expected titles, but the agentuity/cli repo’s CHANGELOG.md (main branch) doesn’t yet include a v0.0.164 section with these entries. Please add a new release block before the next version’s header:

+ ## v0.0.164 (YYYY-MM-DD)
+ **Added**
+ - Allow setup.sh in case we need to run some script in docker image ([#427](https://github.com/agentuity/cli/pull/427))
+ **Changed**
+ - Add more debugging around new project to debug failure ([#430](https://github.com/agentuity/cli/pull/430))
+ - Make it scroll with arrows as well ([#428](https://github.com/agentuity/cli/pull/428))

• File to update: CHANGELOG.md in the root of agentuity/cli
• Ensure the date is set appropriately and the section is placed immediately after the prior release.

Committable suggestion skipped: line range outside the PR's diff.

🤖 Prompt for AI Agents
In content/Changelog/cli.mdx around lines 16 to 19, add a new v0.0.164 release
block to CHANGELOG.md in the root of agentuity/cli containing the three listed
entries (Allow setup.sh..., Add more debugging..., Make it scroll with
arrows...) with an appropriate release date; place this new section immediately
after the previous release header (before the next version’s header) and format
it consistently with existing release blocks so entries and links match the
repository style.

@jhaynie jhaynie merged commit c1dc479 into main Aug 13, 2025
2 checks passed
@jhaynie jhaynie deleted the devin/1755040299-update-changelog-v0-0-164 branch August 13, 2025 14:25
@coderabbitai coderabbitai bot mentioned this pull request Aug 18, 2025
3 tasks
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.

1 participant