Added
- VS Code extension: debug submenu with log level picker, open log file, and a togglable session status panel showing agent statistics (steps, tokens, tokens/sec, context, cost)
Changed
- Open the session picker faster by building the merged session listing once per cursor walk instead of on every page.
- Renamed
SessionBackendKindliterals from"python"/"rust"to"legacy"/"unified"to match backend identity naming.
Fixed
- An "always" permission grant that fails to reach
~/.vibenow warns instead of passing silently:ConfigOrchestrator.set_fieldreturns its errors rather than raising, so an ignored failure looked exactly like a successful write and the next session asked again with nothing to explain why. - Steered prompts now preserve their host-provided display content in app-server session history.
- Preserve the selected permission mode when a session starts in a worktree.
- Managed worktree creation, attachment, and retention cleanup are serialized across processes, and stale reservations are recovered safely.
- Stop dropping a session from the picker when it is touched while paging through the list.