What's wrong with this entry?
Anonymous. No account, no email.
What
A new disableAutoMode setting that allows organizations or users to disable auto mode entirely.
Usage: Add to settings:
{
"permissions": {
"disableAutoMode": "disable"
}
}Details
- When set, shows "auto mode disabled by settings" or "auto mode disabled: disableAutoMode in settings"
- Also respects model-level and org-level restrictions: "auto mode disabled: model does not support auto mode", "auto mode disabled: org not in DAC allowlist"
- New DAC (Documented Allowlisting Check) org allowlist system controls auto mode availability per organization
- Auto mode state is tracked with new attachment types (
auto_modeandauto_mode_exit) for proper context management
Evidence
New settings field and gate messages (search for "disableAutoMode", "auto mode disabled")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.