Enable @ and / completion when reading queued prompts#565
Open
Gleek wants to merge 2 commits into
Open
Conversation
Each streaming chunk delete-and-reinserts the in-progress block, which displaces any markers inside that region to its start. `(point-marker)` in the viewport branch and `save-mark-and-excursion`/`save-excursion` (in `agent-shell-ui-update-fragment` and `shell-maker-with-auto-scroll-edit`) all rely on markers, so cursor and viewport jumped to the block header when reading mid-stream. Switch to integer-based save/restore for point and window-start: inside `agent-shell-ui-update-fragment` (covers the viewport flow) and around `shell-maker-with-auto-scroll-edit` in the main shell branch (overrides shell-maker's broken `save-excursion`).
liaowang11
added a commit
to liaowang11/agent-shell
that referenced
this pull request
May 15, 2026
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.
Closes #556.
agent-shell-queue-requestnow offers@(project files) and/(slash commands) completion in the queued-prompt minibuffer, mirroring the regular shell input.agent-shell-completion--shell-bufferlets the existing CAPFs source data from a designated shell. New helpersagent-shell-completion--setup-minibuffer/--cleanup-minibufferinstall/remove the hooks viaminibuffer-with-setup-hook+minibuffer-exit-hook.Checklist
M-x checkdocandM-x byte-compile-file.