diff --git a/.gitignore b/.gitignore index b5452405..81bdb992 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ node_modules .env .idea .vscode +*~ openapi.json playground tmp diff --git a/AGENTS.md b/AGENTS.md index 36a37713..9c6111b0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -17,7 +17,7 @@ ## 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 { diff --git a/packages/opencode/src/tool/task.txt b/packages/opencode/src/tool/task.txt index 2be3819f..c3a78d4d 100644 --- a/packages/opencode/src/tool/task.txt +++ b/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): -"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 @@ -45,7 +45,7 @@ function isPrime(n) { } -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 assistant: Now let me use the code-reviewer agent to review the code assistant: Uses the Task tool to launch the code-reviewer agent