Synced from monorepo
Synced from monorepo Changes: - Workspace server: report `/ready` as failed with dwell on hub connect failure - Refresh OIDC token for the Grok agent in the shell - ACP terminal output recorder - Cross-platform provider auth commands in the shell - Default `/resume` to Grok sessions with a hint for hidden external sessions - Resume sessions by title with `--resume` - Limit app-builder archive size - Data-driven tag labels for slash commands - Doctor fixes for tmux - Custom provider gateways and subprocess environment policy in the shell - `/tutorial` — opt-in onboarding tour of Grok Build - Soft and required CLI version checks in the shell - Privacy banner env overrides survive live settings updates - Add remote flag to override the image-edit model - Return profile fields from auth info even when the access token is expired - Add edit control on queued prompt rows - Keep fail-closed policy when clearing orphans with no team - Setting to disable the Ctrl+Space/F8 voice shortcut - Pass `--raw` to pw-record so Linux dictation works on older PipeWire - Validate git URLs when adding marketplace entries - Stop shipping stale tool-doc parameter and tool names - Re-point dashboard attach after `/fork` only when the parent was attached - Surface Grok Computer media-generation results as file-path chunks - Clear web background-task tray on kill and keep the task description - Show privacy upsell banner in agent view until acted on - Add tools-server client callback surface - Protect persistent global hook sources Source-Revision: 95d84f443eddcbed6cbfd6eed22e2eafe6b3939d
This commit is contained in:
parent
a5727c5960
commit
69f0ba880a
286 changed files with 22939 additions and 9624 deletions
29
crates/codegen/xai-grok-pager/docs/tutorial/09-where-next.md
Normal file
29
crates/codegen/xai-grok-pager/docs/tutorial/09-where-next.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Where to Go Next
|
||||
|
||||
You know enough to be productive. When you want more:
|
||||
|
||||
## Built-in help
|
||||
|
||||
- **`/help`** or **`Ctrl+P`** — every command, shortcut, and skill, searchable.
|
||||
- **`/docs`** — the full How-to Guides inside the TUI (`/docs web` for the
|
||||
online docs). Covers sessions, headless mode, subagents, sandboxing,
|
||||
memory, and much more.
|
||||
- **Ask Grok itself** — it can read its own user guide and set itself up.
|
||||
Try: "How do I run you in CI?" or "add an MCP server for GitHub".
|
||||
|
||||
## Good habits
|
||||
|
||||
- Sessions save automatically. Resume the latest with `grok -c`, or pick
|
||||
one with `/resume` (`Ctrl+S`).
|
||||
- Long session getting slow? `/compact` frees context; `/context` shows
|
||||
where it's going.
|
||||
- Automate anything: `grok -p "summarize new TODOs" --output-format json`
|
||||
runs headless — great for scripts and CI.
|
||||
- Stay current with `grok update`; see what changed with `/release-notes`.
|
||||
- Something feel off? `/feedback` goes straight to the team.
|
||||
|
||||
## Reopen this tutorial
|
||||
|
||||
Type **`/tutorial`** anytime.
|
||||
|
||||
Now go build something.
|
||||
Loading…
Reference in a new issue