mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
diffs: add configurable viewer base URL (#59341)
Merged via squash.
Prepared head SHA: 3c2a84849f
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
committed by
GitHub
parent
d55cefac00
commit
19c954bd78
@@ -4,6 +4,10 @@
|
||||
"description": "Read-only diff viewer and file renderer for agents.",
|
||||
"skills": ["./skills"],
|
||||
"uiHints": {
|
||||
"viewerBaseUrl": {
|
||||
"label": "Viewer Base URL",
|
||||
"help": "Persistent gateway base URL used for returned viewer links when a tool call does not pass baseUrl."
|
||||
},
|
||||
"defaults.fontFamily": {
|
||||
"label": "Default Font",
|
||||
"help": "Preferred font family name for diff content and headers."
|
||||
@@ -69,6 +73,9 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"viewerBaseUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"defaults": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
Reference in New Issue
Block a user