From 96a809658cfb72574541650f601c6935d51ecea6 Mon Sep 17 00:00:00 2001 From: whudqw <8+whudqw@noreply.git.pinaic.com> Date: Sun, 9 Aug 2026 07:54:13 +0200 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Codex=20=E6=8A=80=E8=83=BD?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agents/openai.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 agents/openai.yaml diff --git a/agents/openai.yaml b/agents/openai.yaml new file mode 100644 index 0000000..0b63284 --- /dev/null +++ b/agents/openai.yaml @@ -0,0 +1,6 @@ +interface: + display_name: "PinAI Image Generator" + short_description: "Generate local PNGs through the built-in PinAI API" + default_prompt: "Use $pinai-imagegen to generate a local PNG with my configured PinAI key." +policy: + allow_implicit_invocation: true