v2.1.4
Toki v2.1.4: click-to-connect onboarding
Fresh installs previously hit a dead-end "Config needed / Open README" card and had to hand-write ~/.toki/config.json. This release replaces that with a click-to-connect onboarding screen in the popover.
Added
- Click-to-connect onboarding: when no
config.jsonexists yet, the popover scans for Claude Code (Keychain), Codex (~/.codex/auth.json), and OpenCode (local database) and lets you add them with one click instead of hand-writing JSON. A manual JSON editor link remains for advanced setups. - Re-scans automatically each time the menu bar icon is clicked while onboarding is showing, so signing into a tool after Toki launched doesn't require a restart.
Fixed
ConfigLoader.savenow creates~/.tokiif it doesn't exist yet, so the first-ever config write (including from the new onboarding flow) no longer fails on a fresh install.- A config.json that exists but fails to parse is never silently overwritten by the connect flow, and a config.json that's simply empty is no longer treated as a dead end.
Full Changelog: v2.1.3...v2.1.4
- Toki v2.1.4: click-to-connect onboarding by @aashutoshrathi in #10