Release - #253
Merged
Merged
Conversation
Bumps [@wordpress/e2e-test-utils-playwright](https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright) from 1.52.0 to 1.54.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/e2e-test-utils-playwright/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/e2e-test-utils-playwright@1.54.0/packages/e2e-test-utils-playwright) --- updated-dependencies: - dependency-name: "@wordpress/e2e-test-utils-playwright" dependency-version: 1.54.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.58 to 3.3.61. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.61/CHANGELOG.md) - [Commits](Codeinwp/themeisle-sdk@v3.3.58...v3.3.61) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-version: 3.3.61 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) from 2.2.7 to 2.2.9. - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n chip, on-topic prompt (#240) The proactive teaser's scroll trigger only evaluated on scroll events, so a visitor already past the configured depth when it armed (anchor link, restored scroll position, page shorter than the viewport) never saw it; it now also evaluates once at arm time. The chat window gains a jump-back-down chip that appears when the visitor scrolls up through the conversation and returns them to the latest message. The system prompt gains an explicit rule declining general-purpose tasks (fixing code, translating, generating unrelated content) that the site content does not cover. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
🌍 i18n String Review Report📊 Summary
➕ Added Strings (40) - Click to expand
|
…istory (#238) Every bot reply now stores a debug trace with the conversation entry: the answered flag, mode/transport, model, latency, token usage, similarity threshold, the exact retrieval query, every matched KB chunk with its score and token count (including chunks dropped for the context budget), the visitor's page URL, follow-ups offered, and skills executed. The Messages screen renders it as a collapsed line under each reply ("12:31 pm · Not answered · 9 sources · Show trace") expanding into a label/value ledger with score bars and a threshold tick. Failed turns are no longer invisible: moderation-flagged, rate-limited and errored turns record the visitor's message plus an event divider (never a bot bubble). Rate-limit events only land on existing threads and collapse consecutively, so blocked traffic cannot grow the database. Also fixes two bugs found along the way: a moderation API failure was reported to the visitor as "flagged by moderation", and a failed first turn forked the conversation into a second thread instead of adopting the real conversation id on the next successful turn. Ref Codeinwp/hyve#300 Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
… judge answerability (#239) Structured HTML-to-text extraction (tables become label | value lines, blocks become line breaks, entities decode), chunking that never drops boundary-less content, score-ordered context, visitor-only retrieval query blending, and a noise-floor threshold (0.25) paired with a relative score band so the model decides answerability from the retrieved text. Connect upserts ship the same structured text. Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pirate-bot <58979018+pirate-bot@users.noreply.github.com>
Contributor
Author
|
🎉 This PR is included in version 2.0.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Linked issues
This release will close the following issues once merged:
Public changelog