The /admin/agent-prompt editor now pre-fills with the full bash bootstrap
script from setup_instructions.resolve_lines() instead of being empty.
When an admin saves an override it replaces the default everywhere — the
/setup page display and the dashboard clipboard CTA — rather than adding a
banner above the auto-generated commands.
GET /api/admin/welcome-template now returns a `default` field with the live
computed script so the editor always shows meaningful starting content.
{server_url} and {token} single-brace placeholders survive Jinja2 rendering
and are substituted by JavaScript at clipboard-copy time as before.
Preview pane switches to textContent (not innerHTML) since content is bash.
|
||
|---|---|---|
| .. | ||
| repositories | ||
| __init__.py | ||
| catalog_export.py | ||
| db.py | ||
| identifier_validation.py | ||
| marketplace.py | ||
| marketplace_filter.py | ||
| orchestrator.py | ||
| orchestrator_security.py | ||
| profiler.py | ||
| rbac.py | ||
| remote_query.py | ||
| scheduler.py | ||
| sql_safe.py | ||
| welcome_template.py | ||