diff --git a/README.md b/README.md index 44b39c6..a0e17d1 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,15 @@ +
+ Autotitle - AI-powered automatic session naming +
+ Two-phase session titling - instant keyword titles on user message, refined AI titles after response. Auto-selects cheapest model (flash/haiku/fast), respects custom titles, zero configuration needed. +

+ 🔗 View Repository +
+
+
Background - Background process management
@@ -259,6 +268,15 @@
+
+ Manage Skills - Wizard-driven skills management for OpenCode. +
+ Modal-based skill install, remove, list, and update workflow that avoids ANSI prompts while wrapping the skills CLI inside OpenCode. +

+ 🔗 View Repository +
+
+
Micode - Brainstorm-Plan-Implement workflow
@@ -1209,6 +1227,15 @@ Also available for bat and Ghostty in the same repository.
+
+ Opencode History Search - Search OpenCode conversations with keyword, regex, and fuzzy search +
+ Search through your OpenCode conversation history with powerful keyword, regex, and fuzzy search capabilities. Features date filtering, multiple match types (titles, messages, tools, file paths), and fast performance (<50ms queries). +

+ 🔗 View Repository +
+
+
Opencode Neovim - Neovim plugin
diff --git a/dist/registry.json b/dist/registry.json index 902475c..3a4adfd 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -95,6 +95,18 @@ ], "tags": [] }, + { + "productId": "autotitle", + "type": "plugins", + "displayName": "Autotitle", + "repoUrl": "https://github.com/pawelma/opencode-autotitle", + "tagline": "AI-powered automatic session naming", + "description": "Two-phase session titling - instant keyword titles on user message, refined AI titles after response. Auto-selects cheapest model (flash/haiku/fast), respects custom titles, zero configuration needed.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "background", "type": "plugins", @@ -287,6 +299,18 @@ ], "tags": [] }, + { + "productId": "managed-skills", + "type": "plugins", + "displayName": "Manage Skills", + "repoUrl": "https://github.com/Randroids-Dojo/ManageSkills", + "tagline": "Wizard-driven skills management for OpenCode.", + "description": "Modal-based skill install, remove, list, and update workflow that avoids ANSI prompts while wrapping the skills CLI inside OpenCode.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "micode", "type": "plugins", @@ -1425,6 +1449,18 @@ ], "tags": [] }, + { + "productId": "opencode-history-search", + "type": "projects", + "displayName": "Opencode History Search", + "repoUrl": "https://github.com/joeyism/opencode-history-search", + "tagline": "Search OpenCode conversations with keyword, regex, and fuzzy search", + "description": "Search through your OpenCode conversation history with powerful keyword, regex, and fuzzy search capabilities. Features date filtering, multiple match types (titles, messages, tools, file paths), and fast performance (<50ms queries).", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-kanban", "type": "projects",