Skip to content

v0.13.0 — Codex CLI & GitHub Copilot CLI support

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:26
· 3 commits to main since this release

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 /hooks inside 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