v0.1.1
Kairos v0.1.1
Attribution fix release. The bundled Claude Code plugin now correctly tracks time during AskUserQuestion and ExitPlanMode.
What changed
- Human-input tools no longer read as one long AI grind.
AskUserQuestion(answering a question) andExitPlanMode(approving a plan) hand control to you mid-turn. The plugin now emitsai_stopwhen the agent asks andai_submitwhen you answer/approve, so your reading/deliberation time is counted as focus — not deducted as idle AI wait. Previously a long "grilling" or plan-review turn was a single giant[ai_submit, ai_stop]span that swallowed the time you spent answering. EnterPlanModeis excluded (instant mode flip, no human wait).- Plugin version bumped to
0.1.1(it versions independently of the app).
The daemon, CLI, and dashboard are unchanged from v0.1.0; this release mainly ships the fixed plugin and bumps the version.
Downloads
| File | Mac |
|---|---|
Kairos-0.1.1-arm64.zip |
Apple Silicon |
Kairos-0.1.1-x86_64.zip |
Intel |
Requires macOS 14 (Sonoma) or newer.
Install
- Unzip, then drag Kairos.app into /Applications.
- The app is ad-hoc signed (not notarized). On first launch Gatekeeper will block it — right-click the app → Open, or drop the quarantine flag once:
xattr -dr com.apple.quarantine /Applications/Kairos.app
- Launch Kairos — it runs as a menu-bar item. Open the Dashboard and configure idle/AFK, clients, and projects from its menu.
Claude Code plugin (optional)
In the app: Configure → Plugins → Claude Code → Register, then install with the Claude Code CLI:
claude plugin install kairos-claude-code@kairosSee the README for the full setup guide, and the docs for the architecture and protocol.