Skip to content

chore: release - #126

Merged
getappz merged 1 commit into
masterfrom
release-plz-2026-07-10T02-38-19Z
Jul 11, 2026
Merged

chore: release#126
getappz merged 1 commit into
masterfrom
release-plz-2026-07-10T02-38-19Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • ponytail: 0.1.0
  • agentflare-agent-registry: 0.1.0
  • agentflare-skill-registry: 0.1.1
  • agentflare-gateway-registry: 0.1.0
  • agentflare-caveman: 0.1.0
  • agentflare-artifacts: 0.1.0
  • agentflare: 1.1.0 -> 1.2.0
Changelog

ponytail

0.1.0 - 2026-07-08

Added

  • (ponytail) custom skills system + mode shortcuts (#90)
  • (ponytail) per-session mode + status report (#87)
  • (ponytail) playbook skill + review scoping (#85)
  • (ponytail) regex-free over-engineering detector + numbered review findings (#84)
  • (ponytail) persona persona boundary + simplification markers (#83)
  • (ponytail) AGENTS.md fallback + persona hardening + anti-hallucination (#81)

Fixed

  • close ponytail parity gaps from upstream PR audit (#61) (#96)
  • post-1.0.0 code review — ponytail custom skills, auth health scoring, CI defects (#94)
  • (ponytail) E0593 compile error + restore AGENTS.md fallback lost in feat(ponytail): custom skills system + mode shortcuts #90 (#93)
  • (ponytail) remove stale conflict markers in instructions.rs
  • (ponytail) Codex hook output — additionalContext at top level, not nested (#89)

Other

  • multi-crate workspace + mise-style CLI

agentflare-agent-registry

0.1.0 - 2026-07-08

Fixed

  • post-1.0.0 code review — ponytail custom skills, auth health scoring, CI defects (#94)
  • add SAFETY docs to unsafe set_var/remove_var blocks

Other

  • multi-crate workspace + mise-style CLI

agentflare-skill-registry

0.1.1 - 2026-07-08

Added

  • skill registry MCP — skill_search + skill_load (#92)

agentflare-gateway-registry

0.1.0 - 2026-07-09

Other

  • Add gateway_search/gateway_execute: aggregate downstream MCP servers behind 2 tools (#104)

agentflare-caveman

0.1.0 - 2026-07-11

Other

  • Caveman L1 integration: port markdown compressor to Rust (#117)

agentflare-artifacts

0.1.0 - 2026-07-11

Added

  • (artifacts) handoff envelope, version diff, git provenance, dedupe, search
  • (artifacts) version history, CAS updates, md/mermaid rendering, LAN sharing
  • (artifacts) add agentflare artifacts serve CLI, fix tests
  • (hook) add SessionEnd hook with engram handoff

Fixed

  • (artifacts) honor --port flag, error on unavailable port

agentflare

1.2.0 - 2026-07-08

Added

  • skill registry MCP — skill_search + skill_load (#92)
  • (ponytail) per-session mode + status report (#87)
  • (ponytail) SubagentStart agent_type regex matcher (#91)
  • detect competing compression plugins during init (#86)
  • agent-detector process-tree detection + auto-wire ponytail hooks
  • ponytail L1 integration — port runtime to Rust
  • add apt PPA and Docker distribution channels
  • add --reload-daemon and shallow profile isolation (Auth vault: shallow profile mode for orchestrators #35, Auth vault: wire --reload-daemon flag to activate #36) (#41)
  • add eyre + color-eyre for rich error reporting (#40)
  • add thiserror typed errors (partial - auth, auth_runner) (#39)
  • adopt mise conventions - build info, edition 2024, lints, tooling (#38)
  • auth vault phases 3+4 - failover, isolation, encryption (#23)
  • auth vault phase 2 - rotation, cooldown, health scoring (#23)
  • add auth_db SQLite layer for health, cooldown, rotation state
  • add auth profile vault (Phase 1, addresses Feature: Auth Profile Vault & Account Switching (CAAM-style) #23)

Fixed

  • close ponytail parity gaps from upstream PR audit (#61) (#96)
  • post-1.0.0 code review — ponytail custom skills, auth health scoring, CI defects (#94)
  • remove hard-coded cryptographic salt (LEGACY_SALT)
  • add SAFETY docs to unsafe set_var/remove_var blocks
  • (hook) stdin timeout + stderr logging + bare /agentflare report (#80)
  • resolve all zizmor errors on master
  • add .gitmodules for winget-pkgs submodule reference
  • remove no-stale-brand job - pre-existing submodule corruption causes checkout cleanup failure (winget-pkgs/ phantom reference)
  • correct sccache-action SHA
  • pin all actions to commit SHAs, tighten release permissions
  • CI - zizmor PR-only, security-check path filter, concurrency guard
  • review fixes - encryption, format marker, Windows env, retry backoff
  • add actions:write permission for nested workflow dispatch

Other

  • allow manual dispatch of release-plz workflow (#97)
  • (cla) skip the job entirely for maintainer and bot PRs (#95)
  • add .gitattributes for cross-platform CRLF handling (#82)
  • multi-crate workspace + mise-style CLI
  • Revert "fix: remove accidental winget-pkgs submodule - manifests are in winget/"
  • add winget auto-update workflow using komac
  • add winget manifests for v1.1.0
  • auth vault phase 2 implementation plan
  • auth vault phase 2 design spec
  • scoop manifest: agentflare 1.1.0


This PR was generated with release-plz.

Summary by CodeRabbit

  • Documentation
    • Added changelogs for Caveman and Agentflare Artifacts.
    • Documented initial 0.1.0 releases, upcoming changes, artifact capabilities, session handoff support, rendering, sharing, and port-handling fixes.

@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Adds Keep-a-Changelog formatted files for Caveman and agentflare-artifacts, each with an Unreleased section and a dated 0.1.0 release entry describing package changes.

Changes

Package changelogs

Layer / File(s) Summary
Add Caveman release history
crates/caveman/CHANGELOG.md
Creates the changelog with standard headers, an Unreleased section, and a dated 0.1.0 entry covering the L1 integration and Rust markdown compressor port.
Add agentflare-artifacts release history
crates/agentflare-artifacts/CHANGELOG.md
Creates the changelog with Unreleased and dated v0.1.0 sections covering artifact capabilities, the SessionEnd hook, and a --port fix.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description omits the required Summary, Test plan, and Notes for reviewers sections from the template. Add the required sections: Summary, Test plan with checklist items, and Notes for reviewers covering risk and compatibility.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title matches the PR's main purpose as a release/chore change and is concise.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-07-10T02-38-19Z

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
crates/caveman/CHANGELOG.md (1)

12-14: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Use the standard Added category.

This is newly delivered functionality, so Other does not conform to the Keep a Changelog categories declared above and makes release-note classification less clear.

Proposed fix
-### Other
+### Added
🤖 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/caveman/CHANGELOG.md` around lines 12 - 14, Move the Caveman L1
integration changelog entry from the “Other” section into the standard “Added”
category in CHANGELOG.md, preserving its existing text and link.
🤖 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.

Nitpick comments:
In `@crates/caveman/CHANGELOG.md`:
- Around line 12-14: Move the Caveman L1 integration changelog entry from the
“Other” section into the standard “Added” category in CHANGELOG.md, preserving
its existing text and link.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 5912971a-e951-4af8-8639-a07672cd3ac2

📥 Commits

Reviewing files that changed from the base of the PR and between 737af7a and 9a48935.

📒 Files selected for processing (1)
  • crates/caveman/CHANGELOG.md

@github-actions
github-actions Bot force-pushed the release-plz-2026-07-10T02-38-19Z branch from 9a48935 to 23d47ee Compare July 11, 2026 02:13
@getappz
getappz merged commit c05d15e into master Jul 11, 2026
4 checks passed
@getappz
getappz deleted the release-plz-2026-07-10T02-38-19Z branch July 11, 2026 06:09
This was referenced Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant