﻿---
title: "关掉某条插件安装建议"
filename: "~/.codex/config.toml"
canonical: /templates/tool-suggest-disabled/
---

# 关掉某条插件安装建议

只管建议，不卸载已装插件。id 用 name@marketplace。

```
[tool_suggest]
disabled_tools = [
  { type = "plugin", id = "slack@openai-curated" },
  { type = "connector", id = "connector_googlecalendar" },
]

```
