Daily Digest

Daily Digest – 2 July 2026

2026 Capabilities Progress

  1. Page generation — Automated layout testing progressed with the addition of fixtures and tests for the Canvas AI page builder agent [85][120]. Component context and validation improvements continue to address foundational requirements for reliable page generation [86][92][116].
  2. Context management — Significant progress toward beta3 release with multiple accessibility, documentation, and scope management fixes merged [123][140][161][162][163][165][167]. The team is hardening scope selection logic, completing the scope plugin persistence API, and preparing for beta tester recruitment [133][138][144][151].
  3. Background agents — Work is underway on role-based permissions to allow agents to execute tools in background jobs without active user sessions [67]. Progress was made on tracking caller context for better diagnostics when agents invoke other agents autonomously [70][74].
  4. Design system integration — Canvas made progress on component validation and required property handling, ensuring AI can accurately work with design system components [86][92][116][119]. Translation support for multi-line component properties was improved to ensure design system content flows correctly through localization workflows [81][110].
  5. Content creation and discovery — A Search API reranking processor is under review to improve search precision using AI models [7][59]. Work continued on rich-text image description support for automators and CKEditor context injection [12][62][63][128]. Language output and streaming bugs affecting content creation tools are being addressed [1][4][8][57][60].
  6. Advanced governance — Canvas advanced conflict detection with one merge completed and work continuing on enforcement and resolution workflows [88][106][111][113]. Branch-based versioning capabilities advanced with fixes to access checks and publishing workflows [89][90][104][112].
  7. Intelligent website improvements — No direct progress today.
  8. Multi-channel campaigns — No direct progress today.

Shipped

  1. Context Control Center documentation fixes — Corrected dependency requirements and version information to ensure accurate installation guidance for beta testers [160].
  2. Canvas translation workflow fixes — Resolved a fatal error preventing translation job creation when component trees included non-text properties, and ensured multi-line text fields are correctly marked as translatable [105][110].
  3. Canvas conflict detection enforcement — Users can now publish changes only when no conflicts exist, preventing inadvertent overwriting of work made outside their editing session [113].
  4. Canvas code quality improvements — Automated enforcement now disallows ambiguous short ternary operators, improving code maintainability [109].
  5. AG-UI data attribute support — System-generated HTML can now include data attributes, enabling richer interactions by attaching supplemental information to page elements without displaying it directly to users [174].

Ongoing

  1. Search API reranking processor — A new processor to improve search precision by re-ordering initial results with a dedicated AI model is under review [59].
  2. Anthropic provider feature expansion — Optional capabilities for token counting, citations, and context management are under review, all designed to be disabled by default to preserve current user experience [66].
  3. Canvas Drupal 11.4 compatibility — Work is underway to ensure Canvas test suite passes on Drupal 11.4, unblocking the next stable release [107].
  4. Streaming and compatibility fixes — Two issues affecting HTML escaping in streamed output and incompatibility with Gemini 2.x models have open merge requests awaiting review [57][60].
  5. Context Control Center beta3 release preparation — Multiple merge requests address accessibility, cacheability, and developer experience improvements identified through code review ahead of the upcoming beta3 release [162][163][165][167].

AI (Artificial Intelligence)

The AI module continued steady progress this period, with work spanning user experience refinement, infrastructure improvements, and new capabilities for semantic search and rich content processing.

A merge request to add a reranking processor for Search API is now under review. Reranking improves search precision by re-ordering initial results with a dedicated AI model, and the new processor integrates with the existing rerank operation type to work across any Search API backend. Separately, development continued on rich-text image description support for AI Automators, which will allow automations to process images embedded in formatted text fields—useful for content moderation and accessibility workflows.

Progress was made on two streaming and compatibility fixes: a bug causing HTML tags to be incorrectly escaped in streamed output and an incompatibility with Gemini 2.x models when streaming is enabled. Both issues have open merge requests awaiting review. Documentation also saw attention, with proposed fixes for outdated references to automator plugin IDs and deprecated modules.

Several user experience improvements were flagged, including incorrect language output in the CKEditor summarize tool and inconsistent naming conventions across the UI. Work also continued on the semantic topic matching mode for the RestrictToTopic guardrail, which will match topics by meaning rather than exact strings.

How can I help on this project?

  • Prioritize reviewer capacity for merge requests addressing streaming bugs and Search API reranking, as these are blocking broader adoption.
  • Sponsor UX review time for the language-output and UI consistency issues to ensure a polished experience before the next stable release.

