feat: multi-provider support (Claude Code + Codex)#1
Merged
Conversation
- add test coverage
Replace manual cross-compile release workflow with GoReleaser v2. Add one-liner install script with platform detection and fallback. Update SKILL.md for multi-provider support and new features. Add Makefile skill target for packaging. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (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.
Summary
/.claude) + Codex (/.codex) sessions merged by project, sorted by activity--provider cc|cx,--after,--before,--model,--sort time|messageson search and sessions commands--briefflag strips to conversation-only (human input, agent responses, compactions, delegation conclusions)Stats
Review findings addressed
--beforeoff-by-one (ParseBeforeDate advances to next day midnight)--provider+--type projectdead path (now checks project sessions)--sortwas no-op (now sorts by EndTime or MessageCount)Test plan
go test ./...— 255 tests passccx sessions --provider=cx --limit=5— codex-only filter worksccx search --provider=cc "auth"— claude-only search worksccx sessions --after=2026-04-01— date filter worksGenerated with Claude Code