Skip to content

Conversation

@devin-ai-integration
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 3 commits made between v0.0.163 and v0.0.164:

  • Added: Allow setup.sh in case we need to run some script in docker image (#427)
  • Changed: Add more debugging around new project to debug failure (#430)
  • Changed: Make it scroll with arrows as well (#428)

The entries follow the established "Keep a Changelog" format in the CLI repo and the Callout-based format in the docs repo.

Review & Testing Checklist for Human

  • Verify all commits between v0.0.163 and v0.0.164 are captured (run git log v0.0.163..v0.0.164 to cross-check)
  • Confirm the categorization (Added/Changed) accurately reflects the nature of each change
  • Check that formatting matches existing changelog entries in both repositories
  • Validate that PR links (#427, #428, #430) are accessible
  • Confirm release date (August 12, 2025) is appropriate for this version

Diagram

%%{ init : { "theme" : "default" }}%%
graph TB
    CLI_REPO["agentuity/cli"]
    DOCS_REPO["agentuity/docs"]
    
    CLI_CHANGELOG["CHANGELOG.md"]:::major-edit
    DOCS_CHANGELOG["content/Changelog/cli.mdx"]:::major-edit
    
    V163["v0.0.163 (previous)"]:::context
    V164["v0.0.164 (current)"]:::context
    
    CLI_REPO --> CLI_CHANGELOG
    DOCS_REPO --> DOCS_CHANGELOG
    
    V163 -.->|git log changes| V164
    V164 --> CLI_CHANGELOG
    V164 --> DOCS_CHANGELOG
    
    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

Summary by CodeRabbit

  • Documentation
    • Updated changelog with a new entry for v0.0.164 (2025-08-12).
      • Added: Option to run a setup script inside the Docker image.
      • Changed: Arrow keys now support scrolling for improved navigation.
      • Changed: Expanded diagnostics around new project flows to aid troubleshooting.
      • Entry appears above v0.0.163; no other functional changes included in this PR.

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 Aug 12, 2025

Walkthrough

Adds a new top entry to CHANGELOG.md for v0.0.164 (2025-08-12) documenting two Added/Changed items; inserts compare anchor for v0.0.164. No code or API changes.

Changes

Cohort / File(s) Summary of Changes
Changelog Update
CHANGELOG.md
Inserted v0.0.164 (2025-08-12) entry: Added “Allow setup.sh in case we need to run some script in docker image” (PR #427). Changed: added more debugging around new project (PR #430); make it scroll with arrows as well (PR #428). Added compare anchor [v0.0.164]: ...v0.0.163...v0.0.164. Positioned above v0.0.163.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • jhaynie

Poem

A nibble of notes in the scroll of time,
v0.0.164 hops into line.
Arrows now glide, logs blink and chime—
setup.sh inside Docker? Sublime.
Thump-thump! says the changelog bunny. 🐇✨


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between bebb307 and 167cf17.

📒 Files selected for processing (1)
  • CHANGELOG.md (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • CHANGELOG.md
✨ 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
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)
CHANGELOG.md (1)

10-15: Tighten wording, casing, and styling for consistency

  • Wrap file names like setup.sh in backticks.
  • Use “Docker” as a proper noun.
  • Prefer concise, imperative phrasing consistent with prior entries.

Apply this edit:

-### Added
-- Allow setup.sh in case we need to run some script in docker image ([#427](https://github.com/agentuity/cli/pull/427))
+### Added
+- Allow using `setup.sh` to run a script inside the 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))
+### Changed
+- Add additional debugging around the "New Project" flow to diagnose failures ([#430](https://github.com/agentuity/cli/pull/430))
+- Enable scrolling with arrow keys ([#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 f29818f and bebb307.

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

8-16: Changelog entry added correctly at top; date and sections look good

The new v0.0.164 entry is in the correct position, with appropriate "Added" and "Changed" subsections and valid PR links. Release date matches the PR description.

Copy link
Member

@jhaynie jhaynie left a comment

Choose a reason for hiding this comment

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

devin see comment and resolve

@coderabbitai coderabbitai bot requested a review from jhaynie August 13, 2025 14:29
@jhaynie jhaynie merged commit d7615cc into main Aug 13, 2025
4 checks passed
@jhaynie jhaynie deleted the devin/1755040299-update-changelog-v0-0-164 branch August 13, 2025 22:36
@devin-ai-integration devin-ai-integration bot mentioned this pull request Aug 18, 2025
4 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.

2 participants