On this page

Sigil User Docs

简体中文

Sigil is a TUI-first coding agent. This page is a compact map of the user documentation; it intentionally does not repeat release versions, install commands, or provider credentials. Follow the linked guide that owns each topic for current details.

These docs track main, while the packaged alpha is v0.0.1-alpha.4. Check Unreleased for features added after that release.

Start Here

If you are new to Sigil, read these guides in order:

  1. Quickstart: use the recommended npm alpha path, launch the TUI, complete Quick Setup, and run a first useful session.
  2. Installation: choose an install channel or find the authoritative update, uninstall, and release-archive instructions.
  3. Visual tour: see the main session, approval review, configuration, verification, checkpoint recovery, and compaction preview surfaces.
  4. TUI user guide: learn the screen layout, controls, image input, attention notifications, sessions, approvals, planning, verification, recovery, context controls, and code intelligence.
  5. Safety and permissions: understand what can run, what needs approval, and how to review risky actions.
  6. Troubleshooting: diagnose setup, authentication, terminal, MCP, code-intelligence, and recovery problems.

Choose By Task

I want to...Read
Try Sigil for the first timeQuickstart
Install, update, or uninstall SigilInstallation
See what the product looks likeVisual tour
Learn the TUI and session workflowTUI user guide
Follow practical coding-task patternsCommon workflows
Reuse copyable prompt patternsCookbook
Configure shared workspace, permission, task, terminal, or tool behaviorConfiguration
Choose a provider or configure provider authenticationProvider guide
Understand approvals, workspace boundaries, and MCP trustSafety and permissions
Understand privacy, provider context, session logs, and secretsPrivacy and data handling
Add external tools through MCPMCP guide
Look up commands, keys, paths, and recovery factsReference
Validate attention notifications, image clipboard input, mouse capture, OSC52 copy, tmux, SSH, or WSL behaviorTerminal compatibility
Fix a problem or report a bugTroubleshooting
Check current support commitmentsSupported today and future work
Read user-facing release notesUser changelog

Maintainer Documentation

These pages describe the user-facing product. Architecture, implementation, and contribution constraints live in the repository under dev/docs, dev/governance, and AGENTS.md.