What shipped, and what broke.
Delatura is pre-release and this page reads like it. Fixes are listed next to features on purpose — you are evaluating a trust layer, and how a team talks about its own failures is evidence.
- shipped
Password reset, end to end
Reset now sends through a real provider, and the emailed link resolves against the web app rather than the API origin — which is where it used to 404, after the token round-trip, silently.
- hardened
Access tokens scrubbed from sandbox failures
A failed push out of a sandbox could carry an installation token into an error message. Sandbox providers now share one git-operations path so scrubbing runs on every route out.
- fixed
The vault stopped reporting failures as success
Secret writes and deletes that failed were surfacing as though they had worked. For a write-only store, that is the worst possible failure mode — you find out at run time, in the sandbox.
- shipped
Task inbox splitter is draggable and remembered
The queue and the detail pane are resizable, and the layout persists per person rather than resetting on every navigation.
- fixed
Agent context assembly is deterministic
The context handed to an agent is now assembled the same way every time and loses nothing on the way in. Non-deterministic context makes a run impossible to explain afterwards, which defeats the point of recording it.
- shipped
Codebase knowledge generation streams live
A knowledge pass narrates itself as four phases with the agent’s tool calls streaming underneath, and the progress is rebuilt from the durable trail — so a reload mid-pass keeps its place instead of pretending to start over.
- shipped
The vault has its own page
Secrets moved out of a settings subsection into a surface of their own, with the audit view beside them.
- fixed
Deploys stopped detaching the storage config
A single-file bind mount pins an inode, so an editor that saves by rename silently detached it and a healthcheck failed 26,310 times in a row while the server itself was fine. Mounting the directory fixed it.