release: Release v0.0.5#225
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughUpdates the ChangesWeb Assets Dependency Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@go.mod`:
- Line 13: The go.mod change was applied manually; instead run the module-aware
update command to properly update go.mod and go.sum: execute `go get
github.com/compozy/agh-web-assets@v0.0.20` (or the appropriate version) from the
project root, run `go mod tidy` if needed, verify the updated go.mod and go.sum
are correct, and commit those generated changes instead of the manual edit to
satisfy the repository policy.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: f7095319-61ad-4659-9cbe-8baf1a08bc03
⛔ Files ignored due to path filters (6)
CHANGELOG.mdis excluded by!**/*.mdRELEASE_BODY.mdis excluded by!**/*.mdRELEASE_NOTES.mdis excluded by!**/*.mdgo.sumis excluded by!**/*.sum,!**/*.sumpackage.jsonis excluded by!**/*.jsonpackages/site/content/blog/changelog/v0.0.5.mdxis excluded by!**/*.mdx
📒 Files selected for processing (1)
go.mod
| github.com/charmbracelet/bubbletea v1.3.10 | ||
| github.com/coder/acp-go-sdk v0.12.2 | ||
| github.com/compozy/agh-web-assets v0.0.17 | ||
| github.com/compozy/agh-web-assets v0.0.20 |
There was a problem hiding this comment.
Please update this dependency via go get, not manual go.mod edit.
This version bump must be produced by go get to comply with repository policy. If this line was hand-edited, regenerate and commit the tool-managed go.mod/go.sum changes.
As per coding guidelines, "Never add dependencies by hand in go.mod — always use go get to add or update Go dependencies."
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@go.mod` at line 13, The go.mod change was applied manually; instead run the
module-aware update command to properly update go.mod and go.sum: execute `go
get github.com/compozy/agh-web-assets@v0.0.20` (or the appropriate version) from
the project root, run `go mod tidy` if needed, verify the updated go.mod and
go.sum are correct, and commit those generated changes instead of the manual
edit to satisfy the repository policy.
✅ Dry-Run Completed Successfully📊 Build Summary
📦 Built ArtifactsNot available. This is an automated comment from the release dry-run check. |
Release v0.0.5
This PR prepares the release of version v0.0.5.
Changelog
0.0.5 - 2026-05-28
♻️ Refactoring
🔧 CI/CD
Summary by CodeRabbit