Skip to content

build(deps): bump github.com/reeflective/readline from 1.2.2 to 1.3.0#402

Merged
sni merged 1 commit into
mainfrom
dependabot/go_modules/github.com/reeflective/readline-1.3.0
Jul 7, 2026
Merged

build(deps): bump github.com/reeflective/readline from 1.2.2 to 1.3.0#402
sni merged 1 commit into
mainfrom
dependabot/go_modules/github.com/reeflective/readline-1.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/reeflective/readline from 1.2.2 to 1.3.0.

Release notes

Sourced from github.com/reeflective/readline's releases.

v1.3.0

Minor release: new backward-compatible APIs plus several rendering and robustness fixes. No breaking changes.

✨ Features

  • Bracketed paste transformer — new Shell.PasteTransformer func(text string) string field lets applications rewrite a normalized paste payload before insertion (e.g. replace a large paste with a [Pasted text [#1](https://github.com/reeflective/readline/issues/1) +6 lines] placeholder). (#113, @​M09Ic)
  • Inline suggestion APIShell.SetInlineSuggestion / GetInlineSuggestion / ClearInlineSuggestion render application-provided ghost text after the cursor (AI predictions, remote completions, …), with the inline-suggest-accept and inline-suggest-accept-word commands to accept it. forward-char / vi-forward-char also fall back to accepting it at end of line. History autosuggest keeps priority. (#114, #115, @​M09Ic)

🐛 Fixes

  • History panicmemory.GetLine returned an out-of-range index panic on history navigation (e.g. Down at the newest entry); it now returns a recoverable error like the file-backed source. (#111, fixes #110 — thanks @​SAY-5, reported by @​laktak)
  • Completer panic recovery — a panic in the application-provided completer no longer crashes the shell; it is recovered at readline's boundary and surfaced as a completion error message. (#116)
  • Right-edge redraw at terminal bottom — typing input that soft-wraps exactly at the right edge on the last row no longer erases the edge glyph or scrolls a row per keypress. Also unifies the two drifted line-render functions into one. (#117, supersedes #112 — thanks @​rztaylor)

Full changelog: reeflective/readline@v1.2.2...v1.3.0

Commits
  • d3aedcb Merge pull request #117 from reeflective/dev
  • ef40244 fix(display): unify line renderer and restore right-edge wrap handling
  • 19f6714 Merge pull request #116 from reeflective/dev
  • 7ee6a10 fix(completion): recover from panics in the application completer
  • be2926f Merge pull request #115 from reeflective/dev
  • f8270f3 feat(inline): add commands to accept application-provided inline suggestions
  • 6df6250 Add bracketed paste transformer hook
  • 1628d6f Add inline suggestion display API
  • 3585b23 fix(history): return an error from memory.GetLine on out-of-range index
  • 088046b Merge pull request #109 from reeflective/dev
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/reeflective/readline](https://github.com/reeflective/readline) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/reeflective/readline/releases)
- [Changelog](https://github.com/reeflective/readline/blob/master/history.go)
- [Commits](reeflective/readline@v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/reeflective/readline
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 6, 2026
@sni sni merged commit 6bdacda into main Jul 7, 2026
139 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/reeflective/readline-1.3.0 branch July 7, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant