Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:39

Changelog

  • 90d1e82 feat(search-bridge): add Bing fallback, stealth anti-detection, and headless=new mode
  • ee38002 feat: add codebase_map tool and project index prompt to NoteAgent
  • 10328fa feat: add mandatory project index prompt to BuildAgent and PlanAgent system prompts
  • ef7b375 feat: add real-time indexing progress bar to doc index UI
  • 4ce1ff6 feat: append guaranteed Sources section to deep search results
  • c8b070a feat: multi-file batching, parallel workers, and progress tracking for document indexer
  • ba170cf feat: pass viewport dimensions to note agent RunLoop
  • 4dacec8 feat: rewrite note queries using conversation context
  • d5a7426 fix: bump package.json version to 0.8.2 to match source code
  • 39819e3 fix: increase deep search timeout from 90s to 180s to prevent "context deadline exceeded" errors
  • 4c236ba fix: proactive context compaction and Ollama 400 detection for context overflow
  • e7ff6e2 fix: render deep_search output as markdown with expanded Sources section
  • a62c973 fix: use same model for note query rewrite as the Note Agent instead of overriding to haiku/mini/flash
  • 1b0877b perf: optimize deep search speed with tighter timeouts, prompt optimization, and concurrency improvements
  • 146a3ca search: set MAX_CONCURRENCY default to 15 and bump bridge HTTP timeout to 150s