Skip to content

v0.1.96

Choose a tag to compare

@andrewtheart andrewtheart released this 14 Aug 19:39
59bbc8c

What's changed

GitHub Copilot session resume

  • Native CLI session metadata now appears first in the resume picker, with VS Code and Visual Studio history added in a background pass so the list is usable sooner.
  • Linked-worktree details and their Review / Bring changes back actions are attached during the aggregate pass rather than the fast CLI pass, so a cold or unavailable repository path can no longer delay or stall the resumable list.
  • The staged listing keeps its "Adding VS Code and Visual Studio history" status while the slower pass completes, and the picker no longer overwrites staged results before the full pass returns.
  • CLI-only requests skip worktree enrichment entirely, so a slow saved worktree path or Git command cannot fail assistant restore; when the bridge is unreachable, only the CLI request is issued and Refresh stays available.

Terminal scrolling

  • Scroll to bottom in a live TUI now sends scroll steps in batches with a shorter settle delay, making the jump to the bottom faster.
  • Added a passive confirmation delay before declaring the bottom reached, so a busy TUI that repaints after the quick sample is no longer mistaken for the end of output.

Documentation

  • HELP.md and in-app help describe the new ordering: native CLI metadata first, with editor history and linked-worktree actions added in the background.

Developer and packaging

  • Version bumped to 0.1.96 across package.json, the Inno Setup installer script, the Visual Studio extension manifest, and the in-app APP_VERSION.
  • Unit and end-to-end tests updated to cover deferred worktree enrichment, the CLI-only session request path, and the new scroll-to-bottom batch/settle/confirm timings.

Installation

Download the attached MultiTerm-Setup-0.1.96.exe and run it to install or update MultiTerm Workbench.


## Assets
- MultiTerm-Setup-0.1.96.exe
  - Size: 109703088 bytes
  - SHA-256: 09be7250f80f720355e1b1f469a52ea3494506f253838fcb4258e357c0bfd6c0

## Validation
- Installer build completed.
- Version metadata consistency checks completed.

## Full changelog
[Compare v0.1.95...v0.1.96](https://github.com/andrewtheart/multiterm-workbench/compare/v0.1.95...v0.1.96)