Releases: mazjq/agent-knocks
Releases · mazjq/agent-knocks
Agent Knocks v0.1.0 (Rust)
First Rust release of Agent Knocks — a tiny system-tray status light for AI coding agents (Claude Code / Codex / pi). Tri-state dot + intuitive earcons + toast, hook-driven, EN/中文, click-to-focus the agent's window. Native single EXE (~0.45 MB), ~10 MB resident. Windows.
Install (no Rust toolchain needed): download the zip → unzip → double-click install.cmd. Uninstall: uninstall.cmd.
Build from source instead: git clone → install.cmd (needs https://rustup.rs).
The original C# edition remains at the csharp-final release.
Agent Knocks - C# edition (final)
The original C# / .NET-Framework build of Agent Knocks (in-box csc.exe, ~25 KB exe, Windows-only), preserved at the point the project switched to the cross-platform Rust build (see issue #1).
- Portable zip attached: unzip -> double-click
install.cmd. - Source is at this tag:
git checkout csharp-final(C# sources also archived underlegacy/csharp/on the main branch). - The Rust build is the active/maintained version going forward.