Skip to content

v0.7.8

Choose a tag to compare

@yoosefap yoosefap released this 27 Aug 22:11
· 39 commits to main since this release
21bce7d

RETEST v0.7.7 follow-up: cross-session learning, Vue trace edges, and honest fuzzy trace.

  • Learning persistence. graph.bin snapshot digest now includes access_count, base_relevance, and edge pheromone weights so save_persisted after record_feedback is not skipped as “structurally unchanged”. Episodes replay on MCP startup when graph nodes are still cold (warmup_project_learning).
  • Vue trace / dead-code. Pinia actions methods become Function symbols; template @click / @view and <script setup> store calls emit Calls edges; store file hints are extension-agnostic (stores/ui resolves ui.js). trace inbound callers work for goCheckout and similar.
  • Trace honesty. TraceResult.origin_reliable and match_reason: "fuzzy" when the seed is not an exact/prefix hit — agents must not treat fuzzy origins as dead-code proof.
  • Pinia alias resolve. Store alias ui maps to useUiStore::action during call linking.