KingDownloads

terax-ai version history

11 releases tracked, newest first.

v0.8.5

Jul 10, 2026
- Added per-tab language override and branch checkout in the UI. - Introduced notifications for Codex and Gemini CLI, and selectable formatters in the editor. - Enhanced LSP support with premium intellisense and 13 new languages. - Improved editor features, including AI chat shortcuts and markdown note support.

7 downloads

v0.8.2

Jun 23, 2026
- Added syntax highlighting for more formats and Dockerfile variants - Introduced new AI models: Grok 4.3, Grok Build 0.1, Claude Opus 4.8, and GPT-5.5 Pro - Added word wrap toggle to editor settings and Twig language support - Implemented user-selectable default shell for terminal

7 downloads

v0.8.1

Jun 19, 2026
## What's Changed * nix: update sources to 0.8.0 by @github-actions[bot] in https://github.com/crynta/terax-ai/pull/791 * fix(pty): preserve fish cwd tracking with starship by @Lani0516 in https://github.com/crynta/terax-ai/pull/798 * fix(tabs): skip close dialog for last tab in space by @hexxt-git in https://github.com/crynta/terax-ai/pull/805 * build(deps): bump the cargo group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/770 * build(deps-dev): bump the npm-dev group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/796 * feat(ai): add Groq and Whisper.cpp STT providers by @zsuryk in https://github.com/crynta/terax-ai/pull/811 * build(deps): bump the npm-prod-minor-patch group across 1 directory with 15 updates by @dependabot[bot] in https://github.com/crynta/terax-ai/pull/808 * feat(theme): standalone editor theme picker, more themes, font fixes by @crynta in https://github.com/crynta/terax-ai/pull/815 * fix(wsl): restore per-space workspace env on reopen by @agrimshar in https://github.com/crynta/terax-ai/pull/799 * fix(terminal): #448 Terminal fails to initialize on lau

7 downloads

v0.8.0

Jun 12, 2026
## What's Changed * feat(terminal): macOS line/word readline bindings (Cmd+Arrow, Cmd/Opt+Backspace) by @AielloChan in https://github.com/crynta/terax-ai/pull/493 * test: add rust unit and integration tests for fs, git, secrets, shell, pty by @crynta in https://github.com/crynta/terax-ai/pull/540 * feat(terminal): zsh Option+Right stops at word-end, matching Warp/iTerm2 by @AielloChan in https://github.com/crynta/terax-ai/pull/494 * Add Astro syntax highlighting by @zynthic-au in https://github.com/crynta/terax-ai/pull/396 * feat(tabs): close tab on middle mouse button click by @MattiaFailla in https://github.com/crynta/terax-ai/pull/484 * fix(ai): only show Ask Terax popup when clicking inside terminal or editor by @sandy-sachin7 in https://github.com/crynta/terax-ai/pull/468 * feat(editor): LaTeX (.tex) syntax highlighting by @GeronimoCastano in https://github.com/crynta/terax-ai/pull/482 * feat(terminal): clear scrollback with Cmd+K by @TimmyPan29 in https://github.com/crynta/terax-ai/pull/522 * feat(editor): implement editor auto save with configurable delay by @JyotirmoyDas05 in https://github.com/crynta/terax-ai/pull/545 * fix(terminal): block IME composition keydow

7 downloads

v0.7.3

May 25, 2026
## What's Changed * fix(editor): set the original file's permissions into the renamed tmp… by @faresmuhammad in https://github.com/crynta/terax-ai/pull/402 * fix(pty): authorize CLI launch directory in workspace registry on startup by @sauravhathi in https://github.com/crynta/terax-ai/pull/413 * fix: make settings window resizable and increase default size by @abhishek0wb in https://github.com/crynta/terax-ai/pull/416 * fix: terminal cwd above home, Windows verbatim paths, test/CI hardening by @crynta in https://github.com/crynta/terax-ai/pull/453 * feat(agents): agent notifications and management by @crynta in https://github.com/crynta/terax-ai/pull/473 * fix(windows,terminal): System32 launch dir, PTY reload reap, paste + stale-render, CI by @crynta in https://github.com/crynta/terax-ai/pull/476 * feat(fs): live filesystem watcher for explorer tree and open editors by @crynta in https://github.com/crynta/terax-ai/pull/488 * feat(ai): /claude-code command to orchestrate agents via Terax AI by @crynta in https://github.com/crynta/terax-ai/pull/489 ## New Contributors * @faresmuhammad made their first contribution in https://github.com/crynta/terax-ai/pull/402 * @saurav

7 downloads

v0.7.1

May 21, 2026
--- Themes and customization This release adds proper theme customization in Terax. - Custom themes and presets. Build themes in the new editor, save them, switch between bundled presets and your own. Covers the terminal palette and the surrounding UI, not just one or the other. - Background images. Set a background image with adjustable opacity and blur. Defaults are now 50 percent opacity and 0 blur, the previous 70 / 16 was too heavy. - Editor-based custom theme editor. Edit theme tokens inline rather than hand-writing config. - Terminal palette. Full ANSI palette is now part of the theme model. - Text selection and Linux copy/paste. Selection rendering across themes was tightened up, and Linux clipboard handling now does the right thing. Underneath, the background image renderer also got a perf pass to keep idle cost low. AI and providers - New providers: MLX and Ollama as local providers, with autocomplete using local models. - Reasoning / thinking blocks are now stripped from history before the model call. Cerebras was rejecting them outright; other providers were paying tokens for them inside the compaction budget. Originall

