Skip to content

agterm-linux v0.13.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:40

Upstream v0.13.0

New Features

  • title-bar recent-sessions clock and attention bell, each opening a popover to jump to a recent or waiting session when the sidebar is hidden umputun#212 @umputun
  • agent-status glyphs on dashboard cells, so a session that needs attention stands out in the grid umputun#209 @umputun
  • $AGT_PANE now reports which pane a custom command fired from (left / right / scratch), so a keybinding can route a follow-up agtermctl call back into that pane umputun#210 @umputun

Bug Fixes

  • resolve a session's agent-status pane from a stable surface token, keeping the status glyph and pane-aware reveal correct across split and scratch teardown umputun#213 @umputun
  • apply libghostty mouse cursor shapes via cursorUpdate, so the pointer shape tracks what the terminal program requests umputun#207 @umputun

Source: https://github.com/umputun/agterm/releases/tag/v0.13.0

Linux

Linux adaptations

  • Add native, theme-aware GTK popovers for recent and attention sessions and keep the title-bar action cluster aligned with upstream.
  • Show live agent-status glyphs, colors, and blink state in GTK dashboard cells.
  • Route custom commands and agent status through stable left, right, and scratch pane identities, including Linux agtermctl --pane-id support.
  • Honor the full libghostty cursor-shape set while preserving hidden-cursor and link-hover precedence.
  • Keep Dock-icon bouncing as a macOS-only feature because Linux desktop shells expose no portable equivalent.

Linux x86_64 builds of agterm linux-v0.13.0.

Available formats:

  • AppImage: bundles GTK4, libadwaita, the Swift runtime, libghostty, and Ghostty resources.
  • DEB: Ubuntu 24.04 / Debian 13 or newer compatible systems.
  • RPM: modern Fedora-compatible systems with glibc 2.39 or newer.
  • tar.gz: relocatable payload for compatible modern distributions with GTK4 and libadwaita installed.

Verify downloads with agterm-linux-v0.13.0-SHA256SUMS or GitHub's build provenance:

gh attestation verify agterm-v0.13.0-x86_64.AppImage --repo melonamin/agterm-linux

Source commit: 00ddb17b0557ae6a01f6088b6b1c6d42327b961e

macOS users should install upstream agterm: https://github.com/umputun/agterm

Full Changelog: linux-v0.12.1+linux.1...linux-v0.13.0