Skip to content

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 03 Aug 00:09
· 32 commits to main since this release

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 #000000 editor 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

  • 4b26c54 aligns editor chrome with active themes.
  • ca33a0c stabilizes managed language-tool installs.
  • b8280d2 stops complete test process trees.
  • dbffa12 and 973e5d1 stabilize terminal output and contrast.
  • 5a73f9d restores colored explorer icons.
  • 0ed0053 and 392c54e add and stabilize Axon Line Trace.
  • 1abda09 adds Axon Black and Axon White.
  • 8cc14f6 enriches Git author identity surfaces.
  • f273bfd expands Spotify playback.
  • 64d6009 identifies workspace windows natively.
  • d38647f refreshes the desktop app icon.
  • 13bc217 opens external files with workspace intelligence.
  • 888083a reduces workspace file appearance latency.
  • 715b522 restores release validation after the Line Trace UI update.