Conversation
main div.discoverblock-container h2 and h3 selectors now use :not() to avoid styling headings inside .ai-assistant-wrapper
The chat button now includes a "BETA" badge that is hidden when the chat window opens and restored after closing, with proper transition synchronization for reduced-motion preferences.
Co-authored-by: Shikhar Tanwar <shikhartanwar1989@gmail.com>
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
❌ Test ResultsStatus: Some tests failed! 🔍 Click to view failed testsTest Coverage ReportOverall Coverage Summary
Coverage by File/Directory
Coverage report generated at 2026-06-17T17:48:43.625Z |
timkim
approved these changes
Jun 17, 2026
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.
Release —
stage→mainChanges included
Descriptions
[1] #653 — Devsite 1269 text
Jira: DEVSITE-1269
Author: @jiangy10
Approved by: @timkim, @melissag-ensemble
Merged: 2026-06-09
Adds a collapsible toggle to the
CodeBlockblock, allowing users to show or hide code with either an icon or text label. The Hide/Show text styling was also updated.[2] #647 — fix(discoverblock): exclude AI assistant headings from default styles
Jira:⚠️ No Jira ticket (branch:
fix-ai-assistant-firefly-pages)Author: @davids-ensemble
Approved by: @timkim
Merged: 2026-06-10
Scopes the
discoverblockheading selectors (h2,h3) with:not()to prevent them from applying styles to headings rendered inside the AI assistant wrapper, avoiding visual conflicts on pages that include the AI assistant.[3] #655 — feat: enable ai assistant by default on stage
Jira:⚠️ No Jira ticket (branch:
beta-ai-stage)Author: @timkim
Approved by: @melissag-ensemble, @jiangy10
Merged: 2026-06-10
Enables the AI assistant to appear by default on the developer site, but scoped to the stage environment only, allowing the team to validate the feature before promoting to production.
[4] #656 — feat(ai-assistant): add BETA badge with animated hide/show logic
Jira:⚠️ No Jira ticket (branch:
feat/ai-assistant-beta-corner-badge)Author: @davids-ensemble
Approved by: @timkim
Merged: 2026-06-11
Adds a "BETA" badge to the AI assistant chat button that automatically hides when the chat window opens and reappears after it closes, with animation transitions synchronized to respect reduced-motion preferences.
[5] #657 — Devsite 1996 - fixed inconsistency of external-icon
Jira: DEVSITE-1996
Author: @jiangy10
Approved by: @louisachu
Merged: 2026-06-15
Fixes the external link icon rendering by correcting the HTML attribute (
className→class) and adding styles to handle icons inside<li>elements, ensuring consistent icon alignment across the site.[6] #658 — discoverblock update
Jira: DEVSITE-2464, DEVSITE-2195
Author: @louisachu
Approved by: @melissag-ensemble
Merged: 2026-06-16
Fixes two
discoverblocklayout issues: a double horizontal line appearing underh2headings, and an overlapping element problem that was visible when resizing the page on certain documentation pages.[7] #650 — feat(ai-assistant): add support for codeblocks
Jira: ADPGENAI-67
Author: @davids-ensemble
Approved by: @melissag-ensemble, @timkim
Merged: 2026-06-16
Adds syntax-highlighted code block rendering inside AI assistant chat bubbles by reusing the existing Prism-powered code block component, and introduces a condensed copy-button mode that collapses the label to an icon.
[8] #660 — feat(ai-assistant): initial prompts and persistance for suggested questions
Jira:⚠️ No Jira ticket (branch:
feat-ai-assistant-prompts)Author: @davids-ensemble
Approved by: @timkim
Merged: 2026-06-16
Changes the AI assistant's initial suggested questions from a dynamic fetch to a static list, and persists the suggested questions across page navigations within the same browser session using
sessionStorage.[9] #661 — fix: explicitly set charset to utf-8
Jira:⚠️ No Jira ticket (branch:
charset)Author: @timkim
Approved by: @melissag-ensemble
Merged: 2026-06-16
Explicitly sets
charset=utf-8in the page<head>to prevent legacy charset fallback (windows-1252) from being applied in certain AdobeDocsPrivate repositories, which was causing rendering issues for some pages.Notes
dev-docs-reference PR: AdobeDocs/dev-docs-reference#67