release: v0.15.0 - #210
Merged
Merged
Conversation
Sixteen community fixes: agent replies now reach the phone, a body cut mid-emoji no longer rolls back the message, workspace deletion takes the agents' tenant data with it, and stale recurring events fast-forward in one step instead of walking every missed slot. 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.15.0. Sixteen contributor PRs landed today, the first release since v0.14.2.
Correctness / data integrity
seed.tsinserted conversations without thecompany_idthat migration 0002 made NOT NULL.agent_log/agent_tasks/agent_climatewrites recorded a NULL tenant, so agent state escaped company scoping.LIKEpattern unescaped, so_and%matched anything;memory listalso truncated ids to 10 chars while they are 16 wide, so list → pin/delete could never round-trip.Calendar
MAX_CATCHUP_MSbehind is now fast-forwarded to the next real occurrence in one step instead of firing its way through every missed slot.BYOA
agent computer --stopkilled a running--doctor; the one-shot flag list is now the single source of truth.Desktop / UI
Verified on merged
mainbefore tagging: lint,typecheck,server:typecheck, all three guards (big-brain, llm-tracked, engine-registry), and 1179/1179 unit tests.https://claude.ai/code/session_0126NkM9crkemuV6Ho4LWv59