mnemostack 0.2.0a3
Maintenance release covering PRs #7-#10.
Highlights:
- temporal regex extended to 20xx so 2030+ queries no longer silently fall back to current year (PR #7)
- month + year matches preferred over bare year so april 2035 returns the April-only window (PR #7)
- VectorStore / AsyncVectorStore collection_exists() no longer masks Qdrant auth, network, or runtime errors as missing collections (PR #7)
- Config.embedding_model and Config.llm_model are now actually applied through CLI, HTTP, and MCP (PR #8)
- explicit stateful feedback API: POST /feedback, mnemostack feedback CLI, mnemostack_feedback MCP tool, --auto-record-ior opt-in, build_full_pipeline(enable_stateful_stages=False) for benchmarks (PRs #9, #10)
- shared mnemostack.feedback module so HTTP / CLI / MCP all use the same contract (PR #10)
Full changelog: CHANGELOG.md