Skip to content

Command

Fresh

Command provides natural language inline completions. Describe what you want in plain English and the agent generates the code or command.

Trigger

PlatformShortcut
macOSCmd+I
Windows / LinuxCtrl+I

Where It Works

In the Editor

Generate code from natural language descriptions:

  • "Create a React component for a login form"
  • "Add error handling to this function"
  • "Write JSDoc comments for this class"
  • "Refactor this to use async/await"

In the Terminal

Generate shell commands from descriptions:

  • "Find all processes on port 3000 and kill them"
  • "List all .ts files modified in the last 24 hours"
  • "Create a tar archive of the src directory"

TIP

Command is ideal for boilerplate generation. Describe the structure you need, accept the generated code, then refine the details manually or via the Agent.

SOP Documentation Site