danielmiessler.fabric/internal
Kayvan Sylvan c06c94f8b8 # CHANGES
- Add Swagger UI at `/swagger/index.html` endpoint
- Generate OpenAPI spec files (JSON and YAML)
- Document chat, patterns, and models endpoints
- Update contributing guide with Swagger annotation instructions
- Add swaggo dependencies to project
- Configure authentication bypass for Swagger documentation
- Add custom YAML handler for OpenAPI spec
- Update REST API documentation with Swagger links
- Add dictionary entries for new tools
2025-12-18 07:12:08 -08:00
..
chat refactor: restructure project to align with standard Go layout 2025-07-08 22:47:17 -07:00
cli modernize: update GitHub Actions and modernize Go code with latest stdlib features 2025-12-15 23:55:37 -08:00
core fix: implement case-insensitive vendor and model name matching across the application 2025-11-24 21:36:17 +08:00
domain modernize: update GitHub Actions and modernize Go code with latest stdlib features 2025-12-15 23:55:37 -08:00
i18n feat: add GitHub Models provider and refactor model fetching with direct API fallback 2025-11-23 15:02:33 +07:00
log refactor: replace interface{} with any across codebase 2025-12-15 22:25:18 -08:00
plugins modernize: update GitHub Actions and modernize Go code with latest stdlib features 2025-12-15 23:55:37 -08:00
server # CHANGES 2025-12-18 07:12:08 -08:00
tools refactor: implement i18n support for YouTube tool error messages 2025-11-21 06:14:18 +07:00
util fix: implement case-insensitive vendor and model name matching across the application 2025-11-24 21:36:17 +08:00