Fix missing robot config files 6040999385496310255#8
Merged
dgaida merged 2 commits intoFeb 22, 2026
Conversation
- Created .github/workflows/auto-version.yml to automatically increment patch version on push to master. - Added version badge to README.md. - Ensured pyproject.toml is at version 0.3.0. - Fixed NameError in communicative server by defining log_tool_call decorator. - (Implicit) Retained get_system_status tool and client integration from previous turns. Co-authored-by: dgaida <23057824+dgaida@users.noreply.github.com>
- Fixed Speech2Text initialization bug in robot_gui/mcp_app.py that caused crash when module was missing. - Updated all Pydantic models in server/schemas.py and config/config_manager.py to use Pydantic V2 ConfigDict. - Set extra="forbid" on Pydantic models to prevent Gradio 5.1.0 crash caused by boolean additionalProperties in JSON schemas. - Updated documentation to reflect Pydantic V2 best practices. Co-authored-by: dgaida <23057824+dgaida@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.