Skip to content

TempoTerm 0.0.9

Choose a tag to compare

@mukiwu mukiwu released this 26 Jun 17:08
· 8 commits to master since this release

正體中文

feat

  • 鍵盤快捷鍵:新增一整套快捷鍵,涵蓋開分頁、關分頁、切分頁、分割面板、搜尋、縮放等
  • zsh 指令自動建議:依歷史以灰字(ghost text)提示曾經輸入過的指令,按 → 接受
  • Claude Code / Codex 啟動器:可從啟動器直接開 Claude Code 或 Codex,並可在設定填好預設帶入的參數
  • Agent session 系統通知:被追蹤的 agent 需要批准或完成時,若視窗未聚焦會跳桌面通知
  • 終端機內搜尋:在終端機輸出裡找字,可找下一個與上一個
  • 滑鼠懸停動作卡片:滑到輸出中的 IP、host:port 或壓縮檔,跳出可執行的快速指令(ping、curl、解壓縮等)
  • 大量輸出保護:終端機瞬間吐出大量內容時改用批次寫入並提示,避免畫面卡住
  • 終端機設定獨立區塊:把終端機相關選項整理成設定裡的獨立分頁
  • AI 預設帶入終端機輸出:助手預設會把目前終端機的輸出當作上下文
  • 送出前遮蔽機密:抓取的上下文在送到 LLM 之前,會先把疑似機密的內容遮蔽
  • Windows ssh-agent 驗證:Windows 上支援用 ssh-agent(named pipe/Pageant)做 SSH 金鑰驗證
  • 分頁右鍵選單:右鍵分頁可改名或關閉,改名會進入行內編輯,原本的雙擊改名照舊
  • 自訂 shell 路徑:設定 → 終端機可指定要啟動的 shell 執行檔,留空就用系統預設,Windows 使用者可指向 pwsh / PowerShell 7
  • 狀態列系統資訊:狀態列即時顯示 CPU、記憶體用量與網路上下行速度,每 2 秒更新,滑鼠移過去會顯示詳細數字
  • Windows 自訂標題列:Windows 改用自畫的標題列,含拖曳區與最小化、最大化、關閉按鈕,macOS 維持原生標題列不變

fix

  • 終端機焦點框線:作用中面板的框線顏色調淡為 40% 透明度,不再太搶眼
  • 快捷鍵與 zsh 自動建議:修正快捷鍵與自動建議的一些邊角狀況

感謝

  • 鍵盤快捷鍵、zsh 指令提示、Claude / Codex 啟動器與 session 通知由 @oberonlai 貢獻(#53#59

English

feat

  • Keyboard shortcuts: a full set of shortcuts covering new/close/switch tab, splitting panes, search, zoom, and more
  • zsh command autosuggestions: dim ghost-text suggestions from your history as you type, accept with →
  • Claude Code / Codex launcher: start Claude Code or Codex straight from the launcher, with default flags you can set in settings
  • Agent session notifications: a desktop notification when a tracked agent needs approval or finishes while the window is unfocused
  • In-terminal search: find text in the terminal output, with next and previous
  • Hover action cards: hover an IP, host:port, or archive in the output to get quick commands (ping, curl, extract, and so on)
  • Large-output protection: a burst of terminal output switches to a batched writer with a notice, so the UI stays responsive
  • Terminal settings section: terminal options gathered into their own section in settings
  • Terminal output in AI context by default: the assistant sees the current terminal output as context out of the box
  • Redact secrets before sending: scraped context is scrubbed of likely secrets before it goes to the LLM
  • ssh-agent auth on Windows: SSH key auth via ssh-agent (named pipe / Pageant) on Windows
  • Tab context menu: right-click a tab to rename or close it; rename enters inline editing, and the existing double-click-to-rename still works
  • Custom shell path: Settings → Terminal lets you point at a specific shell executable; leave it empty to keep the system default, so Windows users can use pwsh / PowerShell 7
  • Status bar system metrics: live CPU, memory usage, and network down/up rates in the status bar, refreshed every 2s, with the exact figures on hover
  • Windows custom title bar: Windows gets a self-drawn title bar with a drag region and minimize / maximize / close buttons; macOS keeps its native title bar

fix

  • Terminal focus border: the active pane's border color is softened to 40% opacity so it's less heavy
  • Keyboard shortcuts & zsh autosuggestions: fixed a few edge cases in the shortcuts and autosuggestions

Thanks

  • Keyboard shortcuts, zsh command autosuggestions, the Claude / Codex launcher, and session notifications were contributed by @oberonlai (#53, #59)