Daily Digest

Daily Digest – 30 July 2026

2026 Capabilities Progress

  1. Page generation — Active development continues on Canvas AI's page assembly capabilities, with improvements to the component placement tool schema providing AI agents with clearer instructions for positioning components [116][141], and new UI work adding a Tools dropdown to the chat interface for more precise control [114][137]. An admin settings form is being built to configure available agents and tools [117][139], moving toward production-ready page generation workflows.
  2. Context management — The Context Control Center is advancing toward its first stable release with work on performance optimization for the catalog overview page [143][159], a dedicated editorial workflow for context items [158][165], and continued refinement of scope plugin architecture for consistent persistence and selection [148]. Planning discussions on context ranking factors and priority levels are exploring how to decide which guidance reaches AI features when limits apply [150][151].
  3. Background agents — Field Widget Action support was partially merged [4][20][21], with additional merge requests still in review [18][19], enabling AI-powered workflows that trigger directly within content editing interfaces without manual prompts. Three new agent skills were proposed for command-line configuration of automators, guardrails, and general AI settings, supporting scriptable and agent-friendly operations [12][13][14]. Work continues on chat memory persistence and architectural planning for permissions systems [11][27][3].
  4. Design system integration — Canvas merged fixes for CLI-based component synchronization [110][126] and global region handling [112][134], strengthening the foundation for AI to work with design system artifacts. Content template support is being extended to all entity types with configurable displays [127], and work continues on automated component generation when themes are installed [111][128].
  5. Content creation and discovery — AI Search made progress on structured result data for RAG capabilities, ensuring metadata like source attribution and relevance scores are preserved alongside generated answers [167]. The AI CKEditor module added visual feedback for generation requests [166], and work advanced on access control for non-content entity types [168][169][170][172][173][174]. The AI translate module began documentation work and restored automated quality checks [175][176][177][178].
  6. Advanced governance — No direct progress today.
  7. Intelligent website improvements — No direct progress today.
  8. Multi-channel campaigns — No direct progress today.

Shipped

  1. Field Widget Actions integrated with Automator Chain — Development work was completed to enable triggering AI-powered text generation directly within content editing interfaces without leaving the page, supporting multi-step workflows that break complex tasks into manageable steps [18][19][20][21].
  2. OpenAI Provider performance and reliability updates — Development work was completed for batch embeddings support to reduce API calls and improve performance, rate limit handling fixes to reduce service interruptions, and a bug fix affecting GPT functionality [50][51][52].
  3. Tool API compatibility and error handling fixes — Five integration issues were resolved including fixes for Anthropic AI compatibility, entity description display errors, REST serialization conflicts, and clearer error reporting when tools fail before execution [100][101][102][103][104][105].
  4. Canvas CLI and code quality improvements — Development work was completed for content template push error fixes, global region synchronization for media and links corrections, and automated code quality checks to enforce safer service references across the codebase [126][134][138].
  5. AG-UI security and quality assurance enhancements — Development work was completed for character limit configuration to prevent token exhaustion attacks, error handling improvements in chat, token-based authentication for anonymous users, and automated testing with continuous integration [491][492][493][494].

Ongoing

  1. AI module prompt editor and streaming chat bugs — Issues affecting the markdown editor's ability to parse Drupal tokens and colons are under review, and a fix for streaming chat corrupting URLs in AI-generated content is in progress [1][2][8][29].
  2. Tool API release candidate preparation — Eighteen items must be addressed before the programming interface freeze, including fixing broken configuration-sourced inputs, correcting validation logic for multi-value fields, and resolving access-check failures [76][99].
  3. Context Control Center stability and upgrade fixes — Work continues on creating a dedicated editorial workflow, fixing upgrade problems for sites moving from beta2, addressing Drupal 10 compatibility issues, and improving performance by avoiding loading the entire published catalog [158][163][164][165].
  4. AI Search structured data and access control improvements — Development is underway to preserve metadata like source content and relevance scores in RAG tool results, defer access checking to Search API datasource plugins, and introduce a dedicated runtime access-checking API [167][168][170][173][174].
  5. FlowDrop specification registry and stable release preparation — The project completed consolidation of runtime and workflow-language contracts with 247 documented rules, unified error routing across all runners, and comprehensive save-time validation to catch broken workflows before execution [482].

