Context Awareness Feature

The true power of the Goki Assistant lies in its ability to "understand" your project without you having to constantly copy-paste source code.

1. Understanding the Active File

When you open a file (e.g., main.ino), the AI automatically reads its content as context.

  • You can ask "What does the setup function in this file do?" without resending the code.
  • If you switch to another file, the context will automatically update.

2. Code Actions

When the AI returns a code snippet (Code Block) in a message, you have the following powerful tools:

  • Copy: Copies the code snippet to the clipboard.
  • Insert: Directly inserts the code snippet at the current cursor position in the editor (if the Auto-insert feature is enabled).

Next: Tips & Advanced Settings