{"id":49767218,"url":"https://github.com/burakkose/muxdeck","last_synced_at":"2026-05-11T10:59:04.557Z","repository":{"id":356654509,"uuid":"1211053507","full_name":"burakkose/muxdeck","owner":"burakkose","description":"Agent Command Center for GitHub Copilot CLI workflows, sessions, and panes in tmux.","archived":false,"fork":false,"pushed_at":"2026-05-09T03:32:44.000Z","size":1197,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T10:58:57.427Z","etag":null,"topics":["agentic-ai","command-center","github-copilot","tmux"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/burakkose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-15T02:50:39.000Z","updated_at":"2026-05-09T03:32:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/burakkose/muxdeck","commit_stats":null,"previous_names":["burakkose/muxdeck"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burakkose/muxdeck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakkose%2Fmuxdeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakkose%2Fmuxdeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakkose%2Fmuxdeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakkose%2Fmuxdeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burakkose","download_url":"https://codeload.github.com/burakkose/muxdeck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakkose%2Fmuxdeck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32891966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-ai","command-center","github-copilot","tmux"],"created_at":"2026-05-11T10:59:03.877Z","updated_at":"2026-05-11T10:59:04.552Z","avatar_url":"https://github.com/burakkose.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# muxdeck\n\n**muxdeck** is an experimental **TUI (textual user interface)** for discovering, monitoring,\nand operating **GitHub Copilot CLI agents running inside tmux**.\n\nIt is built for people who are already using Copilot CLI in multiple panes and want a single\nlocal control surface to see what is running, jump between panes, inspect recent activity, and\nreplay session history without leaving the terminal.\n\n## Experimental status\n\nThis project is currently in **experimentation mode**.\n\nThe goal is to explore what a strong local operator experience for Copilot-in-tmux workflows\nshould look like before the UX, terminology, and feature boundaries are treated as stable. The\nrequirements are based on my day-to-day workflow, so the project is still in an **exploration\nphase**. You should expect active iteration, rough edges, and behavior that may still change as\nthe model, runtime, and operator workflows become clearer.\n\n## Why this exists\n\nRunning agentic workflows in tmux is powerful, but it also gets messy quickly:\n\n- panes get spread across windows and sessions\n- recent output is easy to miss\n- it becomes harder to answer \"what is this agent doing right now?\"\n- replaying a session after the fact is awkward from raw terminal history alone\n\nmuxdeck exists to make those workflows easier to operate locally. The motivation is not to\nreplace tmux, but to make **tmux-based Copilot workflows more observable and manageable**.\n\n## What muxdeck focuses on\n\n- **Discovery across tmux** so Copilot panes are easier to find\n- **Live operator visibility** for activity, status, and recent output\n- **Session rediscovery** so if a session closes unexpectedly, it is easier to continue from the\n  same repository or worktree directory\n- **Session replay** for reviewing what happened after the fact\n- **Worktree-aware workflows** for local multi-agent development\n- **Keyboard-first control** in a terminal-native interface\n\n## How about other coding CLIs?\n\nmuxdeck is **primarily focused on GitHub Copilot CLI** right now because that is the workflow\ndriving the product requirements.\n\nTechnically, the discovery model can already surface other agent-style panes today, including\ntools such as **Codex** or **Claude Code**, when their pane behavior looks similar enough to be\ndetected. But the management plumbing, workflow assumptions, and operator controls for those tools\nare **not** the primary focus yet.\n\nIn other words: **discovery may work today beyond Copilot, but first-class management is being\ndesigned for Copilot first**.\n\n## Who it is for\n\nmuxdeck is aimed at developers who:\n\n- run GitHub Copilot CLI locally\n- use **tmux** as their working environment\n- want a TUI instead of piecing together pane inspection manually\n- are comfortable trying an alpha-stage tool while the interaction model is still evolving\n\n## Environment\n\n```bash\npython3.14 -m venv .venv\nsource .venv/bin/activate\npython -m pip install --upgrade pip setuptools wheel\npython -m pip install -e '.[dev]'\npython -m pre_commit install --hook-type pre-commit --hook-type pre-push\n```\n\nUse Python 3.14 or newer, and run all project commands from the activated `.venv`. CI and Copilot automation both run on Python 3.14.\n\n## Run the app\n\n```bash\nsource .venv/bin/activate\npython -m muxdeck\n```\n\nRun the operator console from a tmux window when possible. If your panes live on another tmux socket, use the Setup screen to select that server.\n\n## Dashboard usage\n\n- `r` refreshes discovery immediately\n- `j` / `k` move the dashboard selection\n- `/` focuses the filter box\n- `1` switches to the dashboard\n- `2` switches to worktrees\n- `3` switches to replay\n- `4` switches to sessions\n- `5` switches to setup\n- `?` opens the in-app help screen\n\n### Replay\n\n- `m` focuses the marker list, `t` focuses the transcript\n- `M` opens the multi-session picker — enter a comma-separated list of\n  session ids to merge their events and log chunks into a single\n  chronologically-ordered timeline with per-agent badges and\n  `agent_switch` markers at every transition\n- `space` / `p` toggles play/pause for time-driven playback (the virtual\n  clock advances real-elapsed × speed and auto-pauses at the end)\n- `,` / `.` step the clock to the previous / next entry timestamp\n- `\u003c` / `\u003e` cycle the playback speed through `0.5×, 1×, 2×, 4×, MAX`\n- `:` opens a small modal that accepts an absolute `HH:MM[:SS]` time or a\n  signed delta like `+30s`, `-1m`, `+2h` and jumps the clock there\n\n## Worktrees usage\n\n- `j` / `k` move the worktree selection\n- `s` / `enter` preview an agent start intent for the selected worktree\n- `x` executes the current start intent\n- `c` creates a new worktree for the selected repository\n- `a` selects an existing worktree by path\n- `d` deletes the selected worktree\n- `P` prunes stale worktrees\n\n## Replay usage\n\n### Navigation\n\n- `j` / `k` / `↑` / `↓` move the transcript or marker selection\n- `m` focuses the marker list, `T` focuses the transcript\n- `v` toggles parsed vs raw chunk view\n- `f` toggles follow-latest mode\n- `g` reloads the latest session\n\n### Filter \u0026 chips\n\n- `/` focuses the transcript filter; `esc` returns focus to the list (and clears\n  active chips on a second press)\n- The filter box accepts faceted queries:\n  `kind:event severity:error agent:foo marker:activity since:14:30 until:15:00`,\n  quoted phrases like `text:\"ImportError in foo\"`, plain substrings, or any mix\n- `e` filters to errors only, `a` to activity, `t` to tool calls; `c` clears the chips\n\n### Markers \u0026 jumps\n\n- `[` / `]` jump to the previous / next marker\n- `A` jumps to the next activity marker, `x` to the next problem (error or blocking)\n- `F` jumps to the next file edit; the diff panel renders the unified diff for the\n  selected file mutation when the session is tied to a worktree\n\n### Annotations\n\n- `b` toggles a bookmark on the selected entry\n- `n` opens a prompt to attach a note to the selected entry\n- `N` cycles to the next bookmarked or noted entry\n\n### Export \u0026 insights\n\n- `E` cycles the export format: text → JSON → Markdown (suitable for pasting into GitHub) → text\n- `i` toggles the insights panel (duration, idle gaps, top error clusters)\n\n### Multi-session\n\n- The multi-session picker merges multiple sessions into one transcript view,\n  attaching agent labels to each entry\n\n## Discovery model\n\n- Discovery uses `tmux list-panes -a`, so it scans panes across **all windows** on the current tmux server, not just the current window.\n- A pane is treated as a probable Copilot agent when its current command looks like Copilot or its recent pane output contains Copilot markers.\n- For a tmux setup with **one session and five windows**, Copilot panes in any of those windows should appear on the dashboard after the next refresh.\n- If the app is attached to a different tmux socket/server than the one holding your panes, open `5 · Setup` and switch to the matching socket.\n\n## Quality gates\n\n```bash\npython -m pre_commit run --all-files\npython -m ruff check .\npython -m ruff format --check .\npython -m mypy .\nPYTHONPATH=src python -m pytest tests/ -q --tb=short\nmuxdeck\n```\n\nRun `python -m pre_commit run --all-files` before opening a pull request to catch formatting and repository-hygiene issues locally. The pre-push hook runs `mypy` and `pytest` so new worktrees stay aligned with CI.\n\n## Layout\n\n- `src/muxdeck/`: application package\n- `tests/unit/`: fast unit coverage\n- `tests/integration/`: integration-marked tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakkose%2Fmuxdeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburakkose%2Fmuxdeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakkose%2Fmuxdeck/lists"}