7 downloads

v0.7.0

May 20, 2026
## What's Changed * feat(source panel): implement source control panel by @alpemreelmas in https://github.com/crynta/terax-ai/pull/174 * security: harden AI tool deny-list, SSRF guard, terminal OSC trust, preview iframe sandbox, WSL distro validation by @Su1ph3r in https://github.com/crynta/terax-ai/pull/319 * feat(windows): add 'Open in Terax' shell integration by @amaralkaff in https://github.com/crynta/terax-ai/pull/265 * fix(wsl): honor workspace env for git and shells by @viniraioli in https://github.com/crynta/terax-ai/pull/345 * feat(ai): add Mistral provider by @zico20047 in https://github.com/crynta/terax-ai/pull/355 * fix(explorer): keep file tree static across InlineInput open/cancel cycles (#123) by @Su1ph3r in https://github.com/crynta/terax-ai/pull/337 * fix(ai): implement responsive scrollable todo list in mini-window by @shethshlok in https://github.com/crynta/terax-ai/pull/353 * feat(editor): add Ruby syntax highlighting by @wnsdud-jy in https://github.com/crynta/terax-ai/pull/294 * fix(terminal): support Option arrow word navigation by @AielloChan in https://github.com/crynta/terax-ai/pull/308 * fix(terminal): repaint TUIs on resume instead of replaying

7 downloads

v0.6.6

May 16, 2026
## What's Changed * TUI Apps hibernate issue fix * RendererPool: K=4 -> K=5 * Fish support stability improvments * fix(tabs): don't silently drop unsaved edits when file is deleted by @eulex in https://github.com/crynta/terax-ai/pull/165 * feat(ai): add workspace file picker with @ trigger by @rrr63 in https://github.com/crynta/terax-ai/pull/95 **Full Changelog**: https://github.com/crynta/terax-ai/compare/v0.6.5...v0.6.6

7 downloads

v0.6.5

May 15, 2026
Terminal (xtermjs WebGL) Performance & Optimizations - RendererPoll. **Full Changelog**: https://github.com/crynta/terax-ai/compare/v0.6.4...v0.6.5

7 downloads

v0.6.4

May 14, 2026
## What's Changed * fix(settings): make model dropdowns scrollable by @Kushal2205a in https://github.com/crynta/terax-ai/pull/226 * fix :split divider bleed from inactive terminal tabs by @shiva-manu in https://github.com/crynta/terax-ai/pull/222 * feat(workspace): add suport WSL (Windows) workspace environment by @viniraioli in https://github.com/crynta/terax-ai/pull/202 * fix(explorer): clip overflow so tree names and inline inputs fit the sidebar by @amaralkaff in https://github.com/crynta/terax-ai/pull/215 ## New Contributors * @Kushal2205a made their first contribution in https://github.com/crynta/terax-ai/pull/226 * @shiva-manu made their first contribution in https://github.com/crynta/terax-ai/pull/222 * @viniraioli made their first contribution in https://github.com/crynta/terax-ai/pull/202 ## Security Fixed a critical vulnerability where a remote SSH server (or any process writing to the PTY) could cause Terax to open arbitrary local files in the editor with no user interaction or warning, exposing SSH keys, cloud credentials, files, and other secrets readable by the OS user. The OSC 8888 escape sequence handler has been removed entirely. A Git

7 downloads

v0.6.3

May 13, 2026
## What's Changed * fix(windows): set main window title by @AyoubAchour in https://github.com/crynta/terax-ai/pull/139 * fix(explorer): prevent inline input from blurring on context menu rename/create by @DziugisLT in https://github.com/crynta/terax-ai/pull/122 * fix(pty): unblock Tauri worker on Windows pty_close by @amaralkaff in https://github.com/crynta/terax-ai/pull/150 * feat(ai): add Gemini 2.5 Flash and Gemma 4 31B models by @Xenos112 in https://github.com/crynta/terax-ai/pull/104 * chore(search): refine search focus and keyboard handling for both explorer and file searches by @hexxt-git in https://github.com/crynta/terax-ai/pull/75 * fix(terminal): clear pendingExit and hold ptyOpening in respawnSession by @BadhriNadhBade in https://github.com/crynta/terax-ai/pull/132 * feat(ui): replace browser confirm with styled dialog for unsaved tab … by @Xenos112 in https://github.com/crynta/terax-ai/pull/90 * fix(terminal): ensure UTF-8 encoding for PowerShell and shell locale by @debugdoctor in https://github.com/crynta/terax-ai/pull/170 * fix(editor): add syntax highlighting for C, C++, Java and C# by @qbx11 in https://github.com/crynta/terax-ai/pull/117 * feat(terminal)

7 downloads