John Eismeier 5 месяцев назад
Родитель
Сommit
8b70b89fde
3 измененных файлов с 4 добавлено и 3 удалено
  1. 1 0
      .gitignore
  2. 1 1
      AGENTS.md
  3. 2 2
      packages/opencode/src/tool/task.txt

+ 1 - 0
.gitignore

@@ -5,6 +5,7 @@ node_modules
 .env
 .env
 .idea
 .idea
 .vscode
 .vscode
+*~
 openapi.json
 openapi.json
 playground
 playground
 tmp
 tmp

+ 1 - 1
AGENTS.md

@@ -17,7 +17,7 @@
 
 
 ## Tool Calling
 ## Tool Calling
 
 
-- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. Here is an example illustrating how to execute 3 parallel file reads in this chat environnement:
+- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. Here is an example illustrating how to execute 3 parallel file reads in this chat environment:
 
 
 json
 json
 {
 {

+ 2 - 2
packages/opencode/src/tool/task.txt

@@ -26,7 +26,7 @@ Usage notes:
 Example usage (NOTE: The agents below are fictional examples for illustration only - use the actual agents listed above):
 Example usage (NOTE: The agents below are fictional examples for illustration only - use the actual agents listed above):
 
 
 <example_agent_descriptions>
 <example_agent_descriptions>
-"code-reviewer": use this agent after you are done writing a signficant piece of code
+"code-reviewer": use this agent after you are done writing a significant piece of code
 "greeting-responder": use this agent when to respond to user greetings with a friendly joke
 "greeting-responder": use this agent when to respond to user greetings with a friendly joke
 </example_agent_description>
 </example_agent_description>
 
 
@@ -45,7 +45,7 @@ function isPrime(n) {
 }
 }
 </code>
 </code>
 <commentary>
 <commentary>
-Since a signficant piece of code was written and the task was completed, now use the code-reviewer agent to review the code
+Since a significant piece of code was written and the task was completed, now use the code-reviewer agent to review the code
 </commentary>
 </commentary>
 assistant: Now let me use the code-reviewer agent to review the code
 assistant: Now let me use the code-reviewer agent to review the code
 assistant: Uses the Task tool to launch the code-reviewer agent
 assistant: Uses the Task tool to launch the code-reviewer agent