codex-agent-indicator 0.4.4

Low-overhead Codex task status indicator for Logitech G915 G-keys
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Label</key>
    <string>com.codex-agent-indicator</string>
    <key>ProgramArguments</key>
    <array>
        <string>__HOME__/.local/bin/codex-agent-indicator</string>
        <string>daemon</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>KeepAlive</key>
    <dict>
        <key>SuccessfulExit</key>
        <false/>
    </dict>
    <key>ProcessType</key>
    <string>Background</string>
    <key>LowPriorityIO</key>
    <true/>
    <key>StandardOutPath</key>
    <string>__HOME__/Library/Logs/codex-agent-indicator.log</string>
    <key>StandardErrorPath</key>
    <string>__HOME__/Library/Logs/codex-agent-indicator.log</string>
</dict>
</plist>