We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff37f6 commit 31daeadCopy full SHA for 31daead
1 file changed
newIDE/app/src/AiGeneration/Utils.js
@@ -99,7 +99,7 @@ export const useRefreshLimits = (
99
100
// All requests are made in orchestrator mode, and sub-agents (explorer, edit)
101
// are created server-side with the same tools version as the orchestrator.
102
-export const AI_ORCHESTRATOR_TOOLS_VERSION = 'v7';
+export const AI_ORCHESTRATOR_TOOLS_VERSION = 'v8';
103
104
/**
105
* A pending request for the user to approve (or refuse) a project-modifying
0 commit comments