feat: add backlog processing flag

This commit is contained in:
banteg
2025-12-28 21:42:03 +04:00
parent fd2d0297c4
commit 8be15d7df3
4 changed files with 52 additions and 2 deletions
+9
View File
@@ -43,6 +43,7 @@ Optional flags:
- `--progress-edit-every FLOAT` (default `2.5`)
- `--progress-silent/--no-progress-silent` (default silent)
- `--final-notify/--no-final-notify` (default notify via new message)
- `--ignore-backlog/--process-backlog` (default ignore pending updates)
## Option 2: MCP server
@@ -52,6 +53,10 @@ Run:
uv run mcp-bridge
```
Optional flags:
- `--ignore-backlog/--process-backlog` (default ignore pending updates)
## Option 3: tmux
Reply injector:
@@ -60,6 +65,10 @@ Reply injector:
uv run tmux-reply
```
Optional flags:
- `--ignore-backlog/--process-backlog` (default ignore pending updates)
Notifier (call from your existing hook):
```bash