supsrc 2025-08-11
Major TUI overhaul with timer and event fixes, added CHANGELOG, removed old design docs
44 files · 2,057+ · 4,816-

TUI overhaul with improved display and cursor fixes

1 file changed
  • app.py Reworked repository status display, fixed cursor and config watcher issues
  • Significantly reworked tui/app.py with better repository status display, improved layout, and fixed cursor issues remediate behavioral
    1 file
    • app.py
  • Added descriptive file change messages and explicit timer cancellation messages in TUI log panel instantiate behavioral
    1 file
    • app.py

Timer cancellation and duplicate event fixes

4 files changed
  • orchestrator.py Fixed timer not cancelling when repository becomes clean
  • handler.py Fixed duplicate delete events for file moves
  • service.py Additional error handling
  • state.py Richer repository state tracking
  • Fixed timer not cancelling when repository becomes clean remediate behavioral
    1 file
    • orchestrator.py
  • Fixed duplicate delete events for file moves in the monitor handler remediate internal
    1 file
    • handler.py
  • Improved monitor service with additional error handling harden internal
    1 file
    • service.py

Tail command Ctrl+C and signal handling fixes

1 file changed
  • tail_cmds.py Fixed Ctrl+C and terminal control issues
  • Fixed Ctrl+C not working in tail command and terminal control issues for proper signal handling remediate behavioral
    1 file
    • tail_cmds.py

Documentation cleanup and CHANGELOG addition

9 files changed
  • CHANGELOG.md Added release tracking changelog
  • README.md Updated instructions
  • wrkenv.toml Added workspace configuration file
  • ARCHITECTURE_RESPONSIVE_UI.md Removed old design document
  • MCP_INTEGRATION_DESIGN.md Removed old design document
  • PYVIDER_RPC_PROTOCOL_DESIGN.md Removed old design document
  • code-review-2025-05-23-claude.md Removed code review document
  • tui-mockups.md Removed TUI mockups
  • TODO.md Removed TODO tracking
  • Removed old design documents (ARCHITECTURE_RESPONSIVE_UI.md, MCP_INTEGRATION_DESIGN.md, PYVIDER_RPC_PROTOCOL_DESIGN.md, code review, TUI mockups, TODO) decouple internal
    3 files
    • ARCHITECTURE_RESPONSIVE_UI.md
    • MCP_INTEGRATION_DESIGN.md
    • PYVIDER_RPC_PROTOCOL_DESIGN.md
  • Added CHANGELOG.md for release tracking and wrkenv.toml workspace configuration specify internal
    2 files
    • CHANGELOG.md
    • wrkenv.toml

Build and environment updates

3 files changed
  • env.ps1 Updated PowerShell environment script
  • env.sh Updated bash environment script
  • uv.lock Expanded dependency lock file
  • Updated env.ps1, env.sh, and expanded uv.lock with new dependencies baseline internal
    3 files
    • env.ps1
    • env.sh
    • uv.lock