v1.3.3
Axon v1.3.3
Axon v1.3.3 strengthens the editor's live feedback loop. Terminal output and
scrollback remain stable during long agent sessions, syntax colors and explorer
updates appear sooner, and files outside the workspace can participate safely
in normal editor and language workflows.
Terminal and performance
- Sustained agent streams preserve earlier rendered lines while the user reads
scrollback or follows live output. - Terminal rendering remains responsive under large output bursts and across
multiple Axon windows. - Syntax painting no longer waits up to 650 ms for a cold language server.
TextMate colors paint first and late LSP semantic tokens merge in place. - Active grammars preload during file reads, semantic repaint delay drops from
175 ms to 48 ms, and Go syntax repaint delay drops from 320 ms to 60 ms. - File watcher and renderer coalescing now add roughly 40 ms of fixed latency
instead of roughly 180 ms before rebuilding the explorer tree.
Files and language intelligence
- Folders can be dragged between explorer directories through the existing
validated filesystem move path. - Files dropped onto an editor pane open directly and remain editable; files
dropped onto the Files sidebar continue to import into the workspace. - Go standard-library and dependency definitions outside the project open as
exact-file, read-only tabs rather than failing workspace capability checks. - Authorized external models use the active workspace language server for
hover, completion, definitions, references, and semantic tokens. - External grants remain renderer-scoped, distinguish writable user drops from
read-only LSP definitions, and are revoked when the window closes. - File errors now omit Electron's remote-method wrapper and show the useful
message directly.
Git and interface
- Axon Line Trace shows faint inline author, age, and commit information using
the editor font without blinking or dominating source text. - A custom delayed popover presents commit details, author avatars, and profile
links without relying on native HTML title behavior. - Git Graph author previews and commit details use shared identity resolution
and position previews near the pointer. - Native windows identify their active project as
Axon - {folder}. - The packaged app uses a new high-resolution Axon ribbon icon.
Themes and media
- Axon Black provides a true
#000000editor appearance, while Axon White
provides a complete high-contrast light appearance. - Both themes include syntax, Monaco widget, terminal, and ANSI palettes.
- The duplicate Minted theme has been removed from the Apathy collection.
- Spotify now exposes Liked Songs, remembers preferred devices by name and
type, and uses a wider theme-aware player with a reduced-motion-safe waveform.
Verification
- Electron main-process and renderer production builds pass.
- All 167 editor tests and all Axon Core tests pass.
- TypeScript, ESLint, line-count, formatting, and whitespace validation pass
with only the repository's existing React hook dependency warnings.
Included commits
4b26c54aligns editor chrome with active themes.ca33a0cstabilizes managed language-tool installs.b8280d2stops complete test process trees.dbffa12and973e5d1stabilize terminal output and contrast.5a73f9drestores colored explorer icons.0ed0053and392c54eadd and stabilize Axon Line Trace.1abda09adds Axon Black and Axon White.8cc14f6enriches Git author identity surfaces.f273bfdexpands Spotify playback.64d6009identifies workspace windows natively.d38647frefreshes the desktop app icon.13bc217opens external files with workspace intelligence.888083areduces workspace file appearance latency.715b522restores release validation after the Line Trace UI update.