tool registry, claude tool awareness, and model selector fix

- Add agent-agnostic tool registry (tool-registry.ts) that discovers tools from disk
- Embed tool-loader extension as platform infrastructure (ensure-tool-loader.ts)
- Inject tool context into Claude prompts on first message
- Add marketplace tool sync (sync-marketplace.ts)
- Fix model selector defaulting to claude-code when no model explicitly selected
- Exclude tool-loader-source.ts from tsconfig (Pi-specific deps)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 11:55:38 +00:00
co-authored by Claude Opus 4.6
parent e97b4b2459
commit 49cd559c8a
8 changed files with 565 additions and 11 deletions
+2 -1
View File
@@ -47,6 +47,7 @@
"exclude": [
"dist",
"node_modules",
"src/videos"
"src/videos",
"src/servers/tool-loader-source.ts"
]
}