You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSH connections: open SSH sessions directly in TempoTerm; connection details and key passphrases can be remembered (stored in the OS keychain)
SSH local port forwarding (-L)
SFTP remote files: while an SSH session is active, browse, upload, download, and edit remote files from the file explorer
Context-aware assistant: the assistant sees the file you currently have open, and the editor offers inline ghost-text completions you accept with Tab
Proactive update prompt: a new version is surfaced while the app is running, so you don't have to relaunch to find it
Cloud API keys in a local encrypted file: provider keys (OpenAI and others) and the GitHub token move to a machine-bound encrypted file so they survive restarts and dev/release switches; SSH secrets stay in the OS keychain
Confirm before closing an unsaved tab: closing a tab with unsaved changes asks first, and a dot marks the unsaved tab while the close X appears on hover
fix
Closing without saving truly reverts: after closing a file without saving, reopening it shows the last saved content on disk instead of the discarded edits
Chat panel layout: long code and file paths in replies wrap instead of clipping; the input starts a single row, grows with its content, aligns with its buttons, and uses 13px text
Terminal initial columns: defer the first size measurement by a frame so the PTY no longer opens at the default 80 columns when width measures 0 at mount
Editor completion: Tab accepts an inline ghost-text suggestion instead of inserting an indent when one is visible
Restore current-gen OpenAI and Google model presets
SFTP sessions that finish opening after teardown are now closed, leaving no orphan connection