Skip to content

v1.1.66

Choose a tag to compare

@binaricat binaricat released this 14 Jul 10:43
2d8d4ca

✨ Release Highlights

πŸš„ Faster, smoother terminal bulk output

Large dumps no longer stutter through tiny 4KB chops and cooperative yields. The output pipeline uses larger plain-write shards, a higher drain budget, and smarter coalescing: microtasks on the normal screen, animation frames for alternate-screen TUIs.

Under flood pressure Netcatty quiets line timestamps and keyword highlighting so xterm can keep painting, then restores them after the stream settles. Alternate-screen CSI handling is harder to tear, paste bookkeeping survives the bulk path, and typing plus Ctrl-C stay responsive while cat, yes, and build logs fly by.

πŸ” Safer multi-factor SSH and password prompts

Servers that issue two consecutive keyboard-interactive factors (login password, then EDR / secondary password) can complete both steps instead of treating the first factor as final. Rejected credentials stay blocked across factors, retries are capped, and password or OTP contents are redacted from auth logs.

In the terminal, Password prompt assist is configurable: Off, quick fill with Enter (host session password), or a credential picker for armed su prompts. Assist never auto-sends secrets, rejects forged child prompts, and keeps full keychain listing gated behind real su arming.

πŸ—‚οΈ Vault select-before-connect and denser toolbars

Vault host click behavior can switch to select first, connect second for grid, list, and tree views, with multi-select and context-menu Connect unchanged. Terminal and SFTP toolbars gain a dense layout mode with per-item show / collapse / hide, so chrome stays useful without crowding the pane.

πŸ€– Codex GPT-5.6 and calmer OpenCode

Codex model presets include GPT-5.6 Sol / Terra / Luna with catalog-aligned efforts (including max / ultra where supported), gated on the installed CLI version after upgrading @openai/codex-sdk to 0.144.x. OpenCode no longer spawns process storms when the agent is unused, and su no longer trips spurious OSC 7 cwd errors.

Download based on your OS:

OS Download
Windows Setup x64
macOS DMG Apple Silicon DMG Intel X64
Linux AppImage x64 DebPackage x64 RpmPackage x64 ArchPackage x64
AppImage arm64 DebPackage arm64 RpmPackage arm64 ArchPackage arm64

What's Changed

  • perf(terminal): improve output throughput and keep bulk terminal output smooth by @binaricat in #2167
  • fix(ai): add Codex GPT-5.6 models and upgrade codex-sdk by @binaricat in #2170
  • fix(ssh): support consecutive interactive auth factors by @binaricat in #2171
  • fix(settings): move Custom CSS docs into a help modal by @binaricat in #2177
  • feat(vault): optional select-before-connect host click (#2116) by @binaricat in #2175
  • feat(terminal): configurable su/sudo password prompt assist (#2156) by @binaricat in #2176
  • feat(ui): customizable dense toolbars (show / collapse / hide) by @binaricat in #2183
  • fix(terminal): prevent osc7_cwd errors after su by @binaricat in #2181
  • fix(ai): stop OpenCode process spawn storms when unused (#2184) by @binaricat in #2185
  • fix(ci): pin @anthropic-ai/sdk so npm ci stays in sync by @binaricat in #2186

Full Changelog: v1.1.65...v1.1.66