fix: add nextcloud talk manifest (#1297) (thanks @ysqander)

This commit is contained in:
Peter Steinberger
2026-01-20 11:37:46 +00:00
parent c9e3c14f9c
commit 7e08de4a5f
2 changed files with 12 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ Docs: https://docs.clawd.bot
- TUI: keep thinking blocks ordered before content during streaming and isolate per-run assembly. (#1202) — thanks @aaronveklabs.
- CLI: avoid duplicating --profile/--dev flags when formatting commands.
- Exec: prefer bash when fish is default shell, falling back to sh if bash is missing. (#1297) — thanks @ysqander.
- Plugins: add Nextcloud Talk manifest for plugin config validation. (#1297) — thanks @ysqander.
## 2026.1.19-3

View File

@@ -0,0 +1,11 @@
{
"id": "nextcloud-talk",
"channels": [
"nextcloud-talk"
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}