fix(skill): raise import size limits#564
Merged
Merged
Conversation
piorpua
pushed a commit
that referenced
this pull request
Jul 2, 2026
🤖 I have created a release *beep* *boop* --- ## [0.1.41](v0.1.40...v0.1.41) (2026-07-02) ### Bug Fixes * **assistant:** normalize avatar storage and identity ([#558](#558)) ([155c278](155c278)) * **conversation:** derive assistant runtime type from metadata ([#555](#555)) ([236217d](236217d)) * **conversation:** partition temp workspaces and logs by date ([#560](#560)) ([9bb1f33](9bb1f33)) * **cron:** apply custom assistant rules in scheduled runs ([#495](#495)) ([3840b77](3840b77)) * **cron:** lock team cron execution mode ([#562](#562)) ([56f3873](56f3873)) * **cron:** route skill scheduling through helper ([#553](#553)) ([c57970f](c57970f)) * **database:** require explicit corrupted database recovery ([#563](#563)) ([203bd1b](203bd1b)) * resolve ACP backends from metadata ([#559](#559)) ([6c15bb7](6c15bb7)) * **runtime:** harden managed Node command resolution ([#565](#565)) ([e69b83a](e69b83a)) * **runtime:** protect active ACP tasks from idle cleanup ([#561](#561)) ([1fa7a54](1fa7a54)) * **skill:** raise import size limits ([#564](#564)) ([50d9aff](50d9aff)) * **skills:** correct AionUi Butler skill drift against current backend ([#557](#557)) ([41c2c94](41c2c94)) --- 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
Context
hugohe3/ppt-masterhas a real skill atskills/ppt-masterthat is about 97 MB. Its largest individual file is below 2 MB, but the skill includes many SVG icons and visual reference images, so it exceeds the previous 50 MB total cap despite not being a mistaken whole-repo import.Test Plan