项目文件夹

文件
Alezander9 0d6e472c7c feat: use 🐴 (horse) instead of 🟢 as the controlled-tab marker
The green-circle prefix didn't fit the harness theme. Horse echoes the project name (browser-harness) and pairs naturally with chess-knight imagery.

Also fixes a latent slice bug: the prefix is 3 UTF-16 units (surrogate pair + space), so unmark uses slice(3) and removes the trailing space cleanly. The previous 🟢 + slice(2) left the space behind, which would slowly accumulate leading spaces across switch_tab cycles.
2026-05-07 13:04:40 -07:00
..