The Grok Build Terminal User Interface (TUI) has introduced new modes and slash commands. These features aim to provide users with more control over session management, tool execution, and planning within the environment.
Key Points
- The Grok Build TUI includes pager-local slash commands and commands from xai-grok-shell.
- User-invocable skills are accessible as slash commands, such as
/<skill-name>. - Plan mode allows editing only the session plan file until approved, entered via
/plan [description]or Shift+Tab. - Auto mode uses a classifier to auto-approve safe tools, toggled with
/autoor Shift+Tab. - Always-approve mode bypasses permission prompts for tool calls, activated with
/always-approve, Shift+Tab, orgrok --always-approve. - The command palette organizes session, context, model, and tool actions.
- The
/contextcommand checks current context usage.
Context
According to xAI Docs, the Grok Build TUI's modes and commands are designed to streamline interactions and provide granular control over the development workflow. These functionalities are part of a broader set of features detailed in the documentation, including various API integrations, new voice capabilities, and advanced API usage options.
Why It Matters
These new modes and commands offer builders more direct control over how Grok executes tasks and interacts with tools. This could lead to more predictable and efficient development cycles, particularly when managing complex projects or sensitive operations.
What To Do
- Review the Grok Build documentation for a full key reference on keyboard shortcuts.
- Experiment with Plan mode using
/plan [description]to manage session planning. - Test Auto mode and Always-approve mode to understand their impact on tool permissions.
- Use
/contextto monitor resource usage during development.
