TermDock 1.4.1: Speed, Stability, Predictability — making 1.4.0 truly daily‑ready.
From day one, TermDock has had a simple belief: redesign writing code into a workflow that feels intuitive, powerful, and aligned with how developers think. Today we re shipping TermDock 1.4.1 a stability and speed release that paves the road for the big capabilities introduced in 1.4.0, making the changes that truly impact your daily development reliable and ready for long-term use.
We cleaned up the core. About 5,000 lines of deprecated AST v1 code are gone, the index system is unified, verbose logs reduced, and race conditions plus memory leaks in AI Session Explorer fixed. It runs smoother and gives you more control.
We made visuals and interactions trustworthy. Git Graph text positioning and color consistency are corrected, terminal cursor alignment after layout transitions is fixed, and theme previews are accurate. The details you see and touch every day are back to precise.
We invested in long-term AI memory. The AI Memory Library turns architecture, patterns, styles, lessons, and preferences into persistent, searchable memory you can share across workspaces. AST API v2 indexes at startup, provides call graphs and impact analysis, and helps you navigate large codebases without flying blind.
We kept multi-platform skills and cross-terminal operations fluid. Skills work across Claude, Codex, and Gemini CLIs. You can drag terminal tabs to rearrange or split panes, and drag selected text from one terminal to another your workspace moves the way you want, instead of the tool dictating the flow.
We protected input continuity. IME composition preservation and the Input Snippet Manager quietly save interrupted Chinese/Japanese input, offer toast-based restore when composition is cut, and preserve snippets across sessions. It s not flashy, but it prevents one distraction, start over in real life.
1.4.1 is about landing the capabilities. 1.4.0 drew the blueprint with AI Session Explorer, AST API v2, cross-terminal text drag, the skill system, and the Morandi-inspired comfort themes. 1.4.1 locks these into everyday workflows: more accurate graph layouts, consistent color language, a cleaner core, and fewer edge-case hiccups.
We ll keep speed, stability, predictability as first principles, and then continue refining how AI and tools work together. The goal is simple: help you project your design and decisions into code and systems faster, without getting held back by tool limitations. That s the meaning of TermDock 1.4.1 making the capabilities that matter truly usable, reusable, and expandable day to day.
https://github.com/termdock/term...
Termdock Issue Reports & Fixes Thread
Hi everyone
I ve received reports from x64 users that the Terminal can t start. I want to confirm whether this issue affects all x64 environments or only certain setups. I don t have an x64 machine on hand, so your feedback is very helpful.
The root cause: our package shipped with the arm64 build of node-pty by default. On x64, node-pty isn t recognized, which causes the Terminal to fail at startup.

