[codex] Add dynamic VCP tool registry and admin panel#302
Merged
lioensky merged 1 commit intolioensky:mainfrom Apr 24, 2026
Merged
[codex] Add dynamic VCP tool registry and admin panel#302lioensky merged 1 commit intolioensky:mainfrom
lioensky merged 1 commit intolioensky:mainfrom
Conversation
7f3434b to
56d42bb
Compare
56d42bb to
f945615
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{{VCPDynamicTools}}prompt injection backed by a dynamic plugin registry, lightweight tool catalog, semantic matching, and explicit tool/category expansion directives.Plugin/DynamicToolBridge/config.envsmall-model configuration.动态工具清单page under the tools group, with config editing, placeholder copy, catalog/classification rebuild actions, category aliases, pin/exclude controls, search, and builtdistassets.isClassifying, and the Vue page polls until background classification finishes.signal is aborted without reason.Author
白金喵
Validation
npm run lintinAdminPanel-Vuenpm run buildinAdminPanel-Vuenode --check .\modules\dynamicToolRegistry.js; node --check .\routes\admin\dynamicTools.js; node --check .\Plugin.jsnode -e "JSON.parse(require('fs').readFileSync('Plugin/DynamicToolBridge/plugin-manifest.json','utf8')); JSON.parse(require('fs').readFileSync('ToolConfigs/dynamic_tool_bridge.config.json','utf8')); console.log('json ok')"node --test .\tests\dynamicToolRegistry.test.jsNotes
Plugin/DynamicToolBridge/config.envis intentionally ignored; onlyconfig.env.exampleis tracked.ToolConfigs/dynamic_tool_catalog.jsonandToolConfigs/dynamic_tool_categories.jsonare ignored.