v0.1.24 — Guided adapter setup with CLI readiness probes and inline model management
Set up a provider in one place. Each adapter now has a guided setup modal that walks you from zero to ready: it probes the provider's CLI through a login shell to confirm it's installed and reports the detected version, runs sign-in in an embedded terminal so you never leave the workspace, and surfaces a live readiness state once you're authenticated. Plugins declare their own install command, version probe, and setup sequence, so the same flow lights up for every provider — and first-run onboarding uses it too.

Manage models without opening settings. The "Ready to use" step expands into an inline model list right inside the setup modal. Search the available models, toggle the ones you want on or off, refresh the catalog, or enable everything at once — the header keeps a running "N of M enabled" count, and "Open full model settings" is one click away when you need the complete view.
Also in this release:
- Dotfiles show up in file trees — git-backed tree listings stop hiding dotted directories, so
.github,.claude, and other config folders appear where you expect them, with hidden-entry handling centralized so the FileTree matches the server. - Stop truly stops the terminal — pressing Stop while a terminal session is running stops it immediately.