* Add autocomplete gif * Add edit quickstart gif * Add chat gif * Add agent gif * Fix broken image path * Change Features to IDE Extensions * Moved install and quickstart to ext and created redirects * Move pages in docs.json * Move examples from overview to extensions * Remove the Overview and redirect to the index * Fix Redirect * Update docs/chat/how-to-use-it.mdx Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * Redirect model pages to customize --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
9 lines
459 B
Plaintext
9 lines
459 B
Plaintext
---
|
|
title: "Context Selection"
|
|
description: "Learn how Continue's agent mode selects relevant code context using file content, language server definitions, imports, and recent file history."
|
|
---
|
|
|
|
You can use the same methods to manually add context as [Chat](/ide-extensions/chat/context-selection).
|
|
|
|
Tool call responses are automatically included as context items. This enables Agent mode to see the result of the previous action and decide what to do next.
|