Iter Iter

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.

Workspace file browser and context selection

How file context works

1

Browse workspace

The dashboard shows all project files. Select which ones the LLM should see when generating implementations.

2

Affected file tracking

Each feature request tracks which files it's expected to create or modify, giving the LLM targeted context.

3

Automatic enrichment

Iter analyzes the request and selects relevant files automatically based on feature mapping and dependency analysis.

4

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.

Give your AI the right context