Synced from monorepo Changes: - Cache growing transcripts on the messages backend - Tell the model when a wait was clamped instead of re-inviting it - Stop the stationarity nudge from claiming results are identical - Deliver the stationarity nudge after the tool result - Run auth provider commands through the platform shell (fixes Windows) - Keep monitor tool stdout short and prescriptive - Use UUIDs for analytics event insert IDs - Stop crashing at startup when the host runs out of threads - Delete the current session from within the session - Add project forking-settings toggle (backend and deploy-time control) - Reap a session’s bash and background commands when it closes - Reap a session’s hook child processes when it closes - Track coding-data consent decisions - Fail open the access gate to stop false CLI paywalls - Ship Agent Dashboard user guide - Enable doom-loop recovery by default - Kill agent children and the idle inhibitor when the parent process dies - Fix multi-process credential wipe and orphaned session log writers Source-Revision: 6372e41d828b8a6ee82c29e01a69e27ec895cca9
12 lines
347 B
JSON
12 lines
347 B
JSON
[
|
|
{
|
|
"category": "fixes",
|
|
"description": "**Grok** no longer crashes on startup when the host machine has no free threads.",
|
|
"breaking_change": false
|
|
},
|
|
{
|
|
"category": "features",
|
|
"description": "**New `/delete` slash command** removes the current session's history after confirmation.",
|
|
"breaking_change": false
|
|
}
|
|
]
|