Synced from monorepo
Synced from monorepo Changes: - Refresh tool search when the managed MCP catalog is re-fetched - Prevent duplicate leader process spawn and startup hang from stale leaders - Document marketplaces, plugins, and organization controls - Stamp session ID on image generation direct-to-API requests - Fix auto mode blocked documentation - Auto mode considers recent user intent - Expose deploy archive, taken-down, limit, and in-progress reasons on the chat API - Fail-closed auth refresh contract for shell clients - Emit a chat-supplied per-session turn index in turn hooks - Show bash mode chrome in minimal mode - Add metrics for true-noop and stationarity stops - Include voice interim text on prompt submit - Silently end turn on true-noop thrash - Quiet copy toast when clipboard delivery is confirmed - Fix session fork truncating at the wrong prompt in rewound sessions - Make the idle "still running" watcher cue clickable to open the tasks pane - Default web search model to grok-4.5 - Let plugin subagents inherit parent MCP servers - Gate no-op end-turn reminder on system reminders - Add gateway bridge lifecycle telemetry - Allow editing finalized text while voice is open - Relocate token carrier to turn-commit events and plumb per-turn origin context - Raise workflow scratch quotas and make failed runs resumable - Workflows overlay: auto-progress phases, live agent status, and drop budget meter Source-Revision: 9b8d35b46d959c042ea9aa31cbbebbd1f0c5c527
This commit is contained in:
parent
69f0ba880a
commit
6e38642082
103 changed files with 4964 additions and 1261 deletions
|
|
@ -124,15 +124,16 @@ terminal-native `Shift+Insert`, or hold `Shift` while middle-clicking when the
|
|||
terminal uses that gesture to bypass mouse reporting.
|
||||
|
||||
When Grok cannot identify the outer terminal over SSH, it predicts that OSC 52
|
||||
will be sent but marks the route as not verified. The copy message shows the
|
||||
actual result and backup file. Run `/doctor` for other copy options.
|
||||
will be sent but marks the route as not verified. The copy toast then names the
|
||||
backup file so you can retrieve the text. Run `/doctor` for other copy options.
|
||||
|
||||
#### Apple Terminal over SSH
|
||||
|
||||
Apple Terminal does not support OSC 52, so a remote copy cannot directly reach
|
||||
the local clipboard. Grok also saves each copy to the backup file named in the
|
||||
copy message (`~/.grok/last-copy.txt` by default; override with
|
||||
`GROK_COPY_FILE`). You can also use `/copy <file>` or `/minimal`.
|
||||
Apple Terminal does not support OSC 52, so a remote copy cannot reach the local
|
||||
clipboard. Each copy is still saved to a backup file (`~/.grok/last-copy.txt` by
|
||||
default; override with `GROK_COPY_FILE`); the toast names that path when delivery
|
||||
is unverified or the clipboard is unreachable. You can also use `/copy <file>` or
|
||||
`/minimal`.
|
||||
|
||||
For direct clipboard forwarding, run the SSH command from the local computer
|
||||
through `grok wrap`, for example `grok wrap ssh user@host`. The same command can
|
||||
|
|
|
|||
Loading…
Reference in a new issue