aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/proto (unfollow)
Commit message (Collapse)Author
4 daysdaemon/api: Remove `add_history`Benedikt Peetz
This request is a footgun, as it will leave commands that never return (e.g. `shutdown`, `exit`, etc.) unrecorded.
2026-07-24feat: Finalize design for fish-shell integrationBenedikt Peetz
2026-07-20chore: CommitBenedikt Peetz
2026-07-09chore: Separate daemon, client, server, and lib into cratesBenedikt Peetz
2026-06-11chore: Move everything into one big crateBenedikt Peetz
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.