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. Seejetbrains-plugin/. - CLI update awareness.
status/doctornote when a newer release is out
(TTY-only, cached discovery);claude-standby update --checkreports 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