From f3f49a6e226ab5ef4b3708ded3ea355b4eeb1e6c Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:35:19 +0300 Subject: [PATCH 1/3] Update blog-post-coding.js --- server/utils/agents/aibitat/example/blog-post-coding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/utils/agents/aibitat/example/blog-post-coding.js b/server/utils/agents/aibitat/example/blog-post-coding.js index 76846a2a339..4ad31dcbd39 100644 --- a/server/utils/agents/aibitat/example/blog-post-coding.js +++ b/server/utils/agents/aibitat/example/blog-post-coding.js @@ -45,7 +45,7 @@ async function main() { content: `We have got this draft of the new blog post, let us start working on it. --- BEGIN DRAFT OF POST --- - Maui is a beautiful island in the state of Hawaii and is world-reknown for its whale watching season. Here are 2 other additional things to do in Maui, HI: + Maui is a beautiful island in the state of Hawaii and is world-renown for its whale watching season. Here are 2 other additional things to do in Maui, HI: --- END DRAFT OF POST --- `, From bdf3488adad8e99947307e4fa1394ed2cf7a24c5 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:35:46 +0300 Subject: [PATCH 2/3] Update save-file-browser.js --- server/utils/agents/aibitat/plugins/save-file-browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/utils/agents/aibitat/plugins/save-file-browser.js b/server/utils/agents/aibitat/plugins/save-file-browser.js index 716f37c38ed..b0ef039f711 100644 --- a/server/utils/agents/aibitat/plugins/save-file-browser.js +++ b/server/utils/agents/aibitat/plugins/save-file-browser.js @@ -15,7 +15,7 @@ const saveFileInBrowser = { tracker: new Deduplicator(), name: this.name, description: - "Save content to a file when the user explicity asks for a download of the file.", + "Save content to a file when the user explicitly asks for a download of the file.", examples: [ { prompt: "Save me that to a file named 'output'", From 2cbf772283d5d89acadb5052a54ce41c6df8882a Mon Sep 17 00:00:00 2001 From: Timothy Carambat Date: Mon, 16 Jun 2025 09:19:15 -0700 Subject: [PATCH 3/3] Update blog-post-coding.js --- server/utils/agents/aibitat/example/blog-post-coding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/utils/agents/aibitat/example/blog-post-coding.js b/server/utils/agents/aibitat/example/blog-post-coding.js index 4ad31dcbd39..1764d498bc1 100644 --- a/server/utils/agents/aibitat/example/blog-post-coding.js +++ b/server/utils/agents/aibitat/example/blog-post-coding.js @@ -45,7 +45,7 @@ async function main() { content: `We have got this draft of the new blog post, let us start working on it. --- BEGIN DRAFT OF POST --- - Maui is a beautiful island in the state of Hawaii and is world-renown for its whale watching season. Here are 2 other additional things to do in Maui, HI: + Maui is a beautiful island in the state of Hawaii and is world-renowned for its whale watching season. Here are 2 additional things to do in Maui, HI: --- END DRAFT OF POST --- `,