tpmjs/apps
Ajax Davis 06271e079f feat(schema-extraction): auto-extract inputSchema via executor during sync
- Add inputSchema, schemaSource, schemaExtractedAt fields to Tool model
- Create schema extraction helper that calls executor's /load-and-describe
- Update sync routes to extract schema synchronously after tool upsert
- Reduce changes feed batch size from 100 to 30 for extraction time
- Update /api/tools/update-schema to store full JSON Schema
- Add /api/tools/extract-schema endpoint for manual re-extraction
- Update tool page UI with schema source badge and re-extract button
- Add deprecation comments to parameters, returns, aiAgent in types

Authors no longer need to define inputSchema in package.json - it's now
automatically extracted from the tool at sync time. Falls back to
author-provided parameters if extraction fails.
2025-12-17 12:56:25 +10:00
..
playground feat: add Vercel Analytics to web and playground apps 2025-12-17 11:04:02 +10:00
railway-executor feat(railway-executor): add 2-minute TTL cache for esm.sh modules 2025-12-17 11:42:12 +10:00
web feat(schema-extraction): auto-extract inputSchema via executor during sync 2025-12-17 12:56:25 +10:00