Skip to content

Releases: mubit-ai/codaph

Git Worktrees Support

02 Mar 19:04

Choose a tag to compare

v0.1.15

feat: enhance project path handling across Git worktrees and improve …

Claude Code, Redacting API keys, and more

26 Feb 11:03

Choose a tag to compare

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 pull
  • codaph tui

Added

Multi-Agent Support (Passive)

  • Added provider support for:
  • claude-code
  • gemini-cli

Provider Detection + Config

  • Added provider registry/detection helpers.
  • codaph init now 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:
  • g toggles session / 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)

  • a now opens a directory picker instead of requiring full path entry.
  • P (project manager) -> a also opens the picker.
  • Picker supports:
  • up/down navigate
  • enter open/add repo
  • left/backspace parent
  • right open dir
  • . add current directory
  • h toggle hidden directories
  • / manual typed path fallback
  • Shows repo/tracked markers:
  • [repo]
  • [tracked]

Changed

Event Source Typing

  • Expanded source types to include:
  • codex_history
  • claude_code_history
  • gemini_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 status now 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 .codaph mirrors or already-pushed Mubit events.