[Docs] Document token analytics and task recovery - #2439
Draft
roomote-community[bot] wants to merge 1 commit into
Draft
[Docs] Document token analytics and task recovery#2439roomote-community[bot] wants to merge 1 commit into
roomote-community[bot] wants to merge 1 commit into
Conversation
Contributor
Author
| requires execution access and stops the displayed task run without stopping the | ||
| parent Session or sibling tasks. Cancellation errors appear on the card; check | ||
| the resulting task status rather than assuming the request succeeded. | ||
| parent Session or sibling tasks. Stop preserves the task's sandbox, work, and |
Contributor
Author
There was a problem hiding this comment.
The visible Session-card Stop control currently calls cancelTaskRunCommand with a run ID, and that path passes terminate: true to stopTaskRun. This is a terminal cancellation that shuts down the sandbox, so a later message cannot resume the stopped run as documented. Either make that control use the soft-stop path or describe Stop as terminal.
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.
What changed
The audit inspected all 37 first-parent merges on
developin the exact 24-hour window from2026-09-09T03:00:45.879Zthrough2026-09-10T03:00:45.879Z. Existing Agent Guidance, bounded monitoring, native charts, Blank slate, scheduling, and source-control provider documentation already matched shipped behavior and were left unchanged.Why this change was made
Recent product changes added user-visible analytics data and changed task recovery and Snowflake authentication boundaries without fully updating their public workflow guidance.
Impact
Users and operators can now interpret token usage, choose between resumable stopping and permanent cancellation, and migrate Snowflake credentials correctly. Mintlify validation and broken-link checking passed. Rendered screenshots are unavailable because the local Mintlify preview returned an internal error for missing generated Next.js artifacts; no visual proof is claimed.