You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subagent tree lines never break: long descriptions/activity no longer
cut the │ connectors when multiple agents run in parallel (WolfPack and
plain multi-agent calls alike).
No more height bouncing: streaming activity is rendered as a single
stable row, so panels stop growing/shrinking while agents work.
Single-agent preview rows stabilized: thinking/output previews are
truncated to one row and no longer push the layout around.
Approval panel keeps its buttons: very long commands (e.g. big
heredocs) are folded to 10 lines with a "N more lines hidden" hint, so
the Allow Once / Deny options stay on screen.
Onboarding
First-run configuration card: fresh installs get a guided card that
jumps straight into model configuration (Enter to configure, Esc to skip).
Observability
reportedModel in wire logs: each LLM call now records the model the
provider actually served (gateway routing included), alongside the
requested model — visible in the session wire.jsonl (step.end).
Performance
Faster startup on Windows: host-environment detection (which walks
PATH and probes dozens of paths) is now cached on disk, cutting startup
by seconds on subsequent launches.