Context Engine v3 — Multi-Document Reasoning
Context Engine now supports multi-document reasoning chains up to 2M tokens. Pass entire codebases, contract libraries, or documentation sets and KAIRO will reason across all of them simultaneously without losing thread.
What’s new
- Multi-document context windows up to 2M tokens
- Cross-document reference resolution — cite exact passages from any source
- Semantic deduplication automatically removes redundant context
- New
context.attach()API for programmatic document injection
Migration
No breaking changes. Existing workflows benefit automatically from the larger context window.