clawlight now watches more than Claude Code. This release adds Codex CLI and GitHub Copilot CLI adapters alongside the existing opencode support: one clawlight install wires up every coding agent it detects, and all sessions roll into the same TUI, tray icon, and lamp — with per-agent badges (cx / co / oc) next to non-Claude sessions. Usage/spend tracking now folds in Codex rollouts too.
Notes:
- Codex needs version >= 0.144; approve the new hook entries once via
/hooksinside Codex. - Copilot sessions appear on their first prompt (Copilot fires no lifecycle event before that), and already-open sessions need a restart after install.
- Fixed: sessions from agents that run hooks through a tty-inheriting shell (Copilot) were being reaped to "done" while still live.
What's Changed
- Add Codex CLI as a harness adapter (+ Codex usage tracking, tray start key) by @rayovims in #9
- Add GitHub Copilot CLI as a harness adapter by @rayovims in #10
Full Changelog: v0.12.0...v0.13.0