AI (Artificial Intelligence)

The AI module saw focused progress on field-level automation and streaming chat capabilities over the past 24 hours. Work was completed to enable AI-powered workflows directly within content editing interfaces, allowing editors to trigger automated text generation without leaving the page. This capability connects Field Widget Actions with the module's multi-step Automator Chain feature, supporting more complex editorial workflows that previously required multiple separate fields or manual steps.

Two separate merges integrated this Field Widget Action support into different release branches, ensuring the feature will be available across supported versions. The work addresses practical limits on how much context AI models can process in a single request, enabling multi-turn workflows that break complex tasks into manageable steps.

Several bugs affecting the editor experience were identified and are under review. Issues were reported with the markdown-based prompt editor failing to parse Drupal tokens and colons—both common in real-world prompts. A fix is in progress for a streaming chat bug that corrupts URLs when AI-generated content includes links. Another bug preventing assistants backed by agents from streaming responses was identified and closed as a duplicate of an existing issue.

Planning and architectural work continued on permissions for the platform configuration system, chat memory persistence, and adoption of the latest Symfony AI component. Three new agent skills were proposed to enable command-line configuration of automators, guardrails, and general AI settings—part of a broader effort to make the module more scriptable and agent-friendly.

How can I help on this project?

  • Prioritize user experience review of the markdown editor issues affecting prompt authoring, as these directly impact day-to-day usability for content teams configuring AI workflows.
  • Clarify strategic direction on permissions and multi-tenancy for the new platform configuration, helping the team finalize architecture decisions that will shape governance and delegation capabilities.

Contributors: Ahmad Khalil (ahmad-khalil-imagex) [1], Ann Mary Sruthy (annmarysruthy), Artem Dmitriiev (a.dmitriiev), Bruno Bruno (bbruno), Dezső Biczó (mxr576), Isaac Trogdon (dotist), Marcus Johansson (Marcus_Johansson), Prabhavathi Vanipenta (prabha1997), Rob Loach (robloach), Rodel Duterte (rduterte), Wolfgang Ziegler (fago)


Drupal AI Initiative

Activity this period centered on partnership expansion and process improvements. Two new partners are being onboarded: Pantheon (Gold tier) and Specbee (Silver tier). The Pantheon onboarding was completed, including integration into communication channels and team workflows. Work on Specbee's onboarding continued, with follow-up tasks to add them to the partner directory and run an audit to confirm successful integration.

To support future growth, templates for partner onboarding and audit processes were closed as complete, standardizing how new organizations join the initiative. A request was opened to update partner badges to use "Partner" instead of "Sponsor" language, better reflecting the collaborative nature of these relationships. Work also began on refreshing the partner logo wall and conducting periodic audits of contributor access to ensure alignment with active participation.

A new capability was proposed to create repeatable manual testing processes for issue review, aiming to improve consistency and provide documented evidence of before-and-after behavior without requiring reviewers to rebuild environments.

How can I help on this project?

  • Approve the partner badge redesign request to ensure brand consistency as the partnership program scales.
  • Allocate resources to formalize the testing documentation approach if early feedback indicates it reduces review friction.

AI Integration - ECA

This module enables natural-language interaction with Drupal's Event-Condition-Action (ECA) automation system, allowing users to create and manage automation workflows through conversational AI rather than manual configuration.

Work has begun on modernising the module's underlying architecture. A migration to the Tools + ReAct architecture was opened this period. This effort will replace the current custom control flow with a more maintainable, standardised approach that leverages the broader AI Integration framework. The change is expected to improve reliability and make future enhancements easier to deliver. The work is part of the roadmap toward a stable 1.0.0 release.

No merge activity or commits occurred during this period. Development continues in the open merge request.

How can I help on this project?

  • Review and approve the architectural direction for the Tools + ReAct migration to accelerate progress toward 1.0.0.
  • Allocate testing resources to validate the new architecture once the merge request is ready for review.

Contributors: Marcus Johansson (Marcus_Johansson)


OpenAI Provider

The OpenAI Provider module made steady progress over the past 24 hours, with three updates merged that improve performance and reliability for users integrating OpenAI services into their Drupal sites.

Support for batch embeddings was added, enabling more efficient processing of multiple text inputs at once. This reduces the number of API calls needed and improves system performance when generating embeddings at scale.

