Add files and folders to the context

interface & shortcuts

// what it does

Type @ to fuzzy-search files and folders and pull them into the agent's context. When the context window fills up, /summarize compresses the conversation to free space (/compress is an alias). This keeps long sessions coherent without starting over.

// shell

$ @src/auth.ts
$ /summarize

// gotcha

/summarize is lossy — it compresses earlier turns and can drop specifics the agent later needs. After summarizing, re-attach the files that matter with @ so the details you care about stay in context.

// resources