Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Profiles

Profiles bundle providers, snippets, and wrappers into a menu entry. They appear under [profiles.<name>].

[profiles.kickoff]
provider = "codex"
description = "Start a new Codex session"
pre = ["refresh_context"]
post = ["archive"]
wrap = "tmux"

Fields:

  • provider (required): references a provider key.
  • description: short label shown in the TUI preview.
  • pre / post: arrays of snippet names.
  • wrap: wrapper name.

Profiles can represent common workflows (bug triage, onboarding, runbooks) without duplicating configuration. Pair them with prompt-assembler integration to surface dynamic prompts alongside static entries.