Skip to content

feat: add mobile chat view for live agent sessions - #138

Open
karngyan wants to merge 1 commit into
mainfrom
feat/chat-view-133
Open

feat: add mobile chat view for live agent sessions#138
karngyan wants to merge 1 commit into
mainfrom
feat/chat-view-133

Conversation

@karngyan

Copy link
Copy Markdown
Contributor

Summary

  • link running shell sessions to the freshest Claude, Codex, or Pi transcript in the same working directory, so this can ship ahead of the agent-hooks epic
  • add a conversation-first mobile view with virtualized history, live daemon-pushed transcript pages, working and queued states, and a keyboard-safe composer that writes through the existing PTY
  • render terminal prompts as tappable choices when they can be parsed, with a one-tap terminal escape hatch when they cannot
  • add Chat / Terminal switching, mobile and desktop defaults, per-device preference persistence, Interrupt via Esc, and compact/clear shortcuts
  • share the normalized transcript renderer between the history viewer and live chat

The interaction follows the useful shape from T3 Code's mobile client: conversation as the primary surface, approvals immediately above the composer, and the full terminal kept as an explicit escape hatch.

Verification

  • go test ./...
  • pnpm vitest run --maxWorkers=4 in web: 1,925 tests passed
  • pnpm test in relay: 163 tests passed
  • make lint
  • pnpm run build in web

Closes #133

@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chat view: read and reply to a live agent session from a phone, no terminal required

1 participant