-
-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist
- I agree to communicate with the author myself (not AI-generated).
- I've read the README's Filing issues section.
- I'm running the latest versions (fill in below).
- agent-shell: 0.46.1
- acp.el:
- ACP package (e.g. claude-code-acp):
- Agent CLI (e.g. claude, gemini):
- For requesting new agent support, I'm including a link to the ACP-capable agent or related ACP package.
- For issues, I'm including ACP traffic (as per README).
Repro step: enter the following prompt: "emit 10 markdown tables with 10 rows and 10 columns each"
Observed behavior
I narrowed it down to markdown-overlays-put. As each row of the table is streamed, it looks like the overlay is being recalculated from the beginning of the current item.
Suggestion
- Consider calculating the overlay after the entire item has been streamed.
- Or provide a built in option to disable overlays and an option to recalculate the overlays
Workaround
To unblock myself, I worked around by evaling (defun markdown-overlays-put ())
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working