mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-16 12:04:19 +00:00
docs: auto-regenerate README and registry data
This commit is contained in:
parent
83d0658423
commit
b963ef2acd
2 changed files with 63 additions and 0 deletions
27
README.md
27
README.md
|
|
@ -106,6 +106,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Autotitle</b> <img src="https://badgen.net/github/stars/pawelma/opencode-autotitle" height="14"/> - <i>AI-powered automatic session naming</i></summary>
|
||||
<blockquote>
|
||||
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.
|
||||
<br><br>
|
||||
<a href="https://github.com/pawelma/opencode-autotitle">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Background</b> <img src="https://badgen.net/github/stars/zenobi-us/opencode-background" height="14"/> - <i>Background process management</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -259,6 +268,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Manage Skills</b> <img src="https://badgen.net/github/stars/Randroids-Dojo/ManageSkills" height="14"/> - <i>Wizard-driven skills management for OpenCode.</i></summary>
|
||||
<blockquote>
|
||||
Modal-based skill install, remove, list, and update workflow that avoids ANSI prompts while wrapping the skills CLI inside OpenCode.
|
||||
<br><br>
|
||||
<a href="https://github.com/Randroids-Dojo/ManageSkills">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Micode</b> <img src="https://badgen.net/github/stars/vtemian/micode" height="14"/> - <i>Brainstorm-Plan-Implement workflow</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -1209,6 +1227,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode History Search</b> <img src="https://badgen.net/github/stars/joeyism/opencode-history-search" height="14"/> - <i>Search OpenCode conversations with keyword, regex, and fuzzy search</i></summary>
|
||||
<blockquote>
|
||||
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).
|
||||
<br><br>
|
||||
<a href="https://github.com/joeyism/opencode-history-search">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode Neovim</b> <img src="https://badgen.net/github/stars/NickvanDyke/opencode.nvim" height="14"/> - <i>Neovim plugin</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
36
dist/registry.json
vendored
36
dist/registry.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue