Skip to content

Commit 4880baa

Browse files
centdixclaude
andauthored
refactor: simplify mobile chat around tmux send (#218)
* feat: route agents chat through tmux Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * refactor: merge mobile chat into main dashboard * fix: revert docs copy and drop stale agents ci step Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: align mobile chat docs with merged frontend Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: refresh mobile chat after sending messages Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: prefer latest codex thread for chat history Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: keep polling when chat history is briefly stale Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: improve agents chat polling and interrupt Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 79371cb commit 4880baa

45 files changed

Lines changed: 1405 additions & 2080 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@ jobs:
2323
run: bun run check
2424
working-directory: frontend
2525

26-
- name: Agents frontend type check
27-
run: bun run check
28-
working-directory: agents-frontend
29-
3026
- name: Build distribution
3127
run: bun run build

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ webmux init # creates .webmux.yaml
6060

6161
# 4. Start the dashboard
6262
webmux serve # dashboard on http://localhost:5111
63-
# agents chat UI on http://localhost:5112
6463
```
6564

66-
The primary dashboard remains the best desktop experience. The separate agents UI is primarily intended as a better mobile companion for browsing worktrees and chatting with existing Codex or Claude sessions from your phone.
65+
The primary dashboard remains the best desktop experience. On mobile, the same dashboard swaps the embedded terminal for a chat view on open Codex and Claude worktrees.
6766

6867
## Prerequisites
6968

agents-frontend/index.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

agents-frontend/package.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)