《Cursor Docs》-Using Agent in CLI
2026-08-26 43 views Cursor Docs Cursor CLI

The CLI supports the same modes as the editor. Switch modes using slash commands or the mode flag.

Read More
《Cursor Docs》-Shell Mode
2026-08-26 36 views Cursor Docs Cursor CLI

Shell Mode runs shell commands directly from the CLI without leaving your conversation. Use it for quick, non interactive commands with safety checks and output displayed in the conversation.

Read More
《Cursor Docs》-Terminal setup
2026-08-26 39 views Cursor Docs Cursor CLI

Configure your terminal for the best Cursor CLI experience. This guide covers keybindings for multi line input, Vim mode, and theme synchronization.

Read More
《Cursor Docs》-Slash commands
2026-08-26 40 views Cursor Docs Cursor CLI

Command Description /model [filter] Select a model. Press Tab to edit. /run everything [on\ off\ status] Toggle Run Everything or show its status. /auto run is an alias. /plan [prompt] Switch to Plan mode, show the current plan, or submit a prompt in Plan mode /ask Toggle Ask mode for read only questions /debug [prompt] Toggle Debug mode or submit a prompt in Debug mode /goal [objective] Give the agent a long lived objective to work towards until it's fully complete. Rolling out. /logs Show the debug log path and copy it to the clipboard /update Update Cursor Agent to the latest version /max mode Toggle Max Mode on legacy request based plans /rename <name Rename the current chat session /clear Start a new chat session. /new, /new chat, and /newchat are aliases. /resume Open recent chats and resume one /fork Fork the current chat into a new session /summarize Summarize the conversation to reduce context. /compress is an alias. /rewind Jump back to a previous message /vim Toggle Vim keys /line numbers Toggle line numbers in code blocks /show thinking Toggle thinking block display /status indicators Toggle terminal title status indicators /shell [command] Enter Shell Mode. /sh and /run are aliases. /about Show CLI version, system, and account info. Also copies it to the clipboard. /setup terminal Configure terminal newline keybindings. See Terminal setup. /help [command] Show help. Use /help <command for command details. /feedback <message Share feedback with the team /open Open the repository's Git root in Cursor. /cursor is an alias. /copy request id Copy the last request ID to the clipboard /copy conversation id Copy the current conversation ID to the clipboard /logout Sign out from Cursor /quit Exit /exit Exit /mcp [list\ list tools] [identifier] Manage MCP servers and list tools for a server /plugin [subcommand] Manage plugins and marketplaces /config Configure CLI settings interactively /copy Copy a previous user message to the clipboard /sandbox Configure sandbo

Read More
《Cursor Docs》-Permissions
2026-08-26 34 views Cursor Docs Cursor CLI

Configure what the agent is allowed to do using permission tokens in your CLI configuration. Permissions are set in /.cursor/cli config.json (global) or <project /.cursor/cli.json (project specific).

Read More
《Cursor Docs》-Output format
2026-08-26 35 views Cursor Docs Cursor CLI

The Cursor Agent CLI provides multiple output formats with the output format option when combined with print. These formats include structured formats for programmatic use (json, stream json) and a simplified text format for human readable output (text).

Read More
《Cursor Docs》-Configuration
2026-08-26 35 views Cursor Docs Cursor CLI

Configure the Agent CLI using the cli config.json file.

Read More
《Cursor Docs》-Authentication
2026-08-26 55 views Cursor Docs Cursor CLI

Cursor CLI supports two authentication methods: browser based login (recommended) and API keys.

Read More
《Cursor Docs》-Cursor CLI
2026-08-26 30 views Cursor Docs Cursor CLI

Cursor CLI lets you interact with AI agents directly from your terminal to write, review, and modify code. Whether you prefer an interactive terminal interface or print automation for scripts and CI pipelines, the CLI provides powerful coding assistance right where you work.

Read More
《Cursor Docs》-MCP
2026-08-26 28 views Cursor Docs Cursor CLI

The Cursor CLI supports Model Context Protocol (MCP) servers, allowing you to connect external tools and data sources to agent. MCP in the CLI uses the same configuration as the editor any MCP servers you've configured will work with both.

Read More
《Cursor Docs》-Using Headless CLI
2026-08-26 44 views Cursor Docs Cursor CLI

Use Cursor CLI in scripts and automation workflows for code analysis, generation, and refactoring tasks.

Read More
《Cursor Docs》-GitHub Actions
2026-08-26 40 views Cursor Docs Cursor CLI

Use Cursor CLI in GitHub Actions and other CI/CD systems to automate development tasks.

Read More
《Cursor Docs》-CLI Changelog
2026-08-26 30 views Cursor Docs Cursor CLI

The latest features, improvements, and fixes shipping to Cursor CLI. Run agent version to check your installed version, and agent update to upgrade in place.

Read More
《Cursor Docs》-ACP
2026-08-26 45 views Cursor Docs Cursor CLI

Cursor CLI supports ACP (Agent Client Protocol) for advanced integrations. You can run agent acp and connect a custom client over stdio using JSON RPC.

Read More
# 翻译结果: firecrawl-cli: Let AI Agents Scrape, Search, Crawl and Map Web Pages via CLI

firecrawl-cli is the official Firecrawl Agent Skill (located in the directory skills/firecrawl-cli, with the frontmatter named firecrawl). It enables assistants such as Cursor, Claude Code, and Codex to search, scrape, map, crawl and interact with web pages via the Firecrawl CLI, with results saved in .firecrawl/ in Markdown/JSON format. Based on the official SKILL.md and CLI documentation, this article explains the installation and authentication procedures, the workflow of search→scrape→map→crawl→interact, as well as key notes including credits and rate limits for users without an API key.

Read More