chore: release - #159
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe pull request prepares the 1.3.0 release by updating root and workspace crate versions, adjusting an internal dependency requirement, and adding dated changelog entries for release features, fixes, CI changes, and integration updates. ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 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 `@CHANGELOG.md`:
- Line 34: Update the changelog entry describing the build/test job timeout to
use the spaced “25 min” spelling instead of “25min”, leaving the rest of the
entry unchanged.
In `@crates/agent-registry/CHANGELOG.md`:
- Line 10: Update the 0.1.1 release compare URL in the changelog to reference
the prior tag agent-registry-v0.1.0 instead of agentflare-agent-registry-v0.1.0,
while preserving the rest of the link and entry unchanged.
In `@crates/skill-registry/CHANGELOG.md`:
- Line 10: Correct the release comparison URL in the 0.1.2 changelog entry so
its version tags reference existing releases, using the actual prior and current
tag pair; do not add a missing tag as part of this changelog change.
🪄 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 Plus
Run ID: cd8f120e-f7f1-4299-a69a-015b7c9efa32
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (14)
CHANGELOG.mdCargo.tomlcrates/agent-registry/CHANGELOG.mdcrates/agent-registry/Cargo.tomlcrates/agentflare-artifacts/CHANGELOG.mdcrates/agentflare-artifacts/Cargo.tomlcrates/caveman/CHANGELOG.mdcrates/caveman/Cargo.tomlcrates/gateway-registry/CHANGELOG.mdcrates/gateway-registry/Cargo.tomlcrates/ponytail/CHANGELOG.mdcrates/ponytail/Cargo.tomlcrates/skill-registry/CHANGELOG.mdcrates/skill-registry/Cargo.toml
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [0.1.1](https://github.com/getappz/agentflare/compare/agentflare-agent-registry-v0.1.0...agentflare-agent-registry-v0.1.1) - 2026-07-12 |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
printf 'Files:\n'
git ls-files crates/agent-registry/CHANGELOG.md
printf '\nChangelog excerpt:\n'
cat -n crates/agent-registry/CHANGELOG.md | sed -n '1,40p'
printf '\nRelevant tags:\n'
git tag --list 'agent*-registry-v*' | sortRepository: getappz/agentflare
Length of output: 1482
Fix the compare link tag
The compare URL should use agent-registry-v0.1.0 to match the prior release tag; agentflare-agent-registry-v0.1.0 looks like a typo and points to the wrong comparison.
🤖 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 `@crates/agent-registry/CHANGELOG.md` at line 10, Update the 0.1.1 release
compare URL in the changelog to reference the prior tag agent-registry-v0.1.0
instead of agentflare-agent-registry-v0.1.0, while preserving the rest of the
link and entry unchanged.
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [0.1.2](https://github.com/getappz/agentflare/compare/agentflare-skill-registry-v0.1.1...agentflare-skill-registry-v0.1.2) - 2026-07-12 |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
printf '\n== changelog excerpt ==\n'
cat -n crates/skill-registry/CHANGELOG.md | sed -n '1,40p'
printf '\n== matching tags in repo ==\n'
git tag --list 'agentflare-skill-registry-v0.1.*' | sort
printf '\n'
git tag --list 'skill-registry-v0.1.*' | sortRepository: getappz/agentflare
Length of output: 1204
🏁 Script executed:
#!/bin/bash
set -euo pipefail
printf '\n== remotes ==\n'
git remote -v
printf '\n== remote tags ==\n'
git ls-remote --tags origin | sed -n '1,120p'Repository: getappz/agentflare
Length of output: 1901
🏁 Script executed:
#!/bin/bash
set -euo pipefail
git ls-remote --tags origin \
| rg 'skill-registry-v0\.1\.(0|1|2)|agentflare-skill-registry-v0\.1\.(0|1|2)' \
|| trueRepository: getappz/agentflare
Length of output: 327
Fix the release compare link
agentflare-skill-registry-v0.1.2 doesn’t exist, so this comparison URL will be broken. Use the actual release tag pair or add the missing tag.
🤖 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 `@crates/skill-registry/CHANGELOG.md` at line 10, Correct the release
comparison URL in the 0.1.2 changelog entry so its version tags reference
existing releases, using the actual prior and current tag pair; do not add a
missing tag as part of this changelog change.
|
Fixed the "25min" -> "25 min" spacing nit. Skipped the two changelog compare-URL suggestions after verifying against the actual remote tags ( |
🤖 New release
ponytail: 0.1.0 -> 0.1.1 (✓ API compatible changes)agentflare-agent-registry: 0.1.0 -> 0.1.1 (✓ API compatible changes)agentflare-skill-registry: 0.1.1 -> 0.1.2 (✓ API compatible changes)agentflare-gateway-registry: 0.1.0 -> 0.1.1 (✓ API compatible changes)agentflare-caveman: 0.1.0 -> 0.1.1 (✓ API compatible changes)agentflare-artifacts: 0.1.0 -> 0.1.1 (✓ API compatible changes)agentflare: 1.2.0 -> 1.3.0Changelog
ponytailagentflare-agent-registryagentflare-skill-registryagentflare-gateway-registryagentflare-cavemanagentflare-artifactsagentflareThis PR was generated with release-plz.
Summary by CodeRabbit