- Added a new linting command for OpenAPI specifications in the package.json, improving code quality checks. - Updated frontend documentation to clarify component usage and structure, including detailed descriptions for `SettingsShell` and `Auth callback`. - Refactored agent-related API routes to streamline control-plane functionalities, consolidating multiple routes for better organization. - Improved error handling in the API to provide more informative responses for validation errors, enhancing user feedback during interactions. These changes enhance the overall development experience and improve the management of agents within the application.
14 lines
293 B
YAML
14 lines
293 B
YAML
# See https://redocly.com/docs/cli/configuration/
|
|
extends:
|
|
- recommended
|
|
|
|
rules:
|
|
no-unused-components: off
|
|
security-defined: warn
|
|
operation-4xx-response: off
|
|
operation-operationId: off
|
|
tag-description: off
|
|
info-license: off
|
|
operation-summary: warn
|
|
no-server-example.com: off
|