Dashboardopencodeopencode bun dev tmux

opencode bun dev tmux

Category: pattern
Confidence: 1.00
ID: 01a0ab03-eeea-7eb8-ad95-aa00777f72f9
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 1
Source session: 1WhcGbpUVESyGRsty
Created: 2026-09-16 16:19:16
Updated: 2026-09-16 16:19:16

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 2h ago

Content

Steps:

  1. From packages/opencode, start tmux new-session -d -s opencode-dev 'bun dev' — keeps inspection detached and controllable.
  2. Read output with tmux capture-pane -pt opencode-dev — avoids attaching an interactive terminal.
  3. Stop with tmux kill-session -t opencode-dev — terminates only the inspection process. Gotchas:
Move to: