-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Extensions Info
github-actions[bot] edited this page Aug 19, 2026
·
3 revisions
Describes one extension without changing anything.
ed extensions info <id> [--json]
| Argument | Type / values | Default | What it does |
|---|---|---|---|
id |
one of the fifteen ids, or a defaults key | required | The extension to describe |
| Option | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emit JSON on stdout instead of the indented block |
The human form is the title, the summary, then a fixed set of labelled rows. The
needs row appears only when the extension has required permissions and the
asks for row only when it has optional ones, so a plain extension prints four
rows:
$ ed extensions info clipboard
Clipboard
Clipboard history with instant paste.
id clipboard
key clipboardEnabled
group Utilities
state on
asks for Accessibility
$ ed extensions info calendar
Calendar
Shows your schedule in the panel and the app.
id calendar
key tabCalendarEnabled
group Media
state off
needs Calendar
needs and asks for print the readable permission names (Input Monitoring,
Screen Recording), while --json prints the ids ed permissions request
accepts (inputMonitoring, screenRecording).
{
"enabled": false,
"featured": false,
"group": "Media",
"id": "music",
"key": "tabMusicEnabled",
"missingRequiredPermissions": [],
"optionalCapabilities": [
"mediaControls"
],
"optionalPermissions": [],
"requiredCapabilities": [
"localMusicPlayback"
],
"requiredPermissions": [],
"requiredTools": [
"yt-dlp"
],
"summary": "Plays your local music folder, with media keys.",
"title": "Music"
}ed extensions info notchShelf
ed extensions info music --json
ed extensions info tabMachinesEnabled
info is a pure read: no key is written and no notification is posted.
The human form does not print capabilities or required tools. Use --json when
you need those fields.
-
ed extensions, 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