fix: repair invalid UTF-8 agent metadata cache fields#526
Merged
Conversation
added 2 commits
June 26, 2026 19:40
Read rebuildable agent_metadata cache fields as bytes, clear invalid UTF-8 values to NULL, and keep registry hydration moving. Add repository, binding, registry, and health regressions for corrupted config_options while preserving valid UTF-8 JSON fallback behavior. Remove stale test struct updates so the required clippy all-targets check passes.
…75-001 # Conflicts: # crates/aionui-ai-agent/src/registry_tests.rs
piorpua
pushed a commit
that referenced
this pull request
Jun 26, 2026
🤖 I have created a release *beep* *boop* --- ## [0.1.38](v0.1.37...v0.1.38) (2026-06-26) ### Features * remove single-chat team upgrade path ([#524](#524)) ([5c60df3](5c60df3)) ### Bug Fixes * **agent:** expose runtime catalogs from metadata ([#523](#523)) ([d9c2502](d9c2502)) * **assistant:** expose auto-inject skills and preserve assistant rules ([#525](#525)) ([f2e91fd](f2e91fd)) * repair invalid UTF-8 agent metadata cache fields ([#526](#526)) ([91969cd](91969cd)) * **skills:** sync AionUi Butler skills + rule with current backend ([#520](#520)) ([5603b9a](5603b9a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@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.
Belongs to AionIssue fix run 128150775/001.
Related repositories in this fix run: AionCore, AionUi, aionrs.
Summary:
Validation:
Notes: