Skip to content

feat(web): add truthful dot matrix status language - #121

Merged
rynfar merged 1 commit into
pylonfrom
feat/dotmatrix-status-language
Aug 27, 2026
Merged

feat(web): add truthful dot matrix status language#121
rynfar merged 1 commit into
pylonfrom
feat/dotmatrix-status-language

Conversation

@rynfar

@rynfar rynfar commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Problem

Pylon reused a small legacy Dot Matrix vocabulary across unrelated lifecycle states. Root work, orchestration, waiting, monitoring, connections, and outcomes could therefore show the same motion or imply activity that was not actually happening. Terminal identity was inconsistent between thread navigation and transcript rows.

Fix

  • adopt assistant-ui’s full 5×5 status language with deterministic Pylon orchestration, queued, and terminal extensions
  • reserve the circular orbit for active subagent and workflow coordination
  • distinguish queued, waiting, monitoring, root work, connections, updates, and semantic outcomes
  • add static and synchronized-breathing three-dot terminal variants while preserving one refined foreground sweep for streaming terminal rows
  • default to smooth motion, with a device-local Efficient stepped option and system Reduce Motion override
  • expose the complete status catalog on demand under Settings → Appearance without mounting its animations while closed
  • stop waiting background tasks from falsely pinning a thread as actively Working
  • document the lifecycle contract and attribute the MIT-licensed assistant-ui source

Verification

  • 274 focused tests across contracts, server, web, and desktop
  • web, contracts, server, desktop, and mobile typechecks
  • targeted lint and formatting
  • git diff --check
  • isolated real-client review with disposable state
  • verified Smooth/Efficient selection persistence and computed CSS timing
  • 50-indicator stress probe at 100 Hz (1,250 animated SVG dots): Smooth mean 10.47 ms / 2 frames over 20 ms; Efficient mean 10.00 ms / 0 frames over 20 ms

Evidence

Status language collapsed by default and expanded on demand

On-demand catalog motion

Implemented with OpenAI GPT-5.6 through Prime Agent.

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XL labels Aug 27, 2026
@github-actions

Copy link
Copy Markdown

Thread transfer impact

✅ Thread transfer remains within every enforced ceiling.

Provider Metric Main baseline This PR Impact PR ceiling
Codex Total thread wire 13.3 KiB 13.3 KiB +16 B (+0.1%) 15.1 KiB
Codex Thread snapshot wire 6.9 KiB 6.9 KiB +1 B (+0.0%) 7.3 KiB
Codex Live turn WebSocket wire 6.4 KiB 6.4 KiB +15 B (+0.2%) 7.8 KiB
Codex Live turn WebSocket decoded 55.5 KiB 55.5 KiB 0 B (0.0%) 66.4 KiB
Codex Live turn messages 9 9 0 (0.0%) 21
Claude Total thread wire 13.3 KiB 13.3 KiB −45 B (−0.3%) 15.1 KiB
Claude Thread snapshot wire 6.9 KiB 6.9 KiB 0 B (0.0%) 7.3 KiB
Claude Live turn WebSocket wire 6.4 KiB 6.4 KiB −45 B (−0.7%) 7.8 KiB
Claude Live turn WebSocket decoded 56.4 KiB 56.3 KiB −44 B (−0.1%) 66.4 KiB
Claude Live turn messages 10 9 −1 (−10.0%) 21

Baseline: d6f34eb · PR result: dcfca38 · Source CI: success

Scenario and decoded snapshot size

10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.

  • Codex decoded thread snapshot: 109.4 KiB
  • Claude decoded thread snapshot: 110.1 KiB

Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed.

@rynfar
rynfar merged commit 5906db9 into pylon Aug 27, 2026
14 checks passed
@rynfar
rynfar deleted the feat/dotmatrix-status-language branch August 27, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XL vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant