tiletopia/src/lib/layout
megaproxy 50fbd0e531 Revert idle "claude foreground" filter — back to legacy 5s notify
Reverts in one combined commit:
- 9931a92 (inline pane_id + watch list into bash script)
- 6772b8d (pivot per-distro → per-pane via TILETOPIA_PANE_ID env)
- f51033a (original per-distro idle filter)

End-to-end probe never worked correctly against the real running app
even after fixing the wsl.exe-drops-positional-args bug. Probe script
ran fine in isolation but kept returning false-negative when called
through tiletopia's wsl.exe spawn. Rather than keep iterating, back
out cleanly — pane behaviour is now the original "go idle after 5s of
silence regardless of what's running."

memory.md session log notes the lessons for a future retry: don't ship
per-distro again (CLAUDE.md explicitly says multi-claude-per-distro is
the primary use case); prove the probe end-to-end before wiring into
the idle effect (a "Test probe" button in MCP panel would have caught
this in minutes).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 18:33:11 +01:00
..
Gutter.css Make gutters discoverable: bigger hitbox, visible line color, higher z-index 2026-05-25 20:48:50 +01:00
Gutter.tsx Replace drag-promote gesture with Ctrl+Shift+P keyboard shortcut 2026-05-25 20:58:43 +01:00
LeafPane.css Tidy titlebar: dropdowns for shell + layout, '+' button to spawn 2026-05-25 22:26:41 +01:00
LeafPane.tsx Revert idle "claude foreground" filter — back to legacy 5s notify 2026-05-26 18:33:11 +01:00
orchestration.tsx Add MCP server (v1 read-only): toggle, per-pane gate, panel UI 2026-05-25 21:31:49 +01:00
tree.test.ts Add per-leaf mcpAllow flag for MCP visibility gating (default-deny) 2026-05-25 21:22:15 +01:00
tree.ts MCP v2 PR-3: write_pane, spawn_pane, connect_host + SSH safeguards 2026-05-26 14:50:06 +01:00