You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance catalog generation with sub-tool extraction and URL handling
- Added mapping for batch flags to entry functions in generate_catalog.py.
- Implemented extraction of sub-tools from batch functions, including their names and URLs.
- Introduced a warning for missing URLs in sub-tools during catalog generation.
- Updated the catalog version to 3.
- Enhanced the HTML index to support displaying included tools for batch categories with toggle functionality.
- Improved search functionality to include sub-tools in the filtering process.
python3 -c "import json; d=json.load(open('catalog.json')); m=[x for x in d['modules'] if x['flag']=='-k'][0]; print(len(m.get('includes',[])), 'tools')"
0 commit comments