Contributors: Abhinav Jha (ajabhinavjha30), Abhisek Mazumdar (abhisekmazumdar), Ahmad Khader (Ahmad-Khader), Joshua Fernandes (joshua1234511), Levente Besenyei (LeventeB), Marcus Johansson (Marcus_Johansson)


Drupal AI Initiative

The Drupal AI Initiative held a user experience meeting focused on refining two key interface components. Work continued on improving the Canvas chat feature, where the team is simplifying how users control AI-generated content. The interface will now offer clearer options for pausing generation and reverting changes, making it easier for users to maintain control over automated workflows.

The team also progressed on the AI Content Review tool, which allows organizations to define their own content quality standards. This feature will enable users to create custom review criteria through a form-based interface, supporting both example-based scoring and other evaluation methods. This positions the module to serve diverse content governance needs across different organizations.

No code was merged during this period, reflecting the focus on design and planning activities typical of alpha-stage development.

How can I help on this project?

  • Ensure the team has adequate design resources to translate the user experience decisions into implemented features.
  • Connect the initiative with early adopter organizations willing to pilot the Content Review tool once available.

AI Integration - ECA

Activity during this period focused on planning for a new interceptor capability. A feature request was opened to create a submodule that would allow the ECA (Event-Condition-Action) system to interact with AI requests and responses as they occur. This would enable non-technical administrators to configure automated workflows that trigger when AI operations succeed, fail, or encounter rate limits—without writing code.

The proposed submodule would expose AI events, conditions, and actions through ECA's visual interface, allowing business users to build integrations such as logging AI usage, handling errors gracefully, or routing requests based on content safety rules. This aligns with the project's roadmap toward a stable 1.0.0 release and represents a strategic investment in making AI capabilities more accessible to site managers.

No code was merged or committed during this period. The work is in the planning stage, with design discussions underway.

How can I help on this project?

  • Clarify priority: confirm whether the interceptor submodule should be completed before or after the 1.0.0 release, to help focus development resources.
  • Ensure design review: convene stakeholders to validate the proposed workflow capabilities meet real business use cases.

Anthropic Provider

A significant feature expansion is underway to give users more control over how the Anthropic integration manages conversations and tracks usage. A merge request adding token counting, citations, and context management was opened during this period. This work introduces three new optional capabilities: the ability to measure conversation size (token counting), track where information comes from (citations), and manage long conversations by automatically condensing or editing earlier exchanges (context management). All three features are designed to be turned off by default, preserving the current user experience until administrators choose to enable them.

This represents continued progress on the provider's transition to a more robust architecture. Because the features are opt-in, the change introduces minimal risk to existing deployments. The module remains in active development as part of a broader modernization effort.

How can I help on this project?

  • Prioritize review and testing resources for the open merge request to accelerate delivery of the new capabilities.
  • Clarify whether token counting or citation tracking aligns with organizational compliance or usage monitoring requirements, which could inform prioritization.

Contributors: Carlos Ospina (camoa)


AI Agents

The AI Agents module made progress this period on both technical infrastructure and extensibility features. A key enhancement to improve diagnostics and developer insight was completed: the ability to track caller context when agents make decisions. This improvement allows the system to better trace where requests originate, particularly when agents invoke other agents or tools, which helps with debugging complex workflows.

Two open proposals are under active consideration for streaming responses and internal data handling improvements, though neither represents a blocking issue. Development continues on a system to control the order in which agents execute tools, aimed at preventing illogical sequences that currently require manual workarounds. This feature would give administrators more predictable control over agent behaviour.

Strategically, the module is exploring extensibility to external platforms like Claude Code and VAPI through an export and sync capability, which would allow Drupal-configured agents to operate in broader AI ecosystems. Work is also underway on role-based permissions for autonomous agents, enabling agents to run in background jobs without active user sessions.

How can I help on this project?

  • Clarify strategic priority for external platform integration: does the organisation want Drupal agents interoperable with third-party AI services, or should development focus on native capabilities?
  • Review whether autonomous agent workflows require additional security policy or governance before progressing the role-based permissions work.

Contributors: Alin Ameiroaie (aalin) [1], Bharat Kelotra (bharatkelotra), Joshua Fernandes (joshua1234511)


Drupal Canvas

Over the past 24 hours, Canvas addressed several critical issues affecting translation workflows, conflict detection, and code quality. A fix was merged to resolve a fatal error that prevented translation jobs from being created when component trees included non-text properties such as dates or booleans. Multi-line text fields in components are now correctly marked as translatable, ensuring content can flow through translation systems as expected.

