Skip to content

v0.1.88

Choose a tag to compare

@andrewtheart andrewtheart released this 10 Aug 00:01
795fc92

What's changed

Copilot session resume

  • The resume picker now loads in two passes: resumable Copilot CLI sessions appear first, then VS Code and Visual Studio history is added in a second, longer-running scan. Previously a cold scan of every editor transcript could exceed the request timeout and report that no sessions were found.
  • The status line reports progress during the second pass (for example, "Adding VS Code and Visual Studio historyΓǪ").
  • When the bridge times out or is disconnected, the picker now says so explicitly instead of claiming there are no sessions. A genuinely empty result still reads as "No resumable sessions found."

Terminal keyboard and clipboard

  • Ctrl+C with no selection interrupts the running command immediately again, and repeated presses keep interrupting. The three-rapid-press escape hatch now applies only when a selection makes the press ambiguous, and the copy half still follows a rebound Copy shortcut.
  • Ctrl+V with non-text clipboard contents (for example a screenshot), or when the clipboard cannot be read at all, now forwards the keystroke to the terminal so Copilot and Claude can read and attach the image themselves. Text pasting is unchanged, and the previous "Clipboard unavailable" error toast is gone.
  • Ctrl+Tab is now a default binding for "Next page", alongside Ctrl+PageDown, and cycling wraps from the last page back to the first. The chord is consumed by the shortcut handler instead of leaking into the terminal as a literal tab, and it can be reassigned or cleared from the keyboard shortcuts page. Tab is also spelled out correctly in shortcut accessibility labels.

Developer and packaging

  • Version bumped to 0.1.88 across package.json, the renderer, the Inno Setup installer script, and the Visual Studio extension manifest.
  • New end-to-end tests cover clipboard image paste, staged Copilot resume listing, and Ctrl+Tab page cycling; the Ctrl+C copy tests were extended for the no-selection interrupt path.

Installation

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

Assets

  • MultiTerm-Setup-0.1.88.exe
    • Size: 109661004 bytes
    • SHA-256: 4dc7778c66834287378108e31dca0968e18b583cc3c268a2eb1e05b0264fe8e7

Validation

  • Installer build completed.
  • Version metadata consistency checks completed.

Full changelog

Compare v0.1.87...v0.1.88