|
|
@@ -43,7 +43,7 @@ Um den manuellen Modus explizit in der [Konfiguration](/docs/config) zu setzen:
|
|
|
|
|
|
```json title="opencode.json"
|
|
|
{
|
|
|
- "$schema": "https://opncd.ai/config.json",
|
|
|
+ "$schema": "https://opencode.ai/config.json",
|
|
|
"share": "manual"
|
|
|
}
|
|
|
```
|
|
|
@@ -56,7 +56,7 @@ Du kannst automatisches Teilen fuer neue Unterhaltungen aktivieren, indem du in
|
|
|
|
|
|
```json title="opencode.json"
|
|
|
{
|
|
|
- "$schema": "https://opncd.ai/config.json",
|
|
|
+ "$schema": "https://opencode.ai/config.json",
|
|
|
"share": "auto"
|
|
|
}
|
|
|
```
|
|
|
@@ -71,7 +71,7 @@ Du kannst Teilen komplett deaktivieren, indem du in der [Konfiguration](/docs/co
|
|
|
|
|
|
```json title="opencode.json"
|
|
|
{
|
|
|
- "$schema": "https://opncd.ai/config.json",
|
|
|
+ "$schema": "https://opencode.ai/config.json",
|
|
|
"share": "disabled"
|
|
|
}
|
|
|
```
|