⚙️ Config v1.3.3
v1.3.3
-
Restructured
interface.promptsandinterface.agentsfrom boolean to object structure- Added
usefield to control whether users can use prompts/agents (default:true) - Added
sharefield to control whether users can share prompts/agents (default:false) - Added
publicfield to enable public sharing of prompts/agents (default:false) - Boolean values still supported for backward compatibility (treated as
usesetting) - See Interface Configuration for details
- Added
-
Added
publicfield tointerface.mcpServersconfiguration- Controls whether users can share MCP servers publicly (default:
false) - See Interface Configuration for details
- Controls whether users can share MCP servers publicly (default:
-
Enhanced SSRF protection for
actions.allowedDomainsandmcpSettings.allowedDomains- When not configured: SSRF targets are blocked by default, all other domains are allowed
- When configured: Only listed domains are allowed
- Blocked targets include: localhost, private IPs, link-local IPs,
.internal/.localTLDs, and common service names - Supports protocol and port restrictions (e.g.,
'https://api.example.com:8443') - See Actions Configuration and MCP Settings for details
-
Added
guardrailConfigtoendpoints.bedrockfor AWS Bedrock Guardrails support- Configure
guardrailIdentifierwith your guardrail ID - Set
guardrailVersionto specify the version - Optional
tracefield for debugging ("enabled","enabled_full", or"disabled") - See AWS Bedrock Configuration for details
- Configure
-
Added new fields to MCP server configurations
- Added
titlefield for custom display name in the UI - Added
descriptionfield for server description - Added
apiKeyauthentication for SSE/HTTP transports withsource,authorization_type, andcustom_headeroptions - Added
oauth.skip_code_challenge_checkfor providers like AWS Cognito that support S256 but don't advertise it - See MCP Servers Configuration for details
- Added
-
Added
groupIconproperty for model specs custom groups- Specify built-in icon keys (e.g.,
"openAI","groq") or custom URLs - Only the first spec with a
groupIconin each group is used - See Model Specs Configuration for details
- Specify built-in icon keys (e.g.,
-
Added
xhigh(extra high) reasoning effort option for OpenAI models- New option for
reasoning_effortparameter:"xhigh" - See Model Specs - Preset Fields for details
- New option for
-
Bedrock
promptCacheparameter now defaults totruefor Claude and Nova models- Automatically enables prompt caching for supported Bedrock models
- Can be explicitly disabled by setting
promptCache: false - See Model Specs - promptCache for details