Releases: mubit-ai/codaph
Releases · mubit-ai/codaph
Git Worktrees Support
Claude Code, Redacting API keys, and more
Codaph now supports multi-agent passive ingestion for Claude Code and Gemini CLI while keeping the same DX:
codaph init- use your agents normally
codaph push/codaph pullcodaph tui
Added
Multi-Agent Support (Passive)
- Added provider support for:
claude-codegemini-cli
Provider Detection + Config
- Added provider registry/detection helpers.
codaph initnow detects agent markers and recommends providers.- Added provider config persistence in project settings and local project snapshot.
Provider-Aware Hooks
- Added Claude Code hook installer (
.claude/settings.json) for agent-complete hook integration. - Added Gemini CLI hook installer (
.gemini/settings.json) for agent-complete hook integration. - Hook command now supports provider tagging:
codaph hooks run agent-complete --provider <provider> --quiet
TUI: Session Grouping + Provider Visibility
- Added browse grouping mode toggle:
gtogglessession/day- Day grouping is view-only (canonical sessions remain unchanged).
- Day rows open into a merged inspect view.
- Added provider summaries in session rows (e.g. mixed-provider sessions/days).
- Added provider badges in inspect rows:
- prompts
- thoughts
TUI: Project Picker (Add Project UX)
anow opens a directory picker instead of requiring full path entry.P(project manager) ->aalso opens the picker.- Picker supports:
up/downnavigateenteropen/add repoleft/backspaceparentrightopen dir.add current directoryhtoggle hidden directories/manual typed path fallback- Shows repo/tracked markers:
[repo][tracked]
Changed
Event Source Typing
- Expanded source types to include:
codex_historyclaude_code_historygemini_cli_history- Remote sync source normalization now preserves these provider sources.
Status / Help / Docs Wording
- Generalized Codex-only wording to multi-agent wording across CLI output/docs.
codaph statusnow shows:- configured agent providers
- configured agent hook providers
- provider-level local push stats
Known Limitations
- Gemini history importer is still heuristic and should be validated/tuned against more real Gemini transcript samples.
- Redaction is preventive only; it does not retroactively scrub previously written
.codaphmirrors or already-pushed Mubit events.