-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Companion Observations
github-actions[bot] edited this page Aug 9, 2026
·
2 revisions
Lists the behavioural record the connectors have gathered.
Usage:
ed companion observations [--json] [--endpoint <url>] [--limit <n>] [--kind <kind>]
Options:
| Name | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | off | Emits one JSON document on stdout. |
--endpoint |
URL | environment or local default | Uses this Companion API base URL. |
--limit |
1 to 200 | 20 | How many observations to list. |
--kind |
commit, pull_request, issue, review
|
all | Only this observation kind. |
--json shape:
[
{
"id": "0d5c53a4-52f0-4be3-a121-c7f3ac53f7de",
"kind": "commit",
"observedAt": "2026-08-09T09:12:44Z",
"source": "github",
"summary": "pulkitxm/edith 72d2aeb Route audio files through ed companion ingest"
}
]Each item is one observed action: source names the connector, kind the action type, summary a one-line rendering, and observedAt when it happened. Newest first.
Examples:
$ ed companion observations --kind commit --limit 3
# KIND SUMMARY OBSERVED
1 commit pulkitxm/edith 72d2aeb Route audio files ... 2026-08-09T09:12:44Z
Behaviour: read-only; an empty record prints a quiet line. Observations are what corroboration will check your claims against, so they never come from anything you wrote for the companion.
-
ed companion, 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