| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | crates/turtle/client/history: Set a higher rpc message limit | Benedikt Peetz | 5 days |
| | | | | | The history message can become quite large. | ||
| * | crates/daemon/api/history: Remove pointless sleep | Benedikt Peetz | 5 days |
| | | | | | That was forgotten here during testing. | ||
| * | crates/daemon/aclient/history: Don't panic on negative command duration | Benedikt Peetz | 5 days |
| | | | | | The old atuin code, used a negative duration as no-duration sentinel. | ||
| * | crates/client/daemon/status: Fail, when connection to daemon fails | Benedikt Peetz | 5 days |
| | | |||
| * | crates/client: Rename to turtle-client | Benedikt Peetz | 6 days |
| | | | | | `turtle` is already taken on crates.io | ||
| * | treewide: Upgrade and update dependencies | Benedikt Peetz | 6 days |
| | | | | | | `rusty_paseto` was left explicitly on v0.8 because the v0.10 is no longer compatible with `rusty_paserk`. | ||
| * | treewide: Update Cargo.toml metadata | Benedikt Peetz | 6 days |
| | | |||
| * | treewide: Fix most `cargo check` warnings | Benedikt Peetz | 6 days |
| | | | | | The remaining ones, require actual work to resolve. | ||
| * | crates/turtle/list: Restore the history listing code from atuin | Benedikt Peetz | 6 days |
| | | | | | _That_ was actually useful to have. | ||
| * | feat: Finalize design for fish-shell integration | Benedikt Peetz | 2026-07-24 |
| | | |||
| * | chore: Last big refactoring | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore(server): Remove warnings | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Remove some warnings (cargo fix) | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore(atuin): Remove unused crate dependencies | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: All compiles | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Move more stuff out of atuin-client | Benedikt Peetz | 2026-07-09 |
| | | |||
| * | chore: Add more things | Benedikt Peetz | 2026-07-09 |
| | | |||
| * | chore: Separate daemon, client, server, and lib into crates | Benedikt Peetz | 2026-07-09 |
| | | |||
| * | fix(client/sync): Pass through precise error on `SyncError::WrongKey` | Benedikt Peetz | 2026-06-14 |
| | | |||
| * | fix(client/settings): Trim sync user_id and encryption_key | Benedikt Peetz | 2026-06-14 |
| | | | | | | The files might be newline delimited, which we should remove before we try to parse the contents. | ||
| * | fix({client,server}/settings): Don't fail, when there is no config file | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(treewide): Remove glob imports | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | fix(config): Don't write non-TOML default config files | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(daemon): Remove the `autostart` feature | Benedikt Peetz | 2026-06-13 |
| | | | | | A service manager should deal with that. | ||
| * | fix(sqlite): Ensure that database migration runs sequentially | Benedikt Peetz | 2026-06-13 |
| | | | | | Otherwise, we might run migration from multiple db-connections. | ||
| * | chore(treewide): Also fix all `clippy` warnings | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(treewide): Fix some of `clippy`'s error | Benedikt Peetz | 2026-06-13 |
| | | | | | Just a run of `cargo clippy --fix` | ||
| * | chore(treewide): Remove `cargo` warnings to 0 | Benedikt Peetz | 2026-06-13 |
| | | | | | There are still the `clippy` warnings, but they are for a future date. | ||
| * | chore(treewide): Cleanup themes | Benedikt Peetz | 2026-06-12 |
| | | |||
| * | feat(server): Really make users stateless (with tests) | Benedikt Peetz | 2026-06-12 |
| | | | | | This commit also remove another load of unneeded features. | ||
| * | feat(server): Make user stuff stateless | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore(server): Remove the last remnants of the "hub" sync-server thingy | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore(server): Simplify the database support | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore: Remove all `pub`s | Benedikt Peetz | 2026-06-11 |
| | | | | | | They will not be marked by rustc/cargo as unused, and as atuin doesn't expose an API all of them _should_ be `pub(crate)` | ||
| * | chore: Restore db migrations | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore: Move everything into one big crate | Benedikt Peetz | 2026-06-11 |
| | | | | | | That helps remove duplicated code and rustc/cargo will now also show dead code correctly. | ||
| * | chore: Somewhat simplify sync code | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Remove more (kinda) useless stuff | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Turn all `allow`s into into `expect`s | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Remove more useless code | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | chore: Remove some unused rust code | Benedikt Peetz | 2026-06-10 |
| | | |||
| * | feat: Capture command output + expose to new `atuin_output` tool (#3510) | Michelle Tilley | 2026-06-08 |
| | | |||
| * | chore: update GitHub app token format | Chris Rose | 2026-06-04 |
| | | |||
| * | fix: Atuin hangs when attempting to spawn daemon from Ctrl+R invocation (#3502) | Michelle Tilley | 2026-05-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR fixes a shell hang when daemon autostart happens from the interactive search widget. The bash/zsh/fish integrations run `atuin search -i` under command substitution and swap stdout/stderr so the TUI can draw to the terminal while the selected command is captured: ```sh 3>&1 1>&2 2>&3 ``` This leaves fd 3 open in the atuin search process. If search autostarts the daemon, the spawned long-running `atuin daemon start --daemonize` inherits fd 3, the command-substitution pipe, so the shell keeps waiting for EOF until the daemon is killed. The fix: close fd 3 after the swap in the non-tmux bash/zsh/fish paths: ```sh 3>&1 1>&2 2>&3 3>&- ``` Tested on zsh; I still need to confirm for bash and fish. Near as I can tell, the other shell integrations don't need this change. Fixes #3499 | ||
| * | Allow overriding model with env var (#3493) | Michelle Tilley | 2026-05-19 |
| | | | | | | | | This PR allows overriding the Atuin AI model for feature-flagged users with the `ATUIN_AI__MODEL` environment variable. Any OpenRouter model is accepted; it's recommended to include an explicit `openrouter:` provider prefix, so models with colons in their names are interpreted correctly, e.g. `ATUIN_AI__MODEL=openrouter:deepseek/deepseek-v4-flash:free`. | ||
