From 5e3fbda36bed1ad6cc1f96b9c31896406d183d31 Mon Sep 17 00:00:00 2001 From: oliver Date: Sat, 6 Jun 2026 07:27:42 -0300 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 5821cd7..c5869fd 100644 --- a/app.js +++ b/app.js @@ -1475,7 +1475,7 @@ function renderWizardReview() { const prompt = buildWizardPrompt(); document.getElementById("wizard-body").innerHTML = `
-

Review the generated init prompt below, then copy it into your agent's system prompt.

+

Your init prompt is ready! Copy it and paste it directly into your Hermes instance — it will automatically install and configure all selected skills and integrations for you.

`; }