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:
+2
-1
@@ -47,6 +47,7 @@
|
||||
"exclude": [
|
||||
"dist",
|
||||
"node_modules",
|
||||
"src/videos"
|
||||
"src/videos",
|
||||
"src/servers/tool-loader-source.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user