interactive_bash_create
Launch a persistent interactive bash session using tmux, with configurable shell, working directory, and session name. Enables continuous command execution for delegated tasks.
Instructions
대화형 bash 세션 생성 (tmux 기반)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shell | No | 사용할 셸 (기본: bash 또는 시스템 기본) | |
| working_dir | No | 작업 디렉토리 (기본: 현재 디렉토리) | |
| session_name | No | 세션 이름 (기본: omo-{timestamp}) |