Release 1.5.0: derived credentials + crash reports in the agent API - #44
Merged
Conversation
New GET /crashes route (listed in the manifest) reading the ThemeIsle
SDK crash reporter's per-product {product_key}_crash_data options
(Codeinwp/themeisle-sdk-main#324) — reports are already redacted and
size-capped client-side by the SDK. Options are read directly with
shape guards, no SDK classes: sites without the SDK, without
crash-capable product versions, or with no recorded crash return an
empty product list, and malformed option values are skipped — never an
error.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Ships everything on
developmentsince the deploy fixes:GET /crashessection (in the manifest) reading the ThemeIsle SDK crash reporter's per-product{product_key}_crash_dataoptions (themeisle-sdk-main#324). Direct option reads with shape guards, no SDK classes — sites without the SDK, without crash-capable products, or with no recorded crashes get an empty list; malformed values are skipped. Never an error.ti_parrot_optionsholds zero credential material,wp_check_passwordsync guard for salt rotation.tokenoption key.Suite: 23 tests / 79 assertions green; CI matrix (parse 5.4–8.4, PHPUnit 7.2–8.4 × WP) on every commit. Merging deploys
pirate-parrot.zipto the verti-utils bucket root automatically.🤖 Generated with Claude Code