Release notes
Notable changes to NavFlow, newest first. The project follows Semantic
Versioning ; earlier 0.0.x history is in the git log.
0.1.4 — 2026-07-03
Removed
changelogandconfigconnectors — dummy, demo-only connectors that had outlived their use. Also drops the demo api-server’s unused/admin/changelogand/admin/configendpoints and renames its fault switch/admin/inject→/demo/inject.
0.1.3 — 2026-07-03
Added
include_payloadonread/query— opt-in flag that returns the full lossless stored record asrawon each row, alongside the summarytext. Exposed over HTTP and the MCPread/querytools; covers all connectors.
Fixed
- Claude Code plugin install — publish a root
marketplace.json(/plugin marketplace add glassflow/navflow) and fixplugin.jsonload errors on Claude Code 2.1 (duplicate hooks ref, missingingest_tokendefault,navflow_urlrequired flag hiding its default). - Double-ingest for
claude_code— the first pushed event flips a poll-mode source to push mode, so a source fed by the plugin no longer also tails files and ingests every event twice.
0.1.2 — 2026-07-02
Added
navflow --version.
0.1.1 — 2026-07-02
First public (soft-launch) release.
Added
read(selector, window)primitive — a correlated, time-ordered read across all sources matching a strict-AND conjunction oflabel=valueconstraints, with no view required. Exposed over HTTP (POST /read) and MCP (thereadtool). Views become an optional narrowing lens; triggers still attach to a view.- Console redesign — a selector-first Explore (pick an entity, add filters, read across every source, with a human/agent view toggle), a ⌘K Ask command palette, a three-act navigation, and separate Views / Triggers pages.
- Agents → Reads — a client filter (defaults to
mcp) over the read activity log.
Changed
- Package and CLI distribution renamed from
navflow-mvptonavflow.
Last updated on