• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / agterm / 29656914500
98%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2026 07:01PM UTC
Jobs 1
Files 70
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jul 2026 06:59PM UTC coverage: 97.569% (+0.004%) from 97.565%
29656914500

push

github

web-flow
fix: fire custom command chords from an empty window (#249)

custom command chords stopped firing once a window drained to zero
sessions. Sessions launched with `session new --command "ssh …"` close
when the connection drops, so an all-SSH window empties itself. The key
monitor gated on a focused GhosttySurfaceView, so with no surface at
first responder the chord passed through and the user's launcher chords
went dead.

the monitor now fires from a focused terminal surface, or from an agterm
terminal window whose focus is not on a text field (including an emptied
one), and passes through only for a focused text field (rename, palette,
Settings) or a non-terminal window. with no focused surface it runs the
active session if one exists, else fires a session-free launcher context
(the frontmost window id + socket) — but only for a command that does NOT
reference a session/workspace/selection token, so a session-scoped command
never runs with those tokens silently empty (an empty {AGT_SESSION_PWD}
would turn rm -rf …/* into a root glob). the same no-op covers the palette.

adds WindowLibrary.windowName(for:), CommandContext.referencesSessionScopedContext,
and XCUITests for the empty-window firing and the text-field pass-through.

7 of 7 new or added lines in 2 files covered. (100.0%)

5337 of 5470 relevant lines covered (97.57%)

5496452.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29656914500.1 18 Jul 2026 07:01PM UTC 70
97.57
GitHub Action Run
Source Files on build 29656914500
  • Tree
  • List 70
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29656914500
  • 5fd50437 on github
  • Prev Build on master (#29631178842)
  • Next Build on master (#29657303789)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc