Smart File Context
Browse your project files, select context for LLM prompts, and let Iter automatically track which files each request affects. The right context leads to better AI output.
How file context works
Browse workspace
The dashboard shows all project files. Select which ones the LLM should see when generating implementations.
Affected file tracking
Each feature request tracks which files it's expected to create or modify, giving the LLM targeted context.
Automatic enrichment
Iter analyzes the request and selects relevant files automatically based on feature mapping and dependency analysis.
Context in prompts
Selected files and affected files are included in the planning prompt so the LLM sees existing code before generating new code.
Safety features
Sensitive files excluded
.env, *.pem, *.key files are never sent to the LLM.
Size limits
Files are truncated at 10KB to keep prompts within token limits.
Binary detection
Binary files are excluded from context automatically.