feat: 导出 SproutClaw .sproutclaw 配置

包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
2026-06-26 15:48:56 +08:00
commit 50edff80f5
13904 changed files with 411646 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"lastChangelogVersion": "0.75.4",
"showChangelogOnStartup": false,
"defaultProvider": "your-provider",
"defaultModel": "your-model",
"defaultThinkingLevel": "high",
"transport": "sse",
"theme": "dark",
"packages": [
"npm:pi-subagents",
"npm:pi-mcp-adapter",
"npm:pi-autocontext"
]
}