[code-claw] Tmux launcher that stays open #236

Closed
opened 2026-04-05 23:06:40 +00:00 by Timmy · 0 comments
Owner

Acceptance

tmux new-window -t dev -n code-claw "bash ~/.timmy/scripts/codeclaw-launcher.sh" opens a persistent window that does not close on launch.

Root cause of previous failures

  1. Script had corrupted OPENAI_API_KEY line ($() mangled to ***)
  2. Shell syntax error caused immediate exit

Verification

tmux new-window -t dev -n code-claw "bash ~/.timmy/scripts/codeclaw-launcher.sh"
# Window should stay open with Code Claw REPL
## Acceptance `tmux new-window -t dev -n code-claw "bash ~/.timmy/scripts/codeclaw-launcher.sh"` opens a persistent window that does not close on launch. ## Root cause of previous failures 1. Script had corrupted OPENAI_API_KEY line ($() mangled to ***) 2. Shell syntax error caused immediate exit ## Verification ``` tmux new-window -t dev -n code-claw "bash ~/.timmy/scripts/codeclaw-launcher.sh" # Window should stay open with Code Claw REPL ```
Timmy closed this issue 2026-04-05 23:14:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#236