-
Notifications
You must be signed in to change notification settings - Fork 1
Update changelog for v0.0.165 #262
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:
|
WalkthroughAdds a new v0.0.165 entry to content/Changelog/cli.mdx dated August 18, 2025, with two “Changed” items: excluding the .jj folder automatically (#434) and changes to make teams work (#432). No code or API modifications; documentation-only insertion preceding v0.0.164. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying with
|
Status | Name | Latest Commit | Preview URL | Updated (UTC) |
---|---|---|---|---|
✅ Deployment successful! View logs |
docs | 0e43758 | Commit Preview URL Branch Preview URL |
Aug 18 2025, 06:43 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: 0
🧹 Nitpick comments (1)
content/Changelog/cli.mdx (1)
16-18
: Tighten phrasing; add code styling for the folder name (nit).Improves clarity and aligns with common style in this doc.
Apply:
-**Changes:** -- **Changed**: Exclude the .jj folder automatically ([#434](https://github.com/agentuity/cli/pull/434)) -- **Changed**: Changes to make teams work ([#432](https://github.com/agentuity/cli/pull/432)) +**Changes:** +- **Changed**: Automatically exclude the `.jj` folder ([#434](https://github.com/agentuity/cli/pull/434)) +- **Changed**: Improvements to team functionality ([#432](https://github.com/agentuity/cli/pull/432))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
content/Changelog/cli.mdx
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
content/Changelog/cli.mdx
[grammar] ~16-~16: There might be a mistake here.
Context: ...: August 18, 2025 Changes: - Changed: Exclude the .jj folder automa...
(QB_NEW_EN)
[grammar] ~17-~17: There might be a mistake here.
Context: ...ps://github.com/agentuity/cli/pull/434)) - Changed: Changes to make teams work ([...
(QB_NEW_EN)
⏰ 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 (3)
content/Changelog/cli.mdx (3)
10-15
: Section placement and formatting look good.New entry is correctly ordered, uses the Callout consistently, and matches surrounding style.
12-14
: Release date verified for v0.0.165The date in content/Changelog/cli.mdx (
Released: August 18, 2025
) matches the tag metadata for v0.0.165. No changes required.
17-18
: All PR links resolve and titles match descriptions.
Both PR #434 (“Exclude the .jj folder automatically”) and PR #432 (“Changes to make teams work”) return HTTP 200 and their titles align with the changelog bullets.
Update changelog for v0.0.165
Summary
Added changelog entries for CLI version 0.0.165 in both the main CLI repository (
CHANGELOG.md
) and the documentation repository (content/Changelog/cli.mdx
). The release includes two changes from PRs #434 and #432, both categorized as "Changed" following the Keep a Changelog standard.The changes documented are:
Release date: August 18, 2025 (extracted from git tag information)
Review & Testing Checklist for Human
Diagram
Notes
go fmt ./...
andgo mod tidy
as required for Go repositoriesSummary by CodeRabbit