wip: remove opencode, searxng, resources; fix user settings read

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 07:27:19 +00:00
co-authored by Claude Opus 4.6
parent 5925ac49a1
commit 7bbcccabf1
46 changed files with 325 additions and 2037 deletions
-7
View File
@@ -5,9 +5,6 @@ import { DATA_PATH } from './data-path';
import { syncSeedSkills } from './sync-skills';
import { syncSeedTools } from './sync-tools';
import { syncSeedExtensions } from './sync-extensions';
import { syncSeedResources } from './sync-resources';
import { migrateSettingsToResources } from './migrate-resources';
import { generateResourceSkill } from './api/pi/pi-bridge';
// Queue is now owned by the sidecar process
import { startDiscordBotIfConfigured } from './channels/discord/bot';
import { startTelegramBotIfConfigured } from './channels/telegram/bot';
@@ -74,10 +71,6 @@ async function installPi(): Promise<boolean> {
syncSeedSkills();
syncSeedTools();
syncSeedExtensions();
syncSeedResources();
await migrateSettingsToResources();
generateResourceSkill(DATA_PATH);
// Queue is initialized by the sidecar process
await startDiscordBotIfConfigured().catch((err) => {