fix: harden TUI flows and unify permissions - #25
Merged
Conversation
…tartup. Route MiniMax/Qwen3 through eyrie's Anthropic messages client, retry thinking-only streams, and improve container fallback so low-memory Macs are not killed on launch. Co-authored-by: Cursor <cursoragent@cursor.com>
Enable cell-motion mouse tracking and zone-based wheel routing so scrolling over messages moves chat history while Up/Down in the prompt navigates command history. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Filter SGR wheel garbage (including bracketless Cursor bursts), reset terminal mouse mode on startup/exit, and route wheel events to the chat pane while keeping the input prompt clean. Co-authored-by: Cursor <cursoragent@cursor.com>
Patel230
added a commit
that referenced
this pull request
Jun 15, 2026
## Summary - Harden Hawk TUI startup, viewport, and mouse/scroll handling - Sync vendored external/eyrie provider runtime fixes - Unify chat permissions under a single /permissions command center and align docs/help text ## Validation - `go test ./cmd -count=1` - `go test ./internal/engine/... -count=1` - All CI checks pass (lint, test, vet, build, security, etc.)
Patel230
added a commit
that referenced
this pull request
Jun 18, 2026
## Summary - Harden Hawk TUI startup, viewport, and mouse/scroll handling - Sync vendored external/eyrie provider runtime fixes - Unify chat permissions under a single /permissions command center and align docs/help text ## Validation - `go test ./cmd -count=1` - `go test ./internal/engine/... -count=1` - All CI checks pass (lint, test, vet, build, security, etc.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation