fix(assistant): expose auto-inject skills and preserve assistant rules#525
Merged
Merged
Conversation
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.
Summary
is_auto_injectto skill list responses so clients can identify builtin auto-inject skills directlyTest Plan
cargo fmt --all -- --checkcargo test -p aionui-conversation assistant_backed_ -- --nocapturecargo test -p aionui-conversationcargo test -p aionui-assistantcargo test -p aionui-api-types -p aionui-extensioncargo test -p aionui-app --test extension_e2e sl1_list_skills_tags_builtin_and_custom_with_source_field -- --nocapturecargo test -p aionui-app --test extension_e2e ba1_unified_skill_list_includes_auto_inject_builtin_entries -- --nocapturecargo test -p aionui-app --test conversation_e2e t1_3b_create_persists_assistant_snapshot_and_updates_preferences -- --nocapturecargo clippy -p aionui-api-types -p aionui-extension -p aionui-assistant -p aionui-conversation -p aionui-app -- -D warningsgit diff --checkjust push -u origin fix/assistant-skill-rule-defaults-3437(workspace nextest: 6527 passed, 18 skipped)Related to iOfficeAI/AionUi#3437