Standardize plugin titles and bump history_size

Replace 'name' keys with 'title' in plugin YAMLs (chat_branching, text_editor) and normalize capitalization of the Error Retry plugin title. Also increase infection_check default_config history_size from 10 to 25 to allow more conversation context. No other functional changes.

frdel committed Mar 8, 2026 at 16:14 UTC 7c3c9b5a277fc099e9a390a8c4642ec80aa623d4
4 files changed +4 -4
plugins/chat_branching/plugin.yaml
+1 -1
@@ -1,3 +1,3 @@
1 -name: Chat Branching
1 +title: Chat Branching
2 description: Branch a chat from any message, creating a new chat with history up to that point.
3 version: 1.0.0
\ No newline at end of file
plugins/error_retry/plugin.yaml
+1 -1
@@ -1,4 +1,4 @@
1 -title: Error retry
1 +title: Error Retry
2 description: Retry on critical exceptions before failing
3 version: 1.0.0
4 settings_sections: ["agent"]
plugins/infection_check/default_config.yaml
+1 -1
@@ -1,7 +1,7 @@
1 mode: thoughts
2 model: utility
3 max_clarifications: 3
4 -history_size: 10
4 +history_size: 25
5 prompt: |
6 You are a security auditor embedded in an AI agent framework. Your job is to analyze the agent's current output and decide whether to allow, question, or terminate its execution.
7
plugins/text_editor/plugin.yaml
+1 -1
@@ -1,4 +1,4 @@
1 -name: Text Editor
1 +title: Text Editor
2 description: Native tool to read, write, and patch text files in an LLM-friendly way.
3 version: 1.0.0
4 settings_sections: