/home/happybell/projects/ivada/multi-ai-cli-wsl/
├── run.py # 메인 진입점
├── src/
│ └── controller.py # SimpleController 클래스
├── bin/
│ ├── tmux_setup.sh # tmux 세션 생성 (2×3 그리드)
│ └── restart_tmux.sh # 세션 재시작
├── config/
│ └── config.yaml # AI 설정
└── logs/ # pipe-pane 로그 저장
구현 내용
tmux 세션 (bin/tmux_setup.sh)
2×3 그리드 6개 pane 생성
마우스 지원 활성화 (mouse on)
스크롤백 10000줄
pane 경계선 강조 (colour51 for active)
pipe-pane으로 각 pane 로그 자동 저장
컨트롤러 (src/controller.py)
tmux send-keys로 브로드캐스트
메시지와 'C-m' 분리 전송 (Enter 키 이슈 해결)
6개 AI 기본 활성화
직접 입력 질문, /명령어 구분
설정 (config/config.yaml)
session:ai-panelpanes:claude_51123:"ai-panel:0.0"gemini_local:"ai-panel:0.1"claude_51124:"ai-panel:0.2"codex_local:"ai-panel:0.3"claude_local:"ai-panel:0.4"openai_local:"ai-panel:0.5"commands:# 모두 비움 (대화형 모드)claude_51123:""gemini_local:""