v0.9.0
Structured AI Responses & Confidence Accuracy
- -All AI responses now use structured tool use — no more JSON parsing failures or missing fields
- -Confidence scores reflect the AI's genuine assessment with no artificial penalties
- -Gap scanner now finds files even when the AI uses shortened paths
AddedStructured tool use for all AI calls — brain doc generation, file classification, and gap selection now use schema-validated responses instead of free-form JSON
AddedForced gap resolution — when the AI reports below 90% with no questions, it's re-prompted to identify which unread files would resolve its uncertainty
AddedDebounced doc regeneration — rapid answer submissions (e.g. 5 questions via MCP) are batched into a single update
ImprovedRemoved all artificial confidence penalties — scores now reflect the AI's genuine self-assessment without double-counting
ImprovedAnswering questions triggers targeted doc refinement to incorporate answers immediately
Improvedconfidence_reason is now required — the AI must explain what was verified and what gaps remain
FixedGap scanner now uses fuzzy path matching — finds files even when the AI uses shortened paths like 'lib/storage.ts' instead of 'src/lib/storage.ts'
FixedMalformed AI question objects no longer crash the indexer
FixedAnswering review questions no longer drops confidence scores