mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
Two halves of one bug class: the composer treated 'rebuild the editor from serialized text' as routine, and serialized text couldn't express a slash pill. In-place commits: Chromium fragments text nodes around contenteditable=false chips, so the old commit path — whole token in ONE text node with the caret at its end — failed almost every keyboard pick and fell into the rebuild fallback. rangeBeforeCaret now walks the token backwards across sibling text nodes and refuses only at real boundaries (chip, <br>, block), making in-place replacement the default for picks, folder descends, Backspace path-ascends, and action items in both the main composer and the user-edit composer. Slash-pill hydration: renderComposerContents re-chipped @kind:value refs but never /command, so any surviving rebuild (draft restore, undo, the fallback above) demoted a committed command pill. A leading no-arg /command now hydrates back to its pill; arg-taking commands stay text since their tail may be uncommitted prose. Also: popover picks bank an undo point in the main composer, and Tab is swallowed while completions are in flight instead of moving focus out of the composer. |
||
|---|---|---|
| .. | ||
| bootstrap-installer | ||
| desktop | ||
| shared | ||