Skip to content

v1.1.58

Choose a tag to compare

@github-actions github-actions released this 11 Feb 15:12
· 6484 commits to dev since this release

TUI

  • Dismiss dialogs with Ctrl+C in TUI (@kitlangton)
  • Keep /share command available to copy existing share link (@kitlangton)
  • Add mode-specific input placeholders to improve context-aware prompts (@kitlangton)
  • Prevent home wordmark corruption in height-constrained terminals (@kitlangton)

Desktop

  • Revert WSL backend mode feature for desktop
  • Notifications enabled on child sessions
  • Terminal PTY buffer now properly carries over between sessions
  • Terminal resize functionality fixed in app

Thank you to 1 community contributor:

  • @kitlangton:
    • fix(tui): prevent home wordmark corruption in height-constrained terminals (#13069)
    • feat(prompt): mode-specific input placeholders (#12388)
    • fix(tui): keep /share available to copy existing link (#12532)
    • fix(tui): dismiss dialogs with ctrl+c (#12884)