release: v0.16.0 - #226
Merged
Merged
release: v0.16.0#226
Conversation
Inbound mail no longer hard-bounces on a transient upstream failure, deleted documents take their embedded images out of object storage, the workspace purge sweeps the agent tables by owner as well as tenant, and a create that failed ambiguously no longer replays into the next one. Claude-Session: https://claude.ai/code/session_0126NkM9crkemuV6Ho4LWv59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts v0.16.0. Six more contributor PRs landed today, on top of the sixteen in v0.15.0.
Email delivery — two halves of the same bug
setReject(…), which Cloudflare maps to an SMTP 550 permanent bounce. A single blip while the server was restarting lost the mail for good, with an NDR to the sender. Transient failures now throw, so the sending MTA queues and retries;setRejectis kept strictly for 404 and 4xx. This closes aKNOWN GAPthe code had documented in-place, with the tests that comment asked for.Storage and tenant hygiene
agent_events,agent_runsandagent_triagesby owner as well as by tenant. These are the tables carrying per-run history and cost, so a row that slips through resurfaces on a billing report rather than in a UI. Follows fix(runtime): record company_id on FUSE workspace and CLI agent state #207 in v0.15.0.Client
BYOA
POST /computers/pairenumerated pairable engines by hand and omitted antigravity, so pairing a machine with--engine antigravitysilently fell back toclaudeand seeded starter agents onto an engine that wasn't installed. Now uses the authoritativePAIRABLE_ENGINESset, which fixes it for every future engine too. Also adds antigravity model-catalog discovery viaagy models.UI
Verified on merged
mainbefore tagging: lint,typecheck,server:typecheck, all three guards, and 1219/1219 unit tests.Note: production is still blocked on migration
0002, so this release reaches npm and the desktop app but notapi.cumora.aiuntil that data condition is cleared.https://claude.ai/code/session_0126NkM9crkemuV6Ho4LWv59