Skip to content

v0.9.6 — native JetBrains cockpit + CLI update awareness

Latest

Choose a tag to compare

@0xsaju 0xsaju released this 27 Jul 12:33
· 1 commit to main since this release

Engine release. claude-standby update upgrades installs to 0.9.6 — matching
the extension (0.9.6) and the JetBrains plugin (0.9.6).

New

  • Native JetBrains cockpit (D49). A tool window for JetBrains IDEs
    (IntelliJ, PyCharm, WebStorm, …) — status, schedule, cancel, logs,
    diagnostics, and CLI update checks, all routed through the installed CLI so
    terminal, VS Code, and JetBrains share one engine and one task state.
    Platform-only dependency, Java 17. See jetbrains-plugin/.
  • CLI update awareness. status/doctor note when a newer release is out
    (TTY-only, cached discovery); claude-standby update --check reports the
    latest without installing. Never runs from the daemon or sensor.

Housekeeping

  • No GitHub Actions in the repo. Tests run locally (bash test/run-tests.sh);
    releases are cut manually; extensions are published by hand.

Update: claude-standby update
Fresh install: curl -fsSL https://github.com/0xsaju/claude-standby/raw/main/install.sh | bash