-
Notifications
You must be signed in to change notification settings - Fork 0
Workflows Interactive
Fischer Hunt edited this page Aug 30, 2026
·
1 revision
The default shape: e with no arguments opens the terminal interface.
-
/resumereopens a previous session; sessions are append-only and branchable —/treeshows and branches the conversation tree in place. -
e "inspect this project"opens with an initial request.
Everything user-facing is file-backed under ~/.e/ with a built-in default —
nothing you can prefer is hardcoded:
-
Themes — drop your own into
~/.e/themes/(see docs/themes.md) - Skills — see docs/skills.md
- Prompt templates — see docs/prompt-templates.md
- Model configuration and overrides — see docs/models.md
-
Settings —
~/.e/settings.json, including composer keybinding chords
-
/helpfor commands,/settingsfor preferences,/loginto connect a provider. - Shift-selection and the queue review let you steer a running turn by editing or dropping queued prompts.
Model-directed tools run as your user without a permission prompt by default.
Directory trust controls what enters context (instructions, skills, prompts),
not execution. Read the
security policy
before opening untrusted repositories, or run e --read-only --no-save for
an ephemeral restricted session.
Written against e 0.0.1. Add your own workflow notes below.