-
Notifications
You must be signed in to change notification settings - Fork 7
Update changelog for v0.0.165 #435
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 CHANGELOG.md entry for v0.0.165 (2025-08-18) with two "Changed" bullets: automatically exclude the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 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 (
|
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: 2
🧹 Nitpick comments (1)
CHANGELOG.md (1)
11-12: Nit: Improve consistency and clarity in bullets.
- Wrap file/directory names with backticks for consistency with prior entries.
- The second bullet is vague. Consider a clearer, action-oriented phrasing.
Proposed tweaks:
- Exclude the .jj folder automatically ([#434](https://github.com/agentuity/cli/pull/434)) + Exclude the `.jj` folder automatically ([#434](https://github.com/agentuity/cli/pull/434)) - Changes to make teams work ([#432](https://github.com/agentuity/cli/pull/432)) + Improve 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)
CHANGELOG.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md
[grammar] ~10-~10: There might be a mistake here.
Context: ... ## [v0.0.165] - 2025-08-18 ### Changed - Exclude the .jj folder automatically ([#...
(QB_NEW_EN)
[grammar] ~11-~11: There might be a mistake here.
Context: ...ps://github.com//pull/434)) - Changes to make teams work ([#432](https...
(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: Analyze (go)
🔇 Additional comments (1)
CHANGELOG.md (1)
8-13: LGTM on the new v0.0.165 entry.Format matches prior entries (Keep a Changelog style), date format is correct, and PR links look consistent.
Co-Authored-By: unknown <>
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)
CHANGELOG.md (1)
11-12: Nit: Make bullet phrasing sharper and more descriptiveConsider tightening the second bullet to better convey the change at a glance.
- - Changes to make teams work ([#432](https://github.com/agentuity/cli/pull/432)) + - Improve team functionality ([#432](https://github.com/agentuity/cli/pull/432))If there’s a specific area affected (e.g., auth, permissions, CLI flags), using that in the wording would add even more clarity.
📜 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)
CHANGELOG.md(2 hunks)
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md
[grammar] ~10-~10: There might be a mistake here.
Context: ... ## [v0.0.165] - 2025-08-18 ### Changed - Exclude the .jj folder automatically ([#...
(QB_NEW_EN)
[grammar] ~11-~11: There might be a mistake here.
Context: ...ps://github.com//pull/434)) - Changes to make teams work ([#432](https...
(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: Analyze (go)
🔇 Additional comments (2)
CHANGELOG.md (2)
833-834: Reference link for v0.0.165 added and correctly orderedThe compare link definition for [v0.0.165] is present and placed before [v0.0.164], matching the established ordering of reference links.
8-13: CHANGELOG entry formatting is correct—manual validation requiredPlease verify the following for v0.0.165 in CHANGELOG.md (around line 8):
Update changelog for v0.0.165
Summary
This PR updates the changelog files in both the CLI repository and documentation repository to document the changes released in v0.0.165. The changes include two commits that were merged between v0.0.164 and v0.0.165:
Both changes are categorized as "Changed" entries following the Keep a Changelog format. The CLI repository CHANGELOG.md follows the standard Keep a Changelog format, while the docs repository uses Callout components with bolded change prefixes.
Review & Testing Checklist for Human
Diagram
%%{ init : { "theme" : "default" }}%% graph TD A["CLI Repository<br/>agentuity/cli"]:::context B["CHANGELOG.md"]:::major-edit C["Docs Repository<br/>agentuity/docs"]:::context D["content/Changelog/cli.mdx"]:::major-edit E["v0.0.165 Release"]:::context F["PR #434: Exclude .jj folder"]:::context G["PR #432: Teams work"]:::context A --> B C --> D E --> B E --> D F --> B F --> D G --> B G --> D 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:#FFFFFFNotes
go fmt ./...andgo mod tidy) was run on the CLI repository as requiredLink to Devin run: https://app.devin.ai/sessions/c94ed42521794a69bdf63ec3a5b2d5d9
Requested by: unknown ()
Summary by CodeRabbit