A fix for rate limits was merged, helping the module handle OpenAI's usage restrictions more gracefully. This should reduce service interruptions and provide more predictable behavior during high-volume operations.

A bug affecting GPT functionality was also resolved, restoring expected behavior for users working with GPT-based features.

Together, these updates strengthen the module's stability and efficiency for organizations deploying AI-powered content and automation workflows.

How can I help on this project?

  • Ensure the team has adequate OpenAI API credits and budget for testing across different usage patterns and rate limit scenarios.
  • Connect the development team with end users to gather feedback on performance improvements and identify remaining pain points.
Contributors: Marcus Johansson (Marcus_Johansson) [1], Paul Sheldrake (paulsheldrake) [1]

amazee.ai Private AI Provider

The module made progress on instrumentation and is addressing a critical data integrity issue. A new merge request was opened to add tracking headers to API requests, enabling better visibility into which module versions are generating traffic to the amazee.ai service. This will support troubleshooting and usage analytics.

A significant data loss issue was identified and is now awaiting final review: Deleting or clearing items in a Search API index deletes data from other indexes sharing the same Vector DB collection. The issue occurs when multiple search indexes share the same underlying database collection. Clearing or updating one index can inadvertently delete records from others, resulting in silent and permanent data loss. This affects any deployment using shared vector database collections and has been assigned for resolution.

How can I help on this project?

  • Prioritize review and approval of the data loss fix to prevent further incidents in production environments.
  • Ensure adequate testing resources are available to validate the fix across different deployment configurations before release.

Contributors: Dan Lemon (dan2k3k4)


Microsoft Azure AI

