4c14966ae3
The Pi Agent dockerfile templates created ~/.tmux.conf with a literal \n because the RUN command used single-quoted echo. Tmux never parsed the malformed line, so mouse mode stayed off. Without tmux mouse mode, mouse-wheel events in xterm.js fell back to Up/Down arrow keys and cycled shell command history instead of scrolling the terminal buffer. - Use printf '%s\n' to write real newlines in .tmux.conf. - Apply the same fix to the ranger rc.conf where the same bug existed. - Update tool-images/pi-agent.dockerfile and both affected alembic migration dockerfile strings. Quality gates: npm run typecheck, npm run lint, npm test -- --run (87 passed), py_compile on changed migrations. Refs: openspec/changes/fix-tmux-mouse-config
25 lines
452 B
Markdown
25 lines
452 B
Markdown
# tool-images (index)
|
|
dir: tool-images
|
|
|
|
## role
|
|
Provides Docker image templates for various development environment types used in the Headquarter platform.
|
|
## parent
|
|
index: ./.pi-map.index.md
|
|
map: ./.pi-map.md
|
|
## children
|
|
-
|
|
## files
|
|
- README.md
|
|
- base.dockerfile
|
|
- code-server.dockerfile
|
|
- jupyter.dockerfile
|
|
- opencode.dockerfile
|
|
- pi-agent.dockerfile
|
|
## links
|
|
index: tool-images/.pi-map.index.md
|
|
map: tool-images/.pi-map.md
|
|
## workflows
|
|
-
|
|
## dirty
|
|
-
|