Skip to content

TermDock v1.14.0

Choose a tag to compare

@cyh7789 cyh7789 released this 21 Jun 15:14

Downloads

macOS

  • Termdock-1.14.0.dmg - Intel Mac installer
  • Termdock-1.14.0-arm64.dmg - Apple Silicon installer

Windows

  • Termdock.Setup.1.14.0.exe - Windows installer

Linux

Linux version is not available yet.

What's New

Termdock v1.14.0

AST Worker Process & Code Graph

  • AST service migrated to a dedicated utilityProcess — indexing no longer blocks the main process
  • LSP features restored in worker mode
  • Per-workspace AST toggle — enable or disable code analysis for each workspace
  • Code graph MCP server available over stdio for external tool integration
  • Fixed worker memory explosion on large codebases

Tool Runtime

  • New unified Tool Runtime — all internal capabilities registered through a single registry with Zod validation
  • Terminal, Git, and AST tools exposed through the runtime
  • Directional code context graph tools for navigating callers, callees, and dependencies
  • Command isolation and agent input attribution in the write coordinator

Terminal Stability

  • Fixed session freeze caused by batch flush handle collision across timer types
  • Fixed session freeze caused by forwarder flow-control credit exhaustion
  • Fixed bracketed paste state tracking preventing terminal stuck in paste mode
  • Fixed cross-chunk OSC escape sequence parsing
  • Fixed tmux passthrough DCS wrapping silently dropping OSC notifications
  • Detached terminals now restore from headless serialize instead of raw PTY replay

Workstream & Agent Hooks

  • CLI hook installer for bridging agent events into the workstream
  • Workstream replies to exit plans, generic questions, and permission hooks
  • OSC 99/777 terminal notifications ingested as session attention events

UX Improvements

  • Workspace path can now be edited in-place from the sidebar
  • Unified fuzzy and wildcard matching across workspace search
  • Long-running task sleep guard prevents unnecessary wake-ups
  • Fixed idle power consumption from persistent animations and unthrottled background rendering

Installation Instructions

  1. Download the installer for your platform
  2. On macOS, open the DMG and drag Termdock to Applications folder
  3. On macOS, first launch may require allowing the app in System Preferences > Security & Privacy

Report Issues

Found a bug? Please report it in our Issues section.