Merged
Conversation
Remove the F3 keybinding that manually pushed terminal output to the LLM. Instead, add a `read_terminal` local tool that Claude can call on demand to read the last 50 lines of terminal output. Update the system prompt to instruct Claude to proactively call this tool rather than asking the user to share output. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The crate was never referenced by the main sheesh-rs binary or any workspace member — no imports, no Cargo.toml dependency. Deleted to reduce dead code and repo clutter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
replace F3 context push with read_terminal LLM tool
Remove unused sheesh-mcp crate
- Remove dead code: unused Action variants + map_event(), Message::system(), LocalTool.input field, spawn_completion(), Tab::title() trait method + impls, visible_text(), toggle_user_lock(), Theme::navigate_border() - Fix unreachable pattern in EraseInLine match (terminal.rs) - Refactor SSHConnection init to use struct initializer (config.rs) - Collapse nested if statements using let-chains throughout - Replace manual div_ceil with chars.div_ceil(width) (llm.rs) - Replace manual find loop with Iterator::find (llm.rs) - Fix needless range loop with enumerate (llm.rs) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Release v1.0.4
Included changes
🤖 Generated with Claude Code