﻿---
title: "关掉开发中特性警告"
filename: "~/.codex/config.toml"
canonical: /templates/suppress-unstable-features-warning/
---

# 关掉开发中特性警告

顶层键。写进 [notice] 不会生效。关警告不等于特性可用。

```
suppress_unstable_features_warning = true

```
