-
Notifications
You must be signed in to change notification settings - Fork 1
Update CLI changelog in docs for v0.0.178 #319
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
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:
|
WalkthroughThe 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
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 5658ce7 | Oct 22 2025, 07: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: 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
📒 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
| ## 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 |
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.
🧩 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 -40Length of output: 955
Remove stray line 457 text, fix duplicate version entries, and clarify v0.0.177 changes.
Three critical issues found:
-
Line 457 stray text: "This page documents the release history..." appears mid-changelog between version entries and breaks document flow. Remove this line.
-
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.
-
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.
|
Closing due to inactivity for more than 30 days. Configure here. |
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:
Review & Testing Checklist for Human
Notes
Summary by CodeRabbit