The conflict detection system reached a milestone: changes can now be published only when no conflicts exist, preventing users from inadvertently overwriting work made outside their editing session. Automated enforcement of code standards was expanded to disallow ambiguous short ternary operators, improving maintainability. Testing infrastructure was strengthened with the addition of automated layout fixtures for the AI page builder agent, reducing the need for manual validation after prompt changes.

Several issues remain open, including compatibility work for Drupal 11.4, a fix for publishing pages without URL aliases, and improvements to how the content-entity-reference UI exposes fields. These are being addressed through active merge requests.

How can I help on this project?

  • Prioritise code review and testing bandwidth for the open Drupal 11.4 compatibility merge request to unblock the next stable release.
  • Approve dedicated testing time for open fixes affecting publishing workflows, particularly the URL alias and access check issues.

Contributors: **** (project_19391_bot_cb443e60680723bba08a5351bf595251), Abhishek Dhariwal (adaptative), AKHIL BABU (AkhilBabu) [1], Christian López Espínola (penyaskito), Feliksas Mazeikis (f.mazeikis) [1], Fons Vandamme (f0ns), Gábor Hojtsy (goba), Matt Glaman (mglaman), Narendra Singh Rathore (NarendraR) [1], Prabhavathi Vanipenta (prabha1997), Ravi Maniyar (ravi.maniyar.123), Wim Leers (wimleers) [4]


Context Control Center (CCC)

Sprint planning for Sprint 13 is underway, with the team prioritising work toward the upcoming beta3 release. A documentation issue addressing incorrect dependency requirements and version information was merged, ensuring beta testers encounter accurate installation guidance.

The project is working through a structured code review and cleanup ahead of beta3. Several merge requests are open to address accessibility, cacheability, and developer experience improvements identified through AI-assisted best-practices audits. These include making tooltip and icon content accessible to assistive technologies, improving JavaScript filter feedback, and hardening update hooks against edge cases. Work is also progressing on the scope plugin persistence API, which will allow scope plugins to fully manage their own data lifecycle without leaking storage details into forms and entity logic.

Two architectural extensions are under discussion: a formal external context provider interface to support third-party RAG and vector store integrations, and an opt-out mechanism for agents that prefer on-demand context retrieval over automatic injection. Both are being evaluated for inclusion before the stable release.

Planning is underway for beta3 quality assurance, beta tester recruitment, and release documentation. The team is working toward a release candidate, with remaining blockers focused on scope selection logic, permissions review, and completion of the document loader submodule promotion.

How can I help on this project?

  • Expand beta tester recruitment by promoting the module through organisational channels or partner networks to surface real-world integration issues before stable release.
  • Prioritise resourcing for accessibility and user experience reviews to ensure the upcoming stable release meets enterprise adoption standards.

Contributors: Joshua Fernandes (joshua1234511), Kristen Pol (kepol), Pravesh Poonia (Pravesh_Poonia) [1], Tamas Balog (tbalog)



AG-UI

AG-UI, a module for integrating AI-driven user interfaces, made progress on expanding how system-generated content can be presented and how errors are handled. A change was merged to allow data attributes in parsed HTML, enabling the system to attach supplemental information from the language model to page elements without displaying it directly to users. This creates opportunities for richer interactions and more contextual user experiences.

Work has also begun on improving error handling. An issue is now open to add events for failures, which will allow the system to respond more gracefully when remote services time out or encounter exceptions. This will help provide clearer feedback to users when issues occur, rather than leaving them without explanation.

These efforts reflect continued refinement of the module's core capabilities as it matures through its development cycle.

How can I help on this project?

  • Clarify use cases or priorities for error handling to guide the open work on failure events.
  • Ensure development resources remain allocated to close out open issues and advance toward a stable release.

Contributors: Bryan Sharpe (b_sharpe) [1]


References

[1] Preserve HTML in streamed output (ai, Issue)

[4] AI CKEditor Summarize generates summaries in a different language than the selected text (ai, Issue)

[7] Add an AI reranking processor for Search API (owned by the AI module) (ai, Issue)

[8] ai_ckeditor: streamGenerateContent causes 400 Bad Request with Gemini 2.x models (ai, Issue)

[12] Add rich-text image description support to AI Automators (ai, Issue)

[57] Resolve #3586558 "Preserve HTML in streamed output" (ai, MR)

