chore(genkit): regenerate example generated_plugins.cmake#386
Merged
Conversation
…sh the SSG highlighter The merge deploy failed at 'Build Jaspr site (SSG)': syntax_highlight_lite only ships a Dart grammar, so the kotlin/xml/yaml fences in the new agent.md hit a null-check crash in Highlighter and took down the whole build (site stuck on the old version). Drop the language tags on those three blocks (plain fences, no highlighting) — every other doc uses only ```dart. Verified with a local jaspr build (14/14 routes, /docs/agent included).
…ugin from path_provider_android) The checked-in generated_plugins.cmake for the genkit_flutter_gemma example (linux + windows) was stale — it predated path_provider_android pulling in the jni FFI plugin transitively, so `flutter pub get` regenerates it with `jni` in FLUTTER_FFI_PLUGIN_LIST. This is a Flutter-generated file; committing the current output keeps git clean (and avoids a spurious 'modified files' warning at publish time).
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.
Regenerates
generated_plugins.cmakefor thegenkit_flutter_gemmaexample on Linux and Windows to include thejniFFI plugin pulled in transitively viapath_provider_android. Build-file housekeeping only — no runtime or package code changes (+2 lines).