Update app.js
This commit is contained in:
@@ -1475,7 +1475,7 @@ function renderWizardReview() {
|
||||
const prompt = buildWizardPrompt();
|
||||
document.getElementById("wizard-body").innerHTML = `
|
||||
<div class="wizard-review-area" style="padding:12px 16px 4px">
|
||||
<p class="wizard-review-intro">Review the generated init prompt below, then copy it into your agent's system prompt.</p>
|
||||
<p class="wizard-review-intro">Your init prompt is ready! Copy it and paste it directly into your <strong>Hermes</strong> instance — it will automatically install and configure all selected skills and integrations for you.</p>
|
||||
<textarea class="wizard-review-textarea" id="wizard-prompt-textarea" readonly>${escHtml(prompt)}</textarea>
|
||||
</div>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user