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