[59] Issue #3586543: Add AI reranking processor for Search API. (ai, MR)

[60] Issue #3586425: Resolve "ai_ckeditor: streamGenerateContent causes 400 Bad Request with Gemini 2.x models" (ai, MR)

[62] Issue #3586478: "Add rich-text image description support to AI Automators" (ai, MR)

[63] Issue #3586478: "Add rich-text image description support to AI Automators" (ai, MR)

[66] Issue #3607960: Add token counting, citations, and context management (ai_provider_anthropic, MR)

[67] Let an agent use a role when running a tool (ai_agents, Issue)

[70] Add caller agent runner ID to tags in determineSolvability() (ai_agents, Issue)

[74] 3574487: Add caller agent runner ID to tags in determineSolvability(). (ai_agents, MR)

[81] Canvas should mark multi-line string props on SDCs and code components as translatable (canvas, Issue)

[85] Canvas AI: Add layout fixtures and automated tests for the Canvas AI page builder agent (canvas, Issue)

[86] Canvas AI: Component context required props missing required flag (canvas, Issue)

[88] Prevention of publishing on Conflict in Canvas UI (canvas, Issue)

[89] Access check when publishing auto-save items was incorrectly returning a 409 when attempting to publish auto-saves not returned by `GET` (canvas, Issue)

[90] Publishing a page without a URL alias fails with 500: AssertionError in PageHooks::ensurePathautoSkipped() (canvas, Issue)

[92] Canvas AI: Drupal\canvas_ai\AiResponseValidator fails to validate non-existent props (canvas, Issue)

[104] #3591736 "Access check in ApiAutoSaveController::post() should be performed earlier" (canvas, MR)

[105] fix(Shape matching, translation): #3591734 Fix WSOD requesting a TMGMT translation job for components with non-text props (date (canvas, MR)

[106] feat(Conflict detection): #3591601 "Conflict resolution via API call and layout endpoint support for published entities" (canvas, MR)

[107] #3591764: Make Canvas test suite pass on 11.4 (canvas, MR)

[109] Resolve "Automate review using PHPStan: disallow short ternary" (canvas, MR)

[110] chore(Shape matching, translation): #3591760 Multi-line string props on SDCs and code components should be marked as translatable (canvas, MR)

[111] feat(conflict): Add conflict resolution UI with viewport selection and route integration (canvas, MR)

[112] fix(Page): #3591763 Publishing a page without a URL alias fails: its empty... (canvas, MR)

[113] feat(Conflict detection): #3587526 "Detect conflicts during publishing of changes to Page entity" (canvas, MR)

[116] Issue #3591663: Fail validation for props that do not exist on a component (canvas, MR)

[119] Fix required prop flag dropped in processSdc() and missing in processCodeComponents(). (canvas, MR)

[120] Add layout fixture and tests for page builder agent (canvas, MR)

[123] Documentation corrections: dependency requirements and AI module version (ai_context, Issue)

[128] Inject context into ai_ckeditor requests (ai_context, Issue)

[133] Complete scope plugin persistence API: manager orchestration, target entity encapsulation, and plugin-driven admin/selection (ai_context, Issue)

[138] Add opt-in AiContextSelectionDiagnostics to selection results (ai_context, Issue)

[140] Usage record page renders context item content without an entity access check (ai_context, Issue)

[144] CCC beta3 codebase review (pre-release) (ai_context, Issue)

[151] Selector loads the entire catalog when an agent has no scope subscriptions (ai_context, Issue)

[160] Issue #3586317: Fix Scheduler as optional and correct AI module version in docs. (ai_context, MR)

[161] Issue #3586311: Gate context item render on access('view') in usage record page. (ai_context, MR)

[162] Issue #3586301: Clean up CCC accessible interactive links and external links. (ai_context, MR)

[163] Issue #3586300: Updated CCC cacheability and access metadata. (ai_context, MR)

[165] Issue #3586302: Exposed tooltip/truncated content and icon meaning to assistive tech. (ai_context, MR)

[167] Issue #3586303: Announce filtered row counts to screen readers in JS filter behaviors. (ai_context, MR)

[174] Allow data attributes for dom purify. (agui, MR)


Period: 2 July 2026 to 3 July 2026  |  Generated: 3 July 2026 05:00 GMT

To view the full AI prompts used to generate this digest check this file: 24h_2026-07-02_prompts.txt

Looking for older digests? Browse all digests here.