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 looks like a seriously powerful setup for developers who live in the terminal Managing multiple workspaces, layouts, and tools in one interface could save a ton of context-switching time I’m curious how it handles really large projects with complex dependencies Does the AST search and multi-window setup stay smooth when the workspace scales
Termdock
@prisans Hi Prisans,
On large projects, the AST graph can run slower. It indexes the codebase’s dependencies and calls; deeper node levels add overhead.
Using the API will be faster since it skips graph rendering. The API isn’t available yet and will be opened in a later release. We’re working on performance so you can query directly via the API, with cross‑workspace support.
If you have any concerns, we can pause. Share your project size and key scenarios, and we’ll assess the smoothest path together.
@hcyt The AST explanation really clears things up The idea of adding an API for faster querying sounds like a strong step forward since large projects can get heavy fast An adaptive mode that adjusts based on project size could make a big difference in keeping things smooth Excited to see how performance evolves once the API is live
Termdock
@prisans Thanks for the feedback. I’ll move the node‑depth filter earlier in the pipeline and adjust the algorithm. This should more precisely control load and keep lookups on large projects steady.
Cal ID
Congratulations on the launch hope today brings you amazing results
Termdock
@sanskarix Thanks for the support! We’ll continue to strengthen the integration between Termdock and CLI development tools to make workflows even more seamless.