Conversation
…tion endpoint.
- I updated the API documentation link in `api.yaml` to point to the
`api.yaml` file itself, as the previous link was broken.
- I added a new endpoint `/v1/server/exec-multiple` that allows executing
multiple console commands in a single request.
- The endpoint accepts a JSON payload with a "commands" array.
- It executes commands sequentially and returns a JSON response with
the success status and output for each command.
- I added unit tests for the new `/v1/server/exec-multiple` endpoint to
ensure its functionality, including handling of valid, invalid, and
empty commands.
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
Please look into the AI generated Code again. Remove all the Ai comments, and fix the issues shown in the test :) |
…d improve error handling for command execution. Updated JSON response structure for better clarity on command results.
|



No description provided.