You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [0.20.0] - 2026-06-22
6
+
7
+
### Added
8
+
9
+
-**`--output json` / `--json` flag**: All retrieval commands (`query`, `trace`, `recall`, `brief`, `explore`, `challenge`, `reflect`, `thread`) now accept `--output json` (or the `--json` shortcut). Combined with `--no-llm`, this produces a stable JSON array of capsule objects — no LLM required, no text parsing needed. Schema: `id`, `ts_ms`, `time_utc`, `source`, `category`, `intent`, `decision`, `rationale`, `next_steps`, `symbols`, `failure_mode`, `agent_session_id`, `source_pointer`, `distance`.
10
+
-**`unlost ingest <file.md>`**: New command that chunks a markdown document into capsules by `##` / `###` heading. Parses YAML frontmatter (`target`, `target_path`, `symbols`, `related`, `category`), extracts `[[wiki-links]]`, code-fence language tags, and inline backtick identifiers as symbols. Tags capsules `category: cartography` by default (overridable with `--category`). No LLM required — uses only the embedding model. Supports multiple files in one invocation and `--global` for the global workspace.
0 commit comments