VG Vibe Coding Glossary

Lesson 5 / 22

Context is the relevant information the agent currently has for the task.

Context

Concept

Context 是 agent 现在真正掌握、并且和任务有关的信息。它不是整个项目,也不是所有历史记录。把文件、错误日志或设计决定读进来,就是让它们进入当前 context。

English handle

Context is the relevant information the agent currently has for the task.

Try saying it

请用英文要求 agent 在修改 API handler 前先把 schema 文件读进 context。

Compare

Load the schema file into context before editing the API handler.

  • 是否说明要加载什么信息?
  • 是否说明加载发生在修改之前?
  • 是否把 context 当作当前任务相关信息,而不是长期记忆?