Skip to content

Claude Console 1.3.0

Choose a tag to compare

@rshankras rshankras released this 26 Jun 13:07
1d88e0f

Live-status keys now work with zero setup

The live keys — Cost / Context / Model and Activity — read /tmp state that only gets written when Claude Code is wired with a statusLine handler and four hooks. Previously that meant cloning the repo and hand-editing ~/.claude/settings.json, so a package-only install showed defaults.

Now the plugin sets it up itself. On first load it writes the two bridge scripts to ~/.claude/claude-console/scripts/ and merges the statusLine + hooks into ~/.claude/settings.json for you. The live keys come alive on your next Claude Code session — no setup.

Safe by design: it backs settings.json up first (settings.json.claude-console.bak), merges rather than clobbers (appends a hook only if absent; chains an existing statusLine so a custom status bar still renders), writes atomically, and is idempotent. Opt out with an empty ~/.claude/claude-console/no-autowire file.

Install

  1. Download ClaudeConsole_1_3_0.lplug4 below and double-click it (Logi Options+ registers the plugin). If macOS blocks it: right-click → Open.
  2. New here? Also grab ClaudeConsole-Keypad.lp5 and import it in Logi Options+ → MX Creative Keypad → Import Profile for the full layout. Upgrading? Your profile stays put — just install the plugin.
  3. Grant Accessibility to the Logi Plugin Service on first use; press Voice and grant Microphone for offline dictation.

Upgrading from 1.2.0: install the new .lplug4 over the old one; no re-import needed. Live keys auto-wire on your next claude session.

Full notes in CHANGELOG.md.