mirror of
https://github.com/different-ai/openwork
synced 2026-05-14 11:06:25 +02:00
* fix(owpenbot): guard health timer cleanup Avoid calling clearInterval with a null timer so TypeScript builds stay green. * feat(owpenbot): add operator TUI Add a TTY-first interactive menu that talks to the owpenbot health API (direct or via openwork-server proxy) for QR, token, groups, and bindings management. * chore(desktop): refresh Cargo.lock Update the lockfile to match the current desktop crate version so Linux CI can run with --locked. * fix(owpenbot): require client token for proxy TUI When using openwork-server proxy mode, include a Bearer client token for /owpenbot/health while still supporting host-token for admin endpoints.