Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: littlebearapps/untether
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.3
Choose a base ref
...
head repository: littlebearapps/untether
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.33.4
Choose a head ref
  • 1 commit
  • 9 files changed
  • 2 contributors

Commits on Mar 6, 2026

  1. fix: render debouncing + non-blocking notifications for progress speed (

    #88)
    
    - Add min_render_interval (default 2.0s) to batch rapid progress events
      instead of flooding Telegram edits per-event
    - Make approval notification sends non-blocking via background task group
    - Add configurable group_chat_rps to ProgressSettings
    - Wire progress config to TelegramClient and ExecBridgeConfig
    - 14 new tests (debounce, notifications, settings validation)
    
    Root cause of perceived slowness was orphaned MCP server processes
    (10.3 GB / 86 processes) from KillMode=process in systemd unit files.
    Fix documented in issue; service files updated to KillMode=control-group.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    nathanschram and claude committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    1908640 View commit details
    Browse the repository at this point in the history
Loading