⚙️ Config v1.3.4
v1.3.4
-
Added
createfield tointerface.promptsandinterface.agentsconfiguration- Controls whether users can create new prompts/agents (default:
true) - Complements existing
use,share, andpublicpermission fields - Boolean values still supported for backward compatibility
- See Interface Configuration for details
- Controls whether users can create new prompts/agents (default:
-
Added
interface.remoteAgentsconfiguration for remote agent access control- Added
usesetting to enable/disable remote agent usage (default:false) - Added
createsetting to control whether users can create remote agents (default:false) - Added
sharesetting to control whether users can share remote agents (default:false) - Added
publicsetting to enable public sharing of remote agents (default:false) - See Interface Configuration for details
- Added
-
Added
modelsandinferenceProfilestoendpoints.bedrockconfigurationmodels: Specify custom model IDs available for BedrockinferenceProfiles: Map inference profile IDs to display names for cross-region inference- See AWS Bedrock Configuration for details
-
Added Moonshot as a known endpoint
- New
moonshotknown endpoint for Moonshot AI integration with icon support - See Moonshot Configuration for details
- New
-
Added
deferred_toolsandprogrammatic_toolsagent capabilitiesdeferred_tools: Enables lazy/event-driven loading of MCP tools, reducing context window usage (enabled by default)programmatic_tools: Enables programmatic tool calling for MCP tools via code execution sandbox (disabled by default, requires latest Code Interpreter API)- See Agents Configuration for details
-
Removed deprecated
forcePromptsetting- Removed from Azure endpoint and custom endpoint configurations
- Setting was deprecated and no longer functional
-
Updated default model lists
- Added
claude-sonnet-4-6andclaude-opus-4-6to Anthropic and Bedrock default models - Added
moonshotai.kimiandmoonshotai.kimi-k2.5to Bedrock default models - Added Bedrock parameter support for MoonshotAI, Z.AI, and OpenAI GPT-OSS models
- Removed deprecated Claude models: claude-3-opus, claude-3-sonnet, claude-3-haiku, claude-2.x, claude-1.x, and claude-instant variants
- Added
-
Added
artifactsfield tomodelSpecslist entries- Enables the Artifacts capability for a model spec
- Set to
trueto enable with default mode, or a mode string (e.g.,"default") for a specific mode - See Model Specs Configuration for details
-
Added
effortparameter for Anthropic Adaptive Thinking inmodelSpecspresets- Controls the thinking effort level for supported Anthropic models (e.g., Claude Opus 4.6)
- Options:
"low","medium","high","max", or unset (model decides) - Supported by
anthropicandbedrock(Anthropic models) endpoints - See Model Specs Configuration for details