A significant refactor of the Azure provider infrastructure was opened during this period. The [#3552969] feat: Refactor AzureProvider to use OpenAiBasedProviderClientBase merge request represents work to restructure how the module connects to Azure's AI services. This change is designed to improve code reusability and maintainability by building on a shared foundation with other OpenAI-compatible providers. For users, this means more consistent behavior across different AI service integrations and easier future enhancements. The refactor is substantial, touching 680 lines of code, and signals progress toward a more mature and scalable architecture.

No issues were updated during this period, and the refactor remains open for review. This is normal development activity for a module in active evolution.

How can I help on this project?

  • Ensure the team has dedicated time allocated for code review of the open refactor, as architectural changes require careful evaluation before integration.
  • Consider whether user acceptance testing resources are available once the refactor merges to validate that Azure AI integrations continue working as expected.

Contributors: Jukka Huhta (jhuhta)


Postgres VDB Provider

A new merge request was opened to address an issue where certain data columns are lost after clearing and reindexing operations. This work aims to preserve important data structure throughout the reindex process, ensuring that information is not inadvertently dropped when the system refreshes its indices. If merged, this fix will improve data consistency and reduce the risk of information loss during routine maintenance operations.

No issues were updated and no code was committed to the main repository during this period. The module is continuing its development with focused attention on data integrity concerns.

How can I help on this project?

  • Arrange code review resources to evaluate the pending merge request, which addresses a data integrity concern.
  • Clarify release timeline expectations and prioritization for this module within the broader AI initiative.
Contributors: Ignacio Pérez Puertas (djnash2002)

Model Context Protocol

The Model Context Protocol module saw continued work during this period on authentication functionality. A Token Auth is not working issue remains open, with an associated merge request under review. The issue addresses problems preventing administrators from enabling token-based authentication through the configuration interface, which currently requires manual configuration workarounds. Resolving this will allow site administrators to enable secure authentication options through the standard interface, improving both usability and security setup for the module.

No merge requests were merged or commits pushed during this 24-hour window, indicating planning and review activities are underway rather than active code integration.

How can I help on this project?

  • Allocate review capacity to evaluate the open authentication merge request, enabling faster integration of completed work.
  • Clarify the module's target release timeline (alpha, beta, or stable) to help the team prioritize stabilization versus new features.

Contributors: Alin Ameiroaie (aalin)


AI Agents

Development activity this period centered on refining agent configuration and addressing operational issues. Work was completed to allow users to set custom provider tags when running agents, making it easier to track and filter specific interactions in the event log. This capability was marked complete and closed.

Several configuration enhancements are in progress. Work continues on allowing individual agents to use specific language model providers rather than a shared default, giving administrators more control over cost and performance tradeoffs. A related feature to let parent agents forward requests directly to subagents without reprocessing is under development, aimed at improving response consistency and reducing latency.

Multiple bug fixes are being addressed through open merge requests, including issues where the chatbot interface handles search queries differently than the tool explorer, and where conversation history persists unexpectedly after clearing. Work is also underway on implementing limits to prevent tools from running too frequently, and on integrating short-term memory capabilities into agents.

The module continues in active development with normal issue activity for a pre-stable release. No critical blockers were identified this period.

How can I help on this project?

  • Review open merge requests to help validate whether bug fixes resolve the reported issues, particularly around chatbot behavior consistency.
  • Provide guidance on prioritization between new configuration features and stability improvements as the module approaches a production-ready release.

Contributors: Bharat Kelotra (bharatkelotra), Marcus Johansson (Marcus_Johansson)


Tool API

The Tool API project made significant progress toward its first release candidate, with five key integration issues resolved and compatibility with Drupal 10.5 through 11 now tested in continuous integration. The focus this period was on ensuring the module's data schemas work reliably across different AI platforms and fixing issues where execution failures were not clearly reported to users or AI models.

The project resolved problems that prevented tools from working with Anthropic AI models and fixed issues where entity descriptions containing common punctuation appeared garbled to AI systems. A fix was merged for the REST serialization conflict that broke other modules' JSON output when Tool API was enabled. Additional work corrected how the AI connector handles tools that fail before execution, ensuring callers receive meaningful error messages instead of technical exceptions.

The project opened a comprehensive tracking issue outlining the path to release candidate 1, identifying 18 items that must be addressed before the programming interface can be frozen. These include fixing broken configuration-sourced inputs, correcting validation logic that skips items in multi-value fields, and resolving access-check failures. Several issues are tagged as quick wins requiring only a few lines of code but representing breaking changes if deferred beyond the release candidate freeze.

Strategic planning work began tracking alignment with Drupal core's emerging CLI initiative, positioning the module's metadata model as a candidate for adoption in core and identifying opportunities for advocacy as core considers structured outputs for command-line tools.

How can I help on this project?

Prioritise resourcing for the 18 pre-RC1 items to meet the interface freeze deadline. Facilitate a decision on the API surface annotation strategy to clarify which components are stable versus internal. Consider sponsoring documentation work for the stable release security review.

Contributors: Abhisek Mazumdar (abhisekmazumdar) [1], Bryan Sharpe (b_sharpe) [1], Michael Lander (michaellander) [11]


Drupal Canvas

The past 24 hours saw three fixes merged to production and continued advancement across AI tooling, translation workflows, and developer experience.

Two command-line interface issues were resolved. A fix for content template push errors was merged, enabling the CLI to correctly create templates without triggering server-side validation failures. A fix for global region synchronization resolved failures when pushing media images and links, ensuring these props are now handled correctly during sync operations.

A major developer experience improvement was also merged: an automated code quality check that enforces safer, more maintainable service references across the codebase. This change reduces ambiguity and makes code easier to navigate.

Active development continues on AI chat capabilities, including a tools dropdown for the chat interface and an admin settings form to configure available agents and tools. The placement tool schema was improved to give AI agents clearer, more structured instructions when positioning components.

Work is also progressing on translation support for older component versions, right-to-left language layout, autosave reliability, and broader entity type support for content templates.

How can I help on this project?

  • Prioritize backend review capacity for the translation fix and RTL support work to ensure multilingual readiness.
  • Clarify product direction on AI agent selection: confirm whether the admin-controlled tools approach aligns with rollout plans.

Contributors: **** (project_19391_bot_17a61b0edeafd5a3db3e8b2462b6c010), **** (project_19391_bot_cb443e60680723bba08a5351bf595251), Adam G-H (phenaproxima), Ben Mullins (bnjmnm), Bálint Kléri (balintbrews) [1], Canvas version bot [2], David Bravo (davidbp), Harumi Jang (hooroomoo), Jeremy Chinquist (jjchinquist), Juan Correa (jucs7) [1], Kunal Sachdev (kunal.sachdev), Lionel Enkaoua (heyyo), mariosr, Rajab Natshah (RajabNatshah), Tekla Aivazashvili (aivazashvilit), Wim Leers (wimleers) [1], wotnak [1]


Context Control Center (CCC)

Development this period focused on preparing the module for its first release candidate and stable version. Work advanced on several stability and compatibility issues that are critical for production readiness.

A dedicated editorial workflow for context items is being created to replace reliance on shared workflows, giving the module clearer publishing states and preventing unintended side effects on other content. Progress continued on fixing upgrade problems for sites moving from beta2 to current versions, particularly around entity bundle changes. A separate effort is addressing Drupal 10 compatibility issues and incomplete beta3 upgrades to ensure the module works reliably across supported platform versions.

Performance improvements are underway to avoid loading the entire published catalog when displaying the overview page. The scope plugin architecture is being completed to provide a consistent persistence and selection interface, which will make future extensions easier to build. A rename of scope plugins is in progress to improve clarity for editors choosing which entities receive context.

Planning discussions opened on context ranking factors and priority levels, exploring how the module should decide which guidance reaches AI features when limits apply. A quality assurance plan is being developed to systematically test functionality before the stable release.

How can I help on this project?

  • Ensure the quality assurance team has sufficient time allocated to complete systematic testing and develop the QA plan before stable release.
  • Confirm product direction on the context ranking and priority discussions to unblock design decisions needed before version 1.0.

Contributors: Kristen Pol (kepol), Levente Besenyei (LeventeB), Pravesh Poonia (Pravesh_Poonia), Reinhold Schachner (reinimax), Tamas Balog (tbalog)


AI CKEditor

A new merge request was opened to improve user feedback during content generation. Currently, when users click the Generate button inside the editor, they must scroll down to see whether their request is being processed. The proposed change will display a status indicator directly next to the Generate button, giving users immediate visual confirmation that their request is in progress without requiring them to navigate within the modal window.

This enhancement addresses a usability gap in the AI Writer feature and should reduce confusion for users waiting for generated content to appear. The change is relatively small in scope and awaits review before being integrated into the module.

How can I help on this project?

  • Ensure the team has capacity to review and merge the pending user experience improvement.
  • If broader user testing or feedback on the AI Writer workflow is planned, allocate time or resources to conduct it.
Contributors: Ricardo Castañeda (cadence96)


AI translate

The AI translate module saw foundational work over the past 24 hours focused on project infrastructure and knowledge sharing. Two key issues were advanced to ensure the module can be effectively maintained and adopted.

A documentation initiative is underway to create user-facing guidance for the module, which currently has none. A draft merge request has been opened with substantial content to address this gap. Clear documentation will be essential for teams evaluating or implementing automated translation capabilities.

Separately, work began on Fix Pipeline to restore automated quality checks that are currently non-functional. A proposed solution has been submitted for review. Restoring these checks will help maintain code quality as development continues.

Both issues remain open with draft or pending solutions. No code was merged during this period, but the preparatory work positions the project to improve both developer experience and end-user accessibility.

How can I help on this project?

  • Allocate reviewer time to assess and merge the pending documentation and pipeline fixes, enabling faster iteration.
  • Clarify the target release timeline and stability goals to help prioritize outstanding work appropriately.

Contributors: Marcus Johansson (Marcus_Johansson), Rob Loach (robloach)


FlowDrop

FlowDrop has completed a major consolidation of its runtime and workflow-language contracts, closing 316 specification-related issues over the reporting period. This work establishes a formal, tested foundation for how workflows are validated, executed, and reported across all execution strategies.

Strategic Progress

The project has delivered a comprehensive specification registry covering ten domains: workflow storage and API boundaries, schema and port discovery, parameter resolution, exposure semantics, edge classification, expression engines, validation rules, orchestrator behaviour, error handling, data delivery, branching, compilation, interrupts, state management, and status reporting. Each of 247 runtime rules now cites its implementation and binding test, with automated coverage enforcement preventing drift. This positions FlowDrop to onboard contributors and evolve the platform with confidence that changes will not silently break downstream behaviour.

Key user-facing improvements include unified error routing (all four runners now handle error edges identically), consistent status reporting to the editor (node badges now reflect the correct execution state even for loops), and comprehensive save-time validation (broken workflows are refused when authored, not discovered at runtime). Expression errors now fail the node and route to its error edge across all four processors, providing authors a predictable recovery path.

Deliverables

The specification registry documents 247 rules across runtime execution, workflow grammar, and API contracts. All testable rules are covered by binding tests, with 11 structural or cross-reference entries completing the set. A companion issue cleaned legacy surfaces (unused endpoints, deprecated methods, and misleading metrics) from the 2.x branch. Validation now refuses 13 structural defects at save time, including missing plugins, hidden-port wiring, duplicate edges, self-edges, malformed expressions, and oversized payloads. Error handling, cancellation, and resume behaviour now behave identically across all runners, and status payloads have been standardised for editor consumption.

Risks

No blocking issues for a stable release were introduced during this period. The work closed long-standing inconsistencies and undocumented behaviour, reducing the surface area for runtime surprises. Future changes to validated behaviour will be visible in the specification registry, making impact assessment straightforward.

How can I help on this project?

  • Advocate the specification registry approach to other Drupal projects managing complex runtime behaviour, positioning FlowDrop's documentation model as a reference.
  • Coordinate a stable 2.x release now that the runtime contracts are explicit and tested, unlocking production adoption.

AG-UI

The AG-UI module saw significant progress in security, quality assurance, and user experience over the past 24 hours, with four key pieces of work delivered.

A new character limit configuration was merged to help prevent token exhaustion attacks. Site administrators can now set maximum message lengths; users who exceed the limit will receive a clear message and their requests will be blocked before reaching the AI service. This adds a layer of cost control and abuse prevention.

Error handling in the chat interface was improved so that when something goes wrong, users now see friendly, concise error messages instead of raw technical output cluttering the conversation.

The module now supports token-based authentication for anonymous users, allowing public-facing AI assistants to be deployed while reducing the risk of abuse from automated scripts.

Finally, automated testing and continuous integration were enabled, establishing a quality gate for all future changes. The pipeline now runs coding standards checks, static analysis, and automated tests on every contribution.

How can I help on this project?

  • Prioritise a decision on release timeline and readiness criteria for a stable 1.0 version to guide remaining feature and documentation work.
  • Consider allocating design or UX resources to review the chat interface and error messaging for accessibility and usability.

Contributors: Ahmad Khalil (ahmad-khalil-imagex) [1], Bryan Sharpe (b_sharpe) [3]


References

[1] MDXEditor fails to parse Drupal tokens in AI Agents prompts (ai, Issue)

[2] MDXEditor throws error when prompt includes a colon (:) character (ai, Issue)

[3] Decide permission system for new AI Platform and AI Inference Providers (ai, Issue)

[4] Support Automator Chain trigger with Field Widget Actions (ai, Issue)

[8] Streaming chat forces plain-text hostname filtering, corrupting URLs inside HTML attributes (e.g., href="") (ai, Issue)

[11] Add a ChatMemoryInterface for storing ChatBot chat history (ai, Issue)

[12] [1.x] Add a setup-automators agent skill to configure automators on fields (ai, Issue)

[13] Add a configure-ai-settings agent skill for general AI settings (default models, providers, timeout, trusted domains) (ai, Issue)

[14] Add a setup-guardrails agent skill to configure guardrails, guardrail sets, and global guardrails (ai, Issue)

[18] Issue #3586602: Add a field widget action base class and text plugin to run... (ai, MR)

[19] Issue #3586602: Add a field widget action base class and text plugin to run... (ai, MR)

[20] Issue #3586602: Add a field widget action base class and text plugin to run... (ai, MR)

[21] Issue #3586602: Add a field widget action base class and text plugin to run... (ai, MR)

[27] Issue #3586589: Add ChatMemory plugin type (ai, MR)

[29] bug: #3586624 Streaming chat forces plain-text hostname filtering, corrupting... (ai, MR)

[50] add support for batch embeddings (ai_provider_openai, MR)

[51] Resolve #3612042 "Rate limits" (ai_provider_openai, MR)

[52] Resolve #3613982 "Bug with gpt" (ai_provider_openai, MR)

[76] Correct API signatures before the RC1 freeze (batch) (tool, Issue)

[99] Issue #3582959 by michaellander: Configuration-sourced input values fatal:... (tool, MR)

[100] Resolve "Entity handle descriptions are HTML-escaped in LLM-facing schemas" (tool, MR)

[101] Resolve "A tool whose input stage fails never executes, and external getResult() calls then throw BadMethodCallException, masking the error feedback" (tool, MR)

[102] Resolve "Anthropic rejects tool schemas: nullable optional inputs render an object under "type"" (tool, MR)

[103] Resolve "tool_ai_connector throws `BadMethodCallException` when the tool has not executed" (tool, MR)

[104] Issue #3576586 by b_sharpe: Set parent context data as well as input. (tool, MR)

[105] Issue #3582939: Fix getSupportedTypes() in MapDefinitionNormalizer and... (tool, MR)

[110] CLI push includes unsupported label property for content templates (canvas, Issue)

[111] Automatically create components when themes are installed (canvas, Issue)

[112] Canvas CLI sync fails for media and link props in global regions (canvas, Issue)

[114] Canvas AI: Add Tools dropdown to chat UI (canvas, Issue)

[116] Canvas AI: Improve the schema of the place_components tool (canvas, Issue)

[117] Canvas AI: Add an Agents & Tools settings form to select the main agent and chat Tools (canvas, Issue)

[126] fix(CLI Tool): #3591899 CLI push includes unsupported label property for content templates (canvas, MR)

[127] feat: #3518272 support all entity types with configurable displays for content templates (canvas, MR)

[128] Generate components when extensions are installed, even if syncing config (canvas, MR)

[134] fix(CLI Tool): #3591897 Canvas CLI sync fails for media and link props in global regions (canvas, MR)

[137] Draft: Resolve "Canvas AI: Add Tools dropdown to chat UI" (canvas, MR)

[138] #3581133: Automate MR review using PHPCS: disallow `\Drupal::service('something')`, require `\Drupal::service(Something::class)` whenever possible, with automatic fixing (canvas, MR)

[139] Issue #3591882: Add an Agents & Tools settings form. (canvas, MR)

[141] #3591881 Canvas AI: Improve the schema of the place_components tool (canvas, MR)

[143] Avoid loading the full published catalog on the CCC overview page (ai_context, Issue)

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

[150] [Discuss] Adding priority to context item to affect ranking (ai_context, Issue)

[151] [Discuss] Review context selection ranking factors before 1.0 (ai_context, Issue)

[158] Add a dedicated editorial workflow for AI Context Items (ai_context, Issue)

[159] Issue #3586355: Avoid loading the full published catalog on the CCC overview page. (ai_context, MR)

[163] Issue #3586343: Fix beta2 upgrade failures in updates 10006, 10008, and 10011. (ai_context, MR)

[164] Issue #3586338: Restore Drupal 10 compatibility and repair beta3 upgrades. (ai_context, MR)

[165] Issue #3586345: Add a dedicated editorial workflow for AI Context Items (ai_context, MR)

[166] Show AI status indicator next to the Generate button (ai_ckeditor, MR)

[167] RagTool::execute() should expose structured per-result data and check entity access (ai_search, Issue)

[168] Defer default search item access checking to the Search API datasource plugin (ai_search, Issue)

[169] [PP-1] Provide an API for performing access check on non-content entities (ai_search, Issue)

[170] Introduce a dedicated runtime access-checking API for AI Search / RAG filtering (ai_search, Issue)

[172] Support non content entity datasources (ai_search, MR)

[173] Issue #3579758: Provide API for access checks on non-content entities (ai_search, MR)

[174] [PP-1] Introduce a dedicated runtime access-checking API for AI Search / RAG filtering (ai_search, MR)

[175] Add documentation (ai_translate, Issue)

[176] Fix Pipeline (ai_translate, Issue)

[177] Issue #3585537: Fix the Pipelines by adding composer.json (ai_translate, MR)

[178] Draft: Resolve "Add documentation" (ai_translate, MR)

[482] [meta] Make the 2.x runtime and workflow-language contracts explicit and tested (flowdrop, Issue)

[491] Add validator and extractor services/methods and new setting. (agui, MR)

[492] Add error util and handler. (agui, MR)

[493] Resolve "Allow Token support on Assistant Controller" (agui, MR)

[494] Resolve "Enable Drupal GitLab CI pipeline and add Unit/Kernel/Functional test coverage" (agui, MR)


Period: 30 July 2026 to 31 July 2026  |  Generated: 31 July 2026 08:14 GMT

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

Looking for older digests? Browse all digests here.