-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Getting Started Status
pukbot[bot] edited this page Aug 25, 2026
·
1 revision
Reports the same command-line tool and shell completion state shown in Edith's Terminal settings.
ed status [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit one structured status document. |
The JSON document contains tools, completions, and fallbackSource.
tools reports the target directory, linked and missing names, whether the
directory is on PATH, whether this build bundles the tools, and whether the
installation is complete. Each completion reports its shell, state, path, and
optional hint.
{
"completions": [
{
"hint": null,
"path": "/Users/me/.local/share/zsh/site-functions/_ed",
"shell": "zsh",
"state": "current"
}
],
"fallbackSource": "source $HOME/.local/share/zsh/site-functions/_ed",
"tools": {
"bundled": true,
"complete": true,
"directory": "/Users/me/.local/bin",
"linked": ["ed", "edh", "edith"],
"missing": [],
"onPath": true
}
}This command only reads the file system and shared defaults. It works while Edith is closed and exits 0 even when tools or completion scripts are missing.
-
Getting started with
ed, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides