Update dependency atuinsh/atuin to v18.17.1 #19

Open
renovate-bot wants to merge 1 commit from renovate/atuinsh-atuin-18.x into main
Collaborator

This PR contains the following updates:

Package Update Change
atuinsh/atuin minor 18.16.118.17.1

Release Notes

atuinsh/atuin (atuinsh/atuin)

v18.17.1

Compare Source

Bug Fixes
  • (ai) Default to non-Hub mode for custom AI endpoints (#​3620)
  • (import) Fix order of entries imported from zsh history (#​3597)
  • (import) Fix import order of nushell history entries (#​3598)
  • Various prefix mode bugs (#​3616)
Documentation
  • Document output capture and mcp (#​3595)
Features
  • (tui) Truncate long commands from middle to show start...end (#​3602)
Miscellaneous Tasks
  • (logging) Remove the log crate in favor of tracing (#​3608)
  • Update to rust 1.97 (#​3617)

v18.17.0

Compare Source

Bug Fixes
  • (ai) Dispatch skills registered in the slash command registry (#​3593)
  • (ci) Fossier install in scan workflow (#​3485)
  • (i18n) Fix typos in Russian localization (#​3575)
  • (nu) Use char -u 1b for ESC in OSC 133 sequences (#​3530)
  • (nu) Suppress error when ATUIN_HISTORY_ID is missing in pre_prompt hook (#​3587)
  • (pi) Observe tool events instead of registering a bash tool (#​3557)
  • (pty-proxy) Set $SHELL to the spawned shell (#​3548)
  • (search) Fix terminal clearing with latest Ratatui (#​3578)
  • (sync) Skip records that fail to decrypt or decode instead of failing the whole store (#​3569)
  • Atuin hangs when attempting to spawn daemon from Ctrl+R invocation (#​3502)
  • Capture session ID from stream headers rather than final event (#​3531)
  • Doctor resiliency fo runknown platforms + openbsd warning (#​3551)
  • Double input on arrow keys in AI setup prompt on Windows (#​3552)
  • Exclude AI agent commands from zsh-autosuggestions (#​3567)
  • Silence shellcheck SC2016 on literal $all-user author filter
  • Respect store_failed when using daemon (#​3571)
Documentation
  • Highlight Ctrl-r keybinding on docs page (#​3489)
  • Document store purge workflow (#​3544)
  • Fix command example typo in documentation (#​3536)
  • Make commented-out lines in config.toml match real defaults (#​3583)
  • Add fish shell cleanup step to uninstall instructions (#​3582)
Features
  • (doctor) Add whether daemon is enabled to doctor output (#​3572)
  • (pty-proxy) Add --shell flag to override the spawned shell (#​3327)
  • Setup fossier to stop bot slop prs (#​3482)
  • Capture command output + expose to new atuin_output tool (#​3510)
  • Cache user contexts on load until /reload (#​3525)
  • Create database integration tests for atuin-server (#​3514)
  • Add /model slash command for changing models (#​3576)
  • Add mcp server for history tools and expand search filters (#​3581)
  • Add status bar with model and usage information (#​3591)
Miscellaneous Tasks
  • (rustdoc) Fix Rustdoc warnings (#​3585)
  • (warnings) Fix compile warnings with latest dependencies (#​3586)
  • Vouch for all existing contributors (#​3486)
  • Update GitHub app token format
  • Update to Rust 1.96.1 (#​3568)
  • Adopt derive_more to reduce boilerplate across the codebase (#​3573)
Performance
  • (search) Scan history by recency until N unique (#​3553)
  • Add synchronous(Normal) + optimize_on_close to record store SQLite (#​3577)
  • Remove unnecessary clones in a hot path (#​3580)
Refactor
  • Implement From<sqlx::Error> and clean up fix_error (#​3484)
  • Pull fn into_utc into atuin-server-database crate (#​3487)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [atuinsh/atuin](https://github.com/atuinsh/atuin) | minor | `18.16.1` → `18.17.1` | --- ### Release Notes <details> <summary>atuinsh/atuin (atuinsh/atuin)</summary> ### [`v18.17.1`](https://github.com/atuinsh/atuin/blob/HEAD/CHANGELOG.md#18171) [Compare Source](https://github.com/atuinsh/atuin/compare/v18.17.0...v18.17.1) ##### Bug Fixes - *(ai)* Default to non-Hub mode for custom AI endpoints ([#&#8203;3620](https://github.com/atuinsh/atuin/issues/3620)) - *(import)* Fix order of entries imported from zsh history ([#&#8203;3597](https://github.com/atuinsh/atuin/issues/3597)) - *(import)* Fix import order of nushell history entries ([#&#8203;3598](https://github.com/atuinsh/atuin/issues/3598)) - Various prefix mode bugs ([#&#8203;3616](https://github.com/atuinsh/atuin/issues/3616)) ##### Documentation - Document output capture and mcp ([#&#8203;3595](https://github.com/atuinsh/atuin/issues/3595)) ##### Features - *(tui)* Truncate long commands from middle to show start...end ([#&#8203;3602](https://github.com/atuinsh/atuin/issues/3602)) ##### Miscellaneous Tasks - *(logging)* Remove the `log` crate in favor of `tracing` ([#&#8203;3608](https://github.com/atuinsh/atuin/issues/3608)) - Update to rust 1.97 ([#&#8203;3617](https://github.com/atuinsh/atuin/issues/3617)) ### [`v18.17.0`](https://github.com/atuinsh/atuin/blob/HEAD/CHANGELOG.md#18170) [Compare Source](https://github.com/atuinsh/atuin/compare/v18.16.1...v18.17.0) ##### Bug Fixes - *(ai)* Dispatch skills registered in the slash command registry ([#&#8203;3593](https://github.com/atuinsh/atuin/issues/3593)) - *(ci)* Fossier install in scan workflow ([#&#8203;3485](https://github.com/atuinsh/atuin/issues/3485)) - *(i18n)* Fix typos in Russian localization ([#&#8203;3575](https://github.com/atuinsh/atuin/issues/3575)) - *(nu)* Use `char -u 1b` for ESC in OSC 133 sequences ([#&#8203;3530](https://github.com/atuinsh/atuin/issues/3530)) - *(nu)* Suppress error when `ATUIN_HISTORY_ID` is missing in `pre_prompt` hook ([#&#8203;3587](https://github.com/atuinsh/atuin/issues/3587)) - *(pi)* Observe tool events instead of registering a bash tool ([#&#8203;3557](https://github.com/atuinsh/atuin/issues/3557)) - *(pty-proxy)* Set `$SHELL` to the spawned shell ([#&#8203;3548](https://github.com/atuinsh/atuin/issues/3548)) - *(search)* Fix terminal clearing with latest Ratatui ([#&#8203;3578](https://github.com/atuinsh/atuin/issues/3578)) - *(sync)* Skip records that fail to decrypt or decode instead of failing the whole store ([#&#8203;3569](https://github.com/atuinsh/atuin/issues/3569)) - Atuin hangs when attempting to spawn daemon from Ctrl+R invocation ([#&#8203;3502](https://github.com/atuinsh/atuin/issues/3502)) - Capture session ID from stream headers rather than final event ([#&#8203;3531](https://github.com/atuinsh/atuin/issues/3531)) - Doctor resiliency fo runknown platforms + openbsd warning ([#&#8203;3551](https://github.com/atuinsh/atuin/issues/3551)) - Double input on arrow keys in AI setup prompt on Windows ([#&#8203;3552](https://github.com/atuinsh/atuin/issues/3552)) - Exclude AI agent commands from zsh-autosuggestions ([#&#8203;3567](https://github.com/atuinsh/atuin/issues/3567)) - Silence shellcheck SC2016 on literal `$all-user` author filter - Respect `store_failed` when using daemon ([#&#8203;3571](https://github.com/atuinsh/atuin/issues/3571)) ##### Documentation - Highlight `Ctrl-r` keybinding on docs page ([#&#8203;3489](https://github.com/atuinsh/atuin/issues/3489)) - Document store purge workflow ([#&#8203;3544](https://github.com/atuinsh/atuin/issues/3544)) - Fix command example typo in documentation ([#&#8203;3536](https://github.com/atuinsh/atuin/issues/3536)) - Make commented-out lines in `config.toml` match real defaults ([#&#8203;3583](https://github.com/atuinsh/atuin/issues/3583)) - Add fish shell cleanup step to uninstall instructions ([#&#8203;3582](https://github.com/atuinsh/atuin/issues/3582)) ##### Features - *(doctor)* Add whether daemon is enabled to `doctor` output ([#&#8203;3572](https://github.com/atuinsh/atuin/issues/3572)) - *(pty-proxy)* Add `--shell` flag to override the spawned shell ([#&#8203;3327](https://github.com/atuinsh/atuin/issues/3327)) - Setup fossier to stop bot slop prs ([#&#8203;3482](https://github.com/atuinsh/atuin/issues/3482)) - Capture command output + expose to new `atuin_output` tool ([#&#8203;3510](https://github.com/atuinsh/atuin/issues/3510)) - Cache user contexts on load until `/reload` ([#&#8203;3525](https://github.com/atuinsh/atuin/issues/3525)) - Create database integration tests for atuin-server ([#&#8203;3514](https://github.com/atuinsh/atuin/issues/3514)) - Add `/model` slash command for changing models ([#&#8203;3576](https://github.com/atuinsh/atuin/issues/3576)) - Add mcp server for history tools and expand search filters ([#&#8203;3581](https://github.com/atuinsh/atuin/issues/3581)) - Add status bar with model and usage information ([#&#8203;3591](https://github.com/atuinsh/atuin/issues/3591)) ##### Miscellaneous Tasks - *(rustdoc)* Fix Rustdoc warnings ([#&#8203;3585](https://github.com/atuinsh/atuin/issues/3585)) - *(warnings)* Fix compile warnings with latest dependencies ([#&#8203;3586](https://github.com/atuinsh/atuin/issues/3586)) - Vouch for all existing contributors ([#&#8203;3486](https://github.com/atuinsh/atuin/issues/3486)) - Update GitHub app token format - Update to Rust 1.96.1 ([#&#8203;3568](https://github.com/atuinsh/atuin/issues/3568)) - Adopt `derive_more` to reduce boilerplate across the codebase ([#&#8203;3573](https://github.com/atuinsh/atuin/pull/3573)) ##### Performance - *(search)* Scan history by recency until N unique ([#&#8203;3553](https://github.com/atuinsh/atuin/issues/3553)) - Add `synchronous(Normal)` + `optimize_on_close` to record store SQLite ([#&#8203;3577](https://github.com/atuinsh/atuin/issues/3577)) - Remove unnecessary clones in a hot path ([#&#8203;3580](https://github.com/atuinsh/atuin/issues/3580)) ##### Refactor - Implement `From<sqlx::Error>` and clean up `fix_error` ([#&#8203;3484](https://github.com/atuinsh/atuin/issues/3484)) - Pull `fn into_utc` into `atuin-server-database` crate ([#&#8203;3487](https://github.com/atuinsh/atuin/issues/3487)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/atuinsh-atuin-18.x from e70ea3d382 to bdff927c6d 2026-07-14 22:01:33 +02:00 Compare
renovate-bot changed title from Update dependency atuinsh/atuin to v18.17.0 to Update dependency atuinsh/atuin to v18.17.1 2026-07-14 22:01:34 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/atuinsh-atuin-18.x:renovate/atuinsh-atuin-18.x
git switch renovate/atuinsh-atuin-18.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/atuinsh-atuin-18.x
git switch renovate/atuinsh-atuin-18.x
git rebase main
git switch main
git merge --ff-only renovate/atuinsh-atuin-18.x
git switch renovate/atuinsh-atuin-18.x
git rebase main
git switch main
git merge --no-ff renovate/atuinsh-atuin-18.x
git switch main
git merge --squash renovate/atuinsh-atuin-18.x
git switch main
git merge --ff-only renovate/atuinsh-atuin-18.x
git switch main
git merge renovate/atuinsh-atuin-18.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
unixorn/packages-flamion!19
No description provided.