Changelog

Docmancer keeps getting easier to understand.

Notable public product changes across the local package, encrypted continuity, and website. Package releases remain the canonical source for exact installation versions.

01

0.9.4: Shared Memory and retrieval profiles

  • The local app now shows the real Markdown trees, their folder scaffold, file provenance, and the exact bounded projection prepared for each agent
  • Existing canonical files move into the new scaffold without changing their stable addresses
  • Explicit local and scale retrieval profiles, selected with docmancer setup --profile
  • Versioned sources, token-aware chunking, and a bounded embedding pipeline so changed files update only what they touch
  • Ask and web startup read the committed index instead of combining on the request path

02

0.9.3: canonical memory you can see and pin

  • docmancer memory canonical reports and rebuilds machine-wide memory deliberately, with a deterministic mode that calls no provider
  • Pinned notes survive combination, from the app, the CLI, or the new pin_memory and unpin_memory MCP tools
  • The canonical_memory MCP tool lets agents read machine-wide memory through their own tool layer
  • Context builds stopped paying a provider to summarise raw session transcripts, cutting input tokens by 45% on a real corpus
  • docmancer clear is a first-class command again and honours a relocated DOCMANCER_HOME

03

0.9.2: one memory for the machine

  • Machine-wide canonical memory combined from source-attributed agent evidence into stable Markdown
  • One setup command that presents a complete preflight plan, then connects every detected agent and enables recall and capture
  • Local Ask conversations saved per project, with a temporary chat option that is never persisted
  • Cloud connect without leaving the app, using an eight-character device code
  • Recalled instruction and rule files now carry mandatory authority, so policy questions get answered

04

0.9.1: grounded answers and revisioned Context

  • Grounded Ask answers with inline citations, provider metadata, and separate verification checks
  • Provider catalog, OS-keyring credential storage, and the docmancer providers commands
  • Ask defaults to global recall across every indexed project, with a bounded evidence reserve in the token budget
  • A non-blocking indexed Library with readable provenance and richer documentation details
  • Context planning dropped from over two minutes to 2.52 seconds on a 7,063-record corpus

05

0.8.0: local web app

  • Browser-first local app served by docmancer web, bundled into the Python wheel with no Node.js required
  • Loopback-only ASGI API over the shared CLI and MCP runtime
  • Memory intelligence views for conflicts, recent activity, orphans, and resolved suggestions
  • One-time browser bootstrap, session, CSRF, Host, Origin, and response-header protections
  • Hosted relay removed so no website can submit filesystem actions to a machine

06

0.7.4

  • Canonical Personal defaults, Current project, Team standards, and Team project context packs
  • Automatic cross-agent context delivery with deterministic precedence
  • Conversation import, scoped clearing, local profiles, stable record references, and recent activity
  • Shared CLI and MCP consolidation orchestration

07

Hosted sync implementation

  • Authenticated account and device lifecycle with encrypted sync and recovery
  • Stripe entitlement, export, deletion, team review, audit, policy, SSO, and SCIM surfaces
  • Account and billing management on docmancer.dev with the API hosted separately
  • Cross-language vectors, database security tests, durable workers, and production operations artifacts

08

0.7.0

File-first memory browsing arrived with query and inspection workflows, alongside a stable non-interactive CLI path for agents and scripts.

09

Earlier releases

See the full package changelog on GitHub for every fix and compatibility note.