feat(admin): tool source display and config persistence#154
Merged
Conversation
- Add to_dict() methods to all config dataclasses for serialization - Add save_config() to write ToolConfig back to JSON/YAML files - Expose source/source_detail in admin API tool responses - Add GET /api/sources endpoint aggregating tools by origin - Add GET/PUT /api/config endpoints for config file persistence - Add Sources tab, source badges, source filter in admin UI - Add config section in State tab for save-to-file workflow - Enhanced state export includes per-tool source metadata - Add i18n translations (en/zh) for all new UI strings
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.
Closes #121
Summary
to_dict()methods to all config dataclasses for serializationsave_config()to write ToolConfig back to JSON/YAML filessource/source_detailin admin API tool responsesGET /api/sourcesendpoint aggregating tools by originGET/PUT /api/configendpoints for config file persistenceTest plan
to_dict()serialization testssave_config()tests (JSON, YAML, roundtrip, error)