Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Oct 22, 2025

Update CLI changelog in docs for v0.0.178

Summary

Updates the CLI changelog documentation to include release notes for v0.0.178 and v0.0.177. Also removes duplicate entries for v0.0.176 and v0.0.175 that existed in the file.

Changes:

  • Added v0.0.178 entry with eval support feature from PR #472
  • Added v0.0.177 entry (marked as no changes documented)
  • Removed duplicate v0.0.176 and v0.0.175 entries that appeared multiple times in the file

Review & Testing Checklist for Human

  • Verify that v0.0.177 actually exists as a release tag in the CLI repository and confirm whether it truly had no changes, or if changes were missed
  • Confirm that both v0.0.177 and v0.0.178 being released on the same date (October 22, 2025) is accurate
  • Check that the removal of duplicate v0.0.176 and v0.0.175 entries was intentional and doesn't lose any information
  • Verify that v0.0.178 only contains the eval support change and no other PRs were merged between v0.0.177 and v0.0.178

Notes

Summary by CodeRabbit

  • Documentation
    • Updated changelog with new CLI versions v0.0.178 and v0.0.177, including eval support addition in v0.0.178.

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 Oct 22, 2025

Walkthrough

The changelog file is updated with two new version entries: v0.0.178 with an "Add eval support" change and updated release date, and v0.0.177 marked with no changes documented. Previous version entries are shifted accordingly.

Changes

Cohort / File(s) Summary
Changelog Updates
content/Changelog/cli.mdx
Added v0.0.178 with eval support feature entry and updated release date to October 22, 2025; added v0.0.177 section marked as no changes documented; reordered existing version entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • jhaynie

Poem

🐰 Hop, hop, the versions do climb,
New changes logged, marking the time,
Eval support now in the light,
Changelog records all set right!

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 CLI changelog in docs for v0.0.178" clearly and specifically describes the main change in the pull request. The PR's primary focus is updating the CLI changelog documentation with new release notes for v0.0.178 (which includes the "eval support" feature), and the title accurately captures this intent. The title is concise, contains no unnecessary noise, and is specific enough that a developer reviewing the commit history would immediately understand the purpose of this change. While the PR also adds v0.0.177 and removes duplicate entries, the title appropriately emphasizes the primary version being documented, which aligns with the PR's creation context.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-cli-docs-v0.0.178

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

@cloudflare-workers-and-pages
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 Updated (UTC)
✅ Deployment successful!
View logs
docs 5658ce7 Oct 22 2025, 07:31 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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
content/Changelog/cli.mdx (2)

457-457: Remove stray duplicate introductory text on line 457.

This line is an exact duplicate of the introductory sentence from line 8 and breaks the document flow. It appears between the v0.0.136 and v0.0.135 sections and should be removed.

- **Added**: [AGENT-130] Delete and Roll Back deployments ([#313](https://github.com/agentuity/cli/pull/313))
-
-This page documents the release history of the [Agentuity CLI](https://github.com/agentuity/cli).
 ## v0.0.135

500-641: Remove duplicate version entries for v0.0.129–v0.0.124.

The changelog contains exact duplicates for versions v0.0.129, v0.0.128, v0.0.127, v0.0.126, v0.0.125, and v0.0.124 (each appearing twice). Remove all duplicate sections to maintain a clean, non-redundant changelog.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4a5c2e3 and 5658ce7.

📒 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

Comment on lines +10 to +26
## v0.0.178

<Callout type="info">
Released: October 13, 2025
Released: October 22, 2025
</Callout>

**Changes:**
- **Changed**: Bump go-common to remove gravity log ([#466](https://github.com/agentuity/cli/pull/466))
- **Added**: Add eval support ([#472](https://github.com/agentuity/cli/pull/472))

## v0.0.177

<Callout type="info">
Released: October 22, 2025
</Callout>

**Changes:**
- No changes documented
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

New version entries are properly formatted; verify release metadata and scope.

The v0.0.178 and v0.0.177 entries follow the correct structure with release dates and change descriptions. However, confirm that:

  • v0.0.177 release tag exists and actually had no changes (as marked)
  • v0.0.178 only contains PR #472 and no other merged PRs between the two releases

[/request_verification]


🏁 Script executed:

#!/bin/bash
# Verify v0.0.177 and v0.0.178 release tags and commits between them
cd /tmp && git clone https://github.com/agentuity/cli.git --quiet 2>/dev/null
cd cli

# Check if both tags exist
echo "=== Checking if release tags exist ==="
git tag | grep -E "v0.0.17[78]" || echo "Tag not found"

# Show commits between v0.0.177 and v0.0.178
echo -e "\n=== Commits between v0.0.177 and v0.0.178 ==="
git log v0.0.177..v0.0.178 --oneline 2>/dev/null | head -20 || echo "Cannot list commits; tags may not exist"

# Verify v0.0.177 was released (check if tag exists with no additional commits after v0.0.176)
echo -e "\n=== Tag information for v0.0.177 ==="
git show v0.0.177 --quiet 2>/dev/null | head -10 || echo "v0.0.177 tag details unavailable"

Length of output: 481


[/run_scripts]


🏁 Script executed:

#!/bin/bash
# Verify line 457 duplicate text and duplicate version entries
cat content/Changelog/cli.mdx | sed -n '455,460p'
echo -e "\n=== Checking for duplicate version entries around lines 500-641 ==="
# Search for version patterns that appear multiple times
grep -n "^## v0.0.1[0-9][0-9]" content/Changelog/cli.mdx | tail -40

Length of output: 955


Remove stray line 457 text, fix duplicate version entries, and clarify v0.0.177 changes.

Three critical issues found:

  1. Line 457 stray text: "This page documents the release history..." appears mid-changelog between version entries and breaks document flow. Remove this line.

  2. Duplicate version entries: v0.0.124 through v0.0.129 (and possibly v0.0.130–v0.0.131) appear twice in the file (first set around lines 500–545, second set around lines 559–622). Remove the duplicate entries.

  3. v0.0.177 documentation mismatch: Git tag shows message "dedicated url" (Oct 20, 2025), but changelog entry states "No changes documented." Either document the actual change or verify that the tag message is unrelated to release content and update accordingly.

🤖 Prompt for AI Agents
In content/Changelog/cli.mdx around lines 10–26 and the rest of the file
(notably line ~457 and the sections around ~500–622), remove the stray mid-file
sentence "This page documents the release history..." at line ~457; find and
delete the duplicate version blocks for v0.0.124 through v0.0.129 (and duplicate
v0.0.130–v0.0.131 if present) so each version appears only once; and update the
v0.0.177 entry to reflect the git tag message "dedicated url" by either adding a
short change bullet describing that change (e.g., “Updated dedicated URL
handling”) or, if the tag is unrelated, replace "No changes documented" with a
clarifying note like "Tag message: 'dedicated url' — no release changes
recorded" after verifying with the author.

@devin-ai-integration
Copy link
Contributor Author

Closing due to inactivity for more than 30 days. Configure here.

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