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

umputun / agterm / 30677818036
98%

Build:
DEFAULT BRANCH: master
Ran 01 Aug 2026 01:27AM UTC
Jobs 1
Files 84
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

01 Aug 2026 01:23AM UTC coverage: 97.459% (+0.02%) from 97.44%
30677818036

push

github

web-flow
feat(dashboard): accept <id>:left / :right pane refs in the ids argument (#334)

`agtermctl dashboard` took session ids, and a split session always contributed both panes as cells, so one pane of a split could not be put on the grid. Each positional id can now carry a `:left`/`:right` suffix naming one pane:

```
agtermctl dashboard A1B2C3D4                      # unchanged: every pane of the session
agtermctl dashboard A1B2C3D4:left                 # main pane only
agtermctl dashboard A1B2C3D4:left E5F6A7B8:right  # mixed, per id
```

a bare id is unchanged. The suffix is the same form `tree --json` already reports in `dashboardMembers`, so write and read round-trip, and it composes with any head (`active:left`, a unique prefix). It is case-insensitive.

this matters because the 9-cell cap counts panes and trims the tail. With nine sessions of which three are split, sessions 7-9 never reach the grid, so unwatched shell panes evict watched ones. There was no workaround: `session.split off` only hides the pane, `hasSplit` survives a hide, and only the pane's own shell exiting clears it.

**grammar**

split on the first colon, accept only `left`/`right`. Safe because a valid head can never contain a colon, since `ControlResolve.resolve` takes `active`, a full UUID, or a UUID prefix. So a pasted `surface:<id>:left` zoom address fails outright instead of half-resolving, and a typo like `A:lft` gets a real error instead of becoming a mystery `unresolved` entry.

malformed grammar is hard, a resolution miss is soft. `A:lft`, `A:primary`, `A:scratch` fail in the dispatcher; a well-formed `A:right` on a session with no split joins the `unresolved` note and the rest of the grid still opens. Cells dedup by session+pane, so `A A:left` collapses while `A:left A:right` stays two cells.

**two things pane refs exposed that bare ids never could**

the empty guard had to move from the resolved ids to the expanded members. A `:right` ref to an unsplit session resolves... (continued)

58 of 58 new or added lines in 5 files covered. (100.0%)

6635 of 6808 relevant lines covered (97.46%)

4416309.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30677818036.1 01 Aug 2026 01:27AM UTC 84
97.46
GitHub Action Run
Source Files on build 30677818036
  • Tree
  • List 84
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30677818036
  • c63c4bf0 on github
  • Prev Build on master (#30616071746)
  • Next Build on master (#30679505599)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc