aboutsummaryrefslogtreecommitdiffstats
path: root/crates/client/src/atuin_client/settings/mod.rs (unfollow)
Commit message (Expand)Author
2026-07-24feat: Finalize design for fish-shell integrationBenedikt Peetz
2026-07-20chore: CommitBenedikt Peetz
2026-07-20chore: Remove some warnings (cargo fix)Benedikt Peetz
2026-07-20chore: All compilesBenedikt Peetz
2026-07-20chore: CommitBenedikt Peetz
2026-07-09chore: Separate daemon, client, server, and lib into cratesBenedikt Peetz
2026-06-14fix(client/settings): Trim sync user_id and encryption_keyBenedikt Peetz
2026-06-13fix({client,server}/settings): Don't fail, when there is no config fileBenedikt Peetz
2026-06-13fix(config): Don't write non-TOML default config filesBenedikt Peetz
2026-06-13chore(daemon): Remove the `autostart` featureBenedikt Peetz
2026-06-13chore(treewide): Also fix all `clippy` warningsBenedikt Peetz
2026-06-13chore(treewide): Fix some of `clippy`'s errorBenedikt Peetz
2026-06-13chore(treewide): Remove `cargo` warnings to 0Benedikt Peetz
2026-06-12chore(treewide): Cleanup themesBenedikt Peetz
2026-06-12feat(server): Really make users stateless (with tests)Benedikt Peetz
2026-06-11feat(server): Make user stuff statelessBenedikt Peetz
2026-06-11chore(server): Simplify the database supportBenedikt Peetz
2026-06-11chore: Remove all `pub`sBenedikt Peetz
2026-06-11chore: Move everything into one big crateBenedikt Peetz
2026-06-10chore: Somewhat simplify sync codeBenedikt Peetz
2026-06-10chore: Remove more useless codeBenedikt Peetz
2026-06-08feat: Capture command output + expose to new `atuin_output` tool (#3510)Michelle Tilley
2026-04-21feat: AI tool rendering overhaul + edit_file tool (#3423)Michelle Tilley
2026-04-15feat: Allow resuming previous AI sessions (#3407)Michelle Tilley
2026-04-13feat: remove agent search from tui (#3397)Ellie Huxtable
2026-04-11feat: track coding agent shell usage (#3388)Ellie Huxtable
2026-04-10feat: Client-tool execution + permission system (#3370)Michelle Tilley
2026-04-10feat: add strip_trailing_whitespace, on by default (#3390)Ellie Huxtable
2026-04-03feat: option to disable mouse support (#3372)依云
2026-03-31feat: Add 'atuin config' subcommand for reading and setting config values (#3...Michelle Tilley
2026-03-31feat: opt-in to sharing last command with ai (#3367)Ellie Huxtable
2026-03-23chore: Refactor CLI auth flows and token storage (#3317)Michelle Tilley
2026-03-23fix: Disable features in init when that feature is explicitly disabled (#3328)Michelle Tilley
2026-03-16feat: Allow headless account ops against Hub server (#3280)Michelle Tilley
2026-03-12feat: Add `atuin setup` (#3257)Michelle Tilley
2026-03-11feat: Allow authenticating with Atuin Hub (#3237)Michelle Tilley
2026-03-05feat: Allow setting multipliers for frequency, recency, and frecency scores (...Michelle Tilley
2026-03-02chore: Move atuin ai subcommand into core binary (#3212)Michelle Tilley
2026-02-26feat: In-memory search index with atuin daemon (#3201)Michelle Tilley
2026-02-24feat: Generate commands or ask questions with `atuin ai` (#3199)Michelle Tilley
2026-02-13feat: add autostart and pid management to daemon (#3180)Ellie Huxtable
2026-02-12feat: add Hub authentication for future sync + extra features (#3010)Ellie Huxtable
2026-02-11fix(shell): fix ATUIN_SESSION errors in tmux popup (#3170)Kkoi
2026-02-05feat: Add new custom keybinding system for search TUI (#3127)Michelle Tilley
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2026-02-02fix: larger exit column width on Windows (#3119)Lucas Trzesniewski
2026-01-28feat: add option to use tmux display-popup (#3058)Kkoi
2026-01-27fix: custom data dir test on windows (#3109)Ellie Huxtable
2026-01-27fix(ui): align cursor when expand column is in the middle (#3103)依云
2026-01-27feat: support setting a custom data dir in config (#3105)Ellie Huxtable