chore: release v0.13.0 — Oh My Pi (#56) + Yolop (#55) support - #59
Merged
Conversation
Discover, preview, resume, and delete Yolop sessions. Scans the platform-native yolop/sessions store, parses workspace.json + bounded head/tail of events.jsonl, validates session_<32hex> dir names, resumes with 'yolop --session <id>'. Integrated onto main: rebased onto the shell-escaped resume_cmd signature (#58) and the (agent, session_id) wiring. Original work by @chaliy (#55).
Register Oh My Pi as a first-class agent. Scans ~/.omp/agent/sessions/*/*.jsonl reusing the pi JSONL parser (now shared via pi::scan_from), excludes nested subagent transcripts, and resumes with 'omp --resume <id>' (verified against the omp CLI: --resume, with --session as an alias). Integrated onto main: adapted to the shell-escaped resume_cmd signature (#58); omp inherits the pi last-activity timestamp fix. Original work by @Michelh91 (#56).
New agents (Oh My Pi, Yolop) stay out of the intro/feature copy and appear only in the Supported-agents reference table + Requirements. Add a contributor guide (docs/adding-an-agent.md) covering the full wiring checklist, including the three Vec registrations the compiler can't enforce. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
#55 bumped 6 -> 8 (skipping 7); on the 0.12->0.13 upgrade the agf_version stamp forces a full rescan regardless, so use a single sequential 6 -> 7 bump covering both new-agent keys (Oh My Pi, Yolop). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts v0.13.0: two community agent integrations plus release prep. The functional/perf/time-sort fixes already landed in
mainvia #58; this PR adds the remaining agent support and the version bump.Included
Agents
omp) (#56, by @Michelh91) — scans~/.omp/agent/sessions/, reuses the pi JSONL parser (sharedpi::scan_from), excludes nested subagent transcripts, resumes withomp --resume <id>(verified against the omp CLI). Inherits the pi last-activity timestamp fix.yolop/sessionsstore, parsesworkspace.json+ boundedevents.jsonl, validatessession_<32hex>dir names, resumes withyolop --session <id>.Both are integrated onto current
main(rebased onto the #58 shell-escapedresume_cmdsignature and the(agent, session_id)wiring), with original authorship preserved.Housekeeping
CACHE_VERSIONconsolidated to a single6 → 7bump (the two new agent keys); feat(yolop): add session support #55 had jumped to 8.docs/adding-an-agent.md— contributor wiring checklist.chore: release v0.13.0—Cargo.toml+Cargo.lock, CHANGELOG.Verification
cargo test --locked(92 passed),cargo clippy --all-targets --locked -- -D warnings,cargo fmt --checkall pass. All agent wiring confirmed present in the three compiler-uncheckedVecs (all_plugins,scan_all, cache scan arms).Release steps after merge
Tag
v0.13.0(triggers the build → GitHub release → crates.io publish), then bumphomebrew/agf.rbversion + sha256 from the release checksums (separate commit, per the #53 → #54 pattern).🤖 Generated with Claude Code