Daily Digest

Daily Digest – 25 June 2026

2026 Capabilities Progress

  1. Page generation — Progress continues on Canvas AI capabilities, with work advancing on exposing block properties to agents [107] and UI improvements for long-running AI tasks during page builds [108]. Work continues on component context and preview rendering, with issue [100] about hardcoded component source IDs closed [100], while issues remain open for required props missing required flag [99] and preview rendering failures [101].
  2. Context management — Significant progress in the Context Control Center, with four key issues closed including fixes to scope form configuration [136], public API access for scope subscription forms [134], and proper support for third-party extensions via hook_ai_context_scope_values_alter [137]. Work is in progress on a new agent skill to configure guardrails [9][44], which will provide programmatic control over governance rules.
  3. Background agents — Work continues on fundamental agent infrastructure, including improvements to automator documentation [24][49] and discussions on agent architecture patterns [12][14][16]. Process system integration for automators is under active development [15], which will enable agents to respond to triggers and scheduled events.
  4. Design system integration — Canvas delivered critical translation infrastructure ensuring component instances remain synchronized across all language variants when definitions change [113], and strengthened validation to catch component tree health issues [87][103][104]. The system now properly handles component version updates across multilingual content [88][93].
  5. Content creation and discovery — Multiple advances across the stack: work is in progress on batch embeddings for faster indexing in AI Search [158][159] and developed for OpenAI [66] and Milvus [75] providers; work is in progress on an AI reranking processor for Search API [28]; and Field Widget Actions interactive refinement capability has been merged [161][165], allowing users to iteratively improve AI-generated content before insertion.
  6. Advanced governance — No direct progress today, though foundational work on agent guardrails configuration [9][44] and context scope management [134][136][137] provides infrastructure that governance features will build upon.
  7. Intelligent website improvements — No direct progress today, though agent tool execution limits [80] and improved error handling in the Tool API [84] represent foundational work toward systems that can propose and track changes over time.
  8. Multi-channel campaigns — No direct progress today.

Shipped

  1. AI module: Token usage preserved in streaming chat — A fix was merged to prevent loss of cost tracking data during streaming chat operations [38][55][56][57][58][59][60].
  2. AI module: Content Suggestions separated into standalone project — The AI Content Suggestions module was removed from the core AI module to enable independent development [10][45].
  3. AI module: Prompt Library relocated for better discoverability — The Prompt Library menu item was moved under AI Infrastructure, improving navigation for site builders [21][46][47][48].
  4. AI module: Vector database default provider capability — Vector database providers can now opt in as the default when none is configured, reducing manual setup [39][61].
  5. Field Widget Actions: Interactive refinement now available — Users can review and improve AI-generated content in a modal dialog before inserting it into fields [161][165].

Ongoing

  1. AI module: Batch embeddings under development — A new operation type to process multiple embedding requests together is under review to accelerate indexing performance [3][43].
  2. AI module: Provider warnings and configurable messages — Work continues on clearer warnings when no AI provider is installed and customizable agent delegation messages to reduce user confusion [4][32][42][53].
  3. Canvas: Translation synchronization delivered — Automatic version updates for component instances now apply across all translations, ensuring language variants stay synchronized [88][113].
  4. Context Control Center: Beta polish and API stabilization — Multiple UI refinements and public API fixes were completed ahead of release candidate, including scope form improvements and third-party integration support [134][135][136][137].
  5. AI Related Content: Pinecone integration fixed — A critical bug preventing related content results when using Pinecone was resolved [176][178][179].

AI (Artificial Intelligence)

The AI module made progress on infrastructure improvements, bug fixes, and developer experience during the reporting period. Several foundational changes were merged that strengthen platform capabilities and correct issues affecting production use.

A critical fix was merged to preserve token usage data in streaming chat responses. Previously, when chat operations ran inside PHP Fibers, token usage information was lost during output reconstruction, preventing accurate cost tracking and observability. This issue now affects fewer deployments.

The AI Content Suggestions module was separated into its own standalone project, streamlining the core AI module and allowing independent development cycles. The Prompt Library menu item was relocated under AI Infrastructure where it belongs, improving discoverability for site builders. A new capability allowing vector database providers to opt in as the default was merged, matching behaviour already available to AI providers and reducing manual configuration.

Work continues on several front-end improvements: clearer user warnings when no AI provider is installed for CKEditor, and configurable agent delegation messages to avoid confusing terminology in chatbot interfaces. A batch embeddings operation type is under active development to accelerate indexing performance for vector databases.

How can I help on this project?

  • Prioritise user-experience work flagged as "Needs UX review" — clearer provider warnings and hardcoded message fixes improve adoption but need design input.
  • Support decisions on the deprecation and migration strategy for bundled submodules moving to standalone projects; this affects upgrade paths for production sites.

Contributors: Abhisek Mazumdar (abhisekmazumdar), Ahmad Khalil (ahmad-khalil-imagex), Ann Mary Sruthy (annmarysruthy), Arnaud Willame (arwillame), Artem Dmitriiev (a.dmitriiev), Dimitar Rupov (mrupal), Eric Homanchuk (erichomanchuk), Jérôme Tchania (codeitwisely), m4olivei, Ricardo Castañeda (cadence96), Sujal Kshatri (sujal_31), Wolfgang Ziegler (fago)


Drupal AI Initiative

The AI Initiative is focusing on making Drupal ready for external AI agents and automated systems while maintaining control and safety. The 2026 roadmap emphasizes building reliable foundations: identity management, permissions enforcement, schema validation, and audit trails that let organizations safely allow AI agents to perform real work within defined boundaries.

Over the past day, standardized issue templates for initiative work were finalized and closed. These templates will help contributors across all four initiative tracks (AI Core, Products, Marketing, and UX) create consistently structured issues for coordination, research, decisions, meetings, and community activities. This organizational infrastructure should accelerate collaboration as the contributor base grows.

The 2026 Outside-in / Innovation Roadmap remains in active planning. The strategy prioritizes making Drupal governable and auditable when external AI systems interact with it, rather than requiring organizations to use only Drupal-native AI tools.

How can I help on this project?

  • Ensure sufficient resourcing is allocated to the identity and permissions work, which forms the security foundation for agent integration.
  • Support cross-functional alignment between the four initiative tracks to maintain coherent delivery of the roadmap.

AI Integration - ECA

Work continued on preparing this module for Drupal 12 compatibility. An automated process identified code that uses outdated programming interfaces that will no longer be supported in the next major version of Drupal. A merge request containing compatibility fixes was prepared and is now ready for review as part of ongoing Drupal 12 compatibility work. This type of maintenance is routine for modules as the platform evolves, ensuring the integration between AI capabilities and event-driven automation remains functional when Drupal's core framework is upgraded. No commits were merged during this period, and the compatibility updates await further assessment.

How can I help on this project?

  • Prioritize technical review capacity to assess and approve the pending Drupal 12 compatibility changes, ensuring the module remains viable as the platform evolves.
  • Clarify the strategic timeline for Drupal 12 adoption to help determine urgency and resource allocation for this compatibility work.
Contributors: project update bot (Project-Update-Bot)

OpenAI Provider

Two development efforts are underway to improve the module's capabilities and maintenance. A new merge request to add support for batch embeddings has been opened, which would enable the system to process multiple embedding requests together rather than one at a time. This can improve efficiency when working with larger volumes of content that needs to be analyzed or processed by AI services.

Additionally, an automated project update has been prepared to keep the module aligned with current Drupal project standards and tooling requirements.

No commits were merged during this period, indicating these contributions are still under review. Both items represent routine development activity consistent with an evolving module.

How can I help on this project?

  • Ensure technical reviewers have capacity to evaluate the pending batch embeddings feature, which could improve performance for higher-volume use cases.
  • Confirm whether batch processing capabilities align with planned business applications of AI-powered content features.

Contributors: Paul Sheldrake (paulsheldrake), project update bot (Project-Update-Bot)


amazee.ai Private AI Provider

This module provides integration with amazee.ai's private AI services. Over the past 24 hours, work continued on stabilising the module and preparing for future platform compatibility.

Two fixes were merged to address runtime issues. A missing dependency on the PostgreSQL extension was added to prevent errors when connecting to the vector database. Separately, validation was added to ensure key identifiers are properly checked before use, preventing configuration errors from causing failures.

An automated compatibility assessment for Drupal 12 was also initiated. A merge request with compatibility updates has been prepared and is awaiting review. This work ensures the module will remain functional as the Drupal platform evolves.

The module is progressing steadily with fixes that improve reliability for organisations using private AI capabilities in their Drupal environments.

How can I help on this project?

  • Prioritise review and approval of the pending Drupal 12 compatibility changes to ensure the module remains supported on future platform versions.
  • Consider dedicating testing resources to validate the module's behaviour with PostgreSQL-based vector database configurations in production-like environments.

Contributors: Dan Lemon (dan2k3k4), project update bot (Project-Update-Bot)


Gemini Provider

The Gemini Provider module saw preparatory work for future platform compatibility this period. An automated issue tracking Drupal 12 compatibility was opened, along with a corresponding merge request containing automated fixes. This work ensures the module will remain functional as the Drupal platform evolves, protecting the investment made in this integration.

No commits were merged during this period, indicating this compatibility work is still under review. The module appears to be in active maintenance with automation helping identify necessary updates ahead of time.

How can I help on this project?

  • Ensure development resources are available to review and validate the automated compatibility changes, so the module stays current with platform requirements.
  • Clarify the strategic roadmap for this module to help prioritize compatibility work against other feature development needs.

Contributors: project update bot (Project-Update-Bot)


Milvus VDB Provider

During this reporting period, two new development efforts were initiated to improve the module's capabilities and quality.

Work began on add support for batching on indexing operations, which will enable the system to process multiple indexing tasks together rather than one at a time. This should improve performance when handling large volumes of content, reducing the time needed to make information searchable.

Additionally, Automated Project Update Bot fixes were prepared to maintain code quality standards and keep the module aligned with Drupal project requirements.

No issues were updated and no code was merged during this period, indicating that development work is progressing through the review stage. Both efforts are in progress and represent incremental improvements to system performance and maintainability.

How can I help on this project?

  • Ensure dedicated review resources are available to assess and merge pending development work, preventing bottlenecks in the delivery pipeline.
  • Confirm that performance improvement initiatives like batching align with broader organizational priorities for scaling content operations.

Contributors: Artem Dmitriiev (a.dmitriiev), project update bot (Project-Update-Bot)


AI Agents

The AI Agents module saw maintenance and quality work this period. Several longstanding issues with the Views agent were identified, where display configuration changes requested by users were not being correctly applied to non-default displays due to how the system handles inherited settings and coupled configuration pairs.

A merge request was opened to bring the module into compatibility with Drupal 12, addressing deprecated code patterns. This is routine preparation work as the platform evolves.

No code was merged during this period. The module has six open issues covering functionality gaps and error handling improvements, including limits on tool execution frequency and better user feedback when tools encounter errors. These are typical refinements for a module in active development.

How can I help on this project?

  • Prioritize the Views agent display override bugs if they affect user-facing functionality you need.
  • Consider allocating review time to evaluate the Drupal 12 compatibility changes and the streaming fix to move them toward merge.

Contributors: project update bot (Project-Update-Bot)


Tool API

The Tool API module made progress on error handling this period. A defect preventing useful error messages from being displayed was resolved. Previously, when a tool operation failed, users would see a technical exception rather than the intended failure message explaining what went wrong. This issue has been closed and marked as fixed, meaning administrators and content teams using tools built on this module will now receive clearer feedback when operations do not complete successfully, reducing time spent troubleshooting.

This represents continued refinement of the module's core functionality, improving the day-to-day experience for end users who rely on tool-based workflows.

How can I help on this project?

  • Assess whether additional testing resources are needed to validate error handling improvements across different tool implementations before wider deployment.
  • Determine if documentation updates are required to communicate these user-facing improvements to site administrators and support teams.

Drupal Canvas

Over the past 24 hours, Canvas delivered significant progress on translation infrastructure and data integrity. A critical feature enabling automatic version updates for component instances across all translations was completed. Previously, when a component's definition changed, only the actively edited language received the update; other translations were left with mismatched version markers. The system now applies updates to every language variant of a content or configuration entity, ensuring all translations stay synchronized with the latest component versions.

Work continued on conflict detection tooling, with the feature now placed behind a development flag to prevent interference with the translation rollout. A related fix resolved a PHP warning on multilingual sites where draft asset libraries were incorrectly scanned for translation strings. The project also addressed a data-consistency issue where test assertions failed on certain database backends due to differing JSON key ordering, and resolved a problem where AI-related configuration updates inadvertently stripped critical metadata.

Several smaller quality-of-life improvements were merged, including fixes to component validation in the CLI tool and removal of hardcoded identifiers in AI-related update hooks. Multiple open issues remain in active development, covering conflict-resolution UI, AI prompt stability, and validation tooling for checking component tree health at scale.

How can I help on this project?

  • Prioritize scoping and stakeholder review for the CLI command validating component tree health across all entities and translations, which will help prevent costly data integrity issues in production deployments.
  • Allocate developer time to address open validation errors when optional component properties are removed, particularly for config-defined instances, to prevent regressions for sites upgrading to multilingual support.

Contributors: **** (project_19391_bot_cb443e60680723bba08a5351bf595251), Abhishek Dhariwal (adaptative) [1], Adam G-H (phenaproxima), AKHIL BABU (AkhilBabu), Bálint Kléri (balintbrews) [1], Christian López Espínola (penyaskito) [2], Feliksas Mazeikis (f.mazeikis) [1], Kunal Sachdev (kunal.sachdev), Matt Glaman (mglaman) [1], scott falconer (scottfalconer), Wim Leers (wimleers) [1]


Context Control Center (CCC)

This period saw substantial progress on user interface improvements and code quality across the Context Control Center. Multiple efforts to refine how site builders understand and configure context selection moved forward, addressing feedback from beta testing.

Four issues were closed, focusing on polish and developer experience. Work included Copy and layout updates on context item scope form to simplify form presentation, Add Configure Link in Modules Page for easier navigation, and Fix PHPStan failures in CCC to resolve code quality issues. Two bugs blocking stable release were resolved: hook_ai_context_scope_values_alter() is ignored by scope forms and labels now properly enables third-party modules to extend scope options, and No public API for building scope subscription forms established a supported integration path for other modules needing scope UI components.

Several issues progressed toward release candidate readiness. Discussions continued on improving how conditional subcontext behavior is presented to editors, clarifying scope selection concepts, and stabilizing the Document Loader integration. Automated compatibility work for Drupal 12 was initiated.

How can I help on this project?

Support the community testing initiative to gather feedback before the first release candidate. Consider allocating resources to finalize documentation and naming conventions across the scope and subcontext features, which will reduce onboarding friction for site builders.

Contributors: project update bot (Project-Update-Bot)


AI Dashboard

Activity this period focused on documentation improvements and issue management. Work continued on the Improve AI Ecosystem initiative, which aims to help users discover and understand available AI modules for Drupal. The ecosystem browser is being refined to make it easier to navigate the growing landscape of AI integrations, with improvements to visual presentation and filtering capabilities now complete. Plans include automating content updates and enhancing how modules are categorized for easier discovery.

A usability issue affecting the recipe installation feature was closed. The AI Recipe modal is missing the path argument issue, which prevented users from successfully running installation commands shown in the interface, has been postponed. This was causing confusion when users attempted to install pre-configured AI features from the dashboard.

How can I help on this project?

Consider prioritizing the postponed recipe modal issue, as it currently blocks a key self-service installation feature. If the ecosystem browser shows strategic value, advocate for its integration directly into the dashboard interface to improve module discoverability for site administrators.

Contributors: Rob Loach (robloach)



Field Widget Actions

Field Widget Actions now supports interactive refinement of AI-generated content. A new interactive refinement capability was merged, allowing users to review generated content in a modal dialog and improve it with follow-up instructions before inserting it into their fields. For example, users can ask the system to make content shorter or adjust its tone without starting over. This capability is optional and turned off by default, so existing workflows remain unchanged. The feature gives content teams more control over AI outputs and reduces the need for manual post-editing.

Two new feature requests are under review. Work is progressing on allowing other modules to mark their field widgets as compatible with Field Widget Actions, which will expand the range of form controls that can benefit from automation. Separately, support for checkboxes and radio buttons is being developed to extend automation beyond text fields and dropdowns. Both features have draft implementations in review.

How can I help on this project?

Support testing of the two in-progress features by arranging user acceptance sessions with content teams who rely on diverse form controls. Consider allocating design or product resources to define refinement use cases beyond text fields, such as image or media workflows.

Contributors: Edward Zwart (ezeedub) [1], Scott Euser (scotteuser)


AI translate

The AI translate module saw automated maintenance activity this period, with compatibility work underway for Drupal 12. A compatibility fix issue was opened to address deprecated code, ensuring the module can function on the next major version of Drupal. A corresponding merge request containing automated fixes has been prepared and is awaiting review.

This work is essential for keeping the module viable as the platform evolves. Without these updates, the module would be unable to support sites upgrading to Drupal 12, limiting its usefulness and adoption. The changes are part of routine maintenance to preserve compatibility across platform versions.

No commits were merged during this period. The automated fixes remain under review. This is a normal part of the development cycle for modules preparing for future platform releases.

How can I help on this project?

  • Allocate developer time to review and merge the pending Drupal 12 compatibility updates to keep the module current with platform evolution.
  • Consider prioritizing resources for testing the compatibility changes in a staging environment before the Drupal 12 release window.

Contributors: project update bot (Project-Update-Bot)


AI powered Search Block

Activity in the last 24 hours was limited to automated maintenance. A merge request for automated project updates was opened to keep the module aligned with current Drupal standards and tooling. This type of routine maintenance helps ensure the module remains compatible with the broader Drupal ecosystem as it evolves.

No functional changes or bug fixes were delivered during this period. The module continues in its current state with no material progress on features or issue resolution.

How can I help on this project?

  • Consider whether dedicated development resources should be allocated to move this module forward with new capabilities or address outstanding issues.
  • Clarify strategic priority: determine if this module aligns with organizational goals and warrants continued investment.

Contributors: project update bot (Project-Update-Bot)


FlowDrop

Work has begun to prepare FlowDrop for compatibility with the upcoming Drupal 12 release. An automated compatibility update was opened to identify and address deprecated code that will no longer be supported in the next major version of Drupal. A corresponding merge request has been created containing proposed fixes.

This work is routine maintenance necessary to ensure the module remains functional when users upgrade their Drupal installations. Addressing these updates proactively reduces the risk of disruption for organizations relying on FlowDrop after Drupal 12 launches. The changes are still under review and have not yet been integrated.

How can I help on this project?

  • Allocate maintainer time to review and validate the compatibility updates, ensuring they can be merged before Drupal 12's release.
  • Consider funding testing resources to verify FlowDrop functions correctly with the updated codebase in real-world scenarios.

Contributors: project update bot (Project-Update-Bot)


FlowDrop UI Agents

Progress continues on preparing the module for Drupal 12 compatibility. A merge request containing automated compatibility fixes was opened to address deprecated code patterns, supporting the longer-term goal of ensuring the module remains viable as the Drupal platform evolves. This work relates to the ongoing Automated Drupal 12 compatibility fixes effort.

The changes are part of routine modernization activities to keep the module aligned with upcoming platform requirements. This type of proactive maintenance reduces technical debt and helps avoid compatibility issues when Drupal 12 becomes the primary supported version.

No code was merged during this period, and the compatibility work remains in progress. This is typical for early-stage platform transition efforts, where changes are reviewed and tested before integration.

How can I help on this project?

  • Allocate developer time to review and validate the pending Drupal 12 compatibility changes to accelerate the transition timeline.
  • Clarify the strategic priority of Drupal 12 readiness relative to other module development efforts to guide resource planning.

Contributors: project update bot (Project-Update-Bot)


AG-UI

Work has begun to prepare the AG-UI module for compatibility with Drupal 12. An automated process identified deprecated code that will need to be updated before the next major version of Drupal is released. A merge request containing compatibility fixes has been opened and is awaiting review. This work ensures the module will continue to function when the platform is upgraded, reducing future technical debt and avoiding disruption to users.

This is routine maintenance for an evolving codebase. No other development activity was recorded during this period.

How can I help on this project?

  • Assign a developer with knowledge of the module to review and approve the pending Drupal 12 compatibility changes, ensuring they align with project standards.
  • Clarify the project's roadmap and priority level to determine whether active feature development or maintenance-only support is expected going forward.

Contributors: project update bot (Project-Update-Bot)



References

[1] Uninstalling ai_ckeditor leaves stale toolbar items in editor.editor.* configuration (ai, Issue)

[2] Config action to verify if any vector database is there and it is setup (ai, Issue)

[3] Batch embeddings for improved indexing performance (ai, Issue)

[4] Improve ai_ckeditor UX when no provider modules are installed (ai, Issue)

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

[10] Move out AI Content Suggestions (ai, Issue)

[12] [Discuss] Consider adding Agents.md (ai, Issue)

[14] Create agents as Tools (ai, Issue)

[15] Implement Process System Integration for Automators (ai, Issue)

[16] [Discuss] Allow usage of Tool API in Agents (ai, Issue)

[21] Prompt Library menu item missing due to incorrect parent (ai, Issue)

[24] Improvement suggestions for ai_automators docs (ai, Issue)

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

[32] Unable to override the 'Calling agents' / 'Contacting agents' text (ai, Issue)

[38] Fiber branch in OpenAiBasedProviderClientBase::chat() drops token usage from the reconstructed ChatOutput (ai, Issue)

[39] Allow vector database providers to opt in as the default VDB when none is set (ai, Issue)

[42] feat(ai_ckeditor): warn users when no AI provider is installed in the CKEditor settings tab (ai, MR)

[43] Issue #3568648: Batch embeddings as a first-class operation type (follow-up to !1704) (ai, MR)

[44] task: #3586561 Add a setup-guardrails agent skill to configure guardrails,... (ai, MR)

[45] Remove ai_content_suggestions module for ai core (ai, MR)

[46] Issue #3585596: Move Prompt Library under AI Infrastrcture (ai, MR)

[47] Issue #3585596: Move Prompt Library under AI Infrastrcture (ai, MR)

[48] Issue #3585596: Move Prompt Library under AI Infrastrcture (ai, MR)

[49] docs: #3572751 Add docs for the Field widget Actions automator worker (ai, MR)

[53] Issue #3586389: Add agent delegation message setting (ai, MR)

[55] Issue #3586522: Keep token usage in the chat() Fiber branch (ai, MR)

[56] Issue #3586522: Keep token usage in the chat() Fiber branch (ai, MR)

[57] Issue #3586522: Keep token usage in the chat() Fiber branch (ai, MR)

[58] Issue #3586522: Keep token usage in the chat() Fiber branch (ai, MR)

[59] Issue #3586522: Keep token usage in the chat() Fiber branch (ai, MR)

[60] Issue #3586522: Keep token usage in the chat() Fiber branch (ai, MR)

[61] Cherry-pick changes from #3586500 (ai, MR)

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

[75] add support for batching on indexing operations (ai_vdb_provider_milvus, MR)

[80] Add limits on how often a tool can run (ai_agents, Issue)

[84] tool:run masks the failure message: getOutputValues() throws on unset outputs of a failed tool (tool, Issue)

[87] Component inputs order is database-backend-dependent: fix inputs key order assertions in tests and enforce it via PHPStan when possible (canvas, Issue)

[88] Symmetric translation: component instance version updates must propagate to all translations (canvas, Issue)

[93] Strengthen test coverage for multi-translation multi-component instance automatic version updating (canvas, Issue)

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

[100] Canvas AI: Remove hardcoded component source IDs (canvas, Issue)

[101] Canvas AI: An unexpected error has occurred while rendering preview (canvas, Issue)

[103] Add `canvas-validate-component-trees` Drupal CLI command to check health of Canvas component trees: validate every Canvas (content|config) entity, validate every content entity component tree field revision+translation (canvas, Issue)

[104] Deleting optional props from an SDC/code component causes validation errors in config-defined component instances: regression for monolingual sites, bug for multilingual sites (canvas, Issue)

[107] Canvas AI: Expose Props of Blocks to the Agent (canvas, Issue)

[108] Canvas AI: UI/Functional update. Lock the canvas during a build and add a long-running AI-tasks UI element to the chat (canvas, Issue)

[113] feat: #3591596 Apply component instance updater to all component trees: content/config non-default translations; introduce `StagedLanguageConfigOverride` to treat both similarly (canvas, MR)

[134] No public API for building scope subscription forms; consumers must depend on the internal scope manager (ai_context, Issue)

[135] Add Configure Link in Modules Page (ai_context, Issue)

[136] Copy and layout updates on context item scope form (ai_context, Issue)

[137] `hook_ai_context_scope_values_alter()` is ignored by scope forms and labels (ai_context, Issue)

[158] Batch embeddings for improved indexing performance (ai_search, Issue)

[159] Resolve "Batch embeddings for improved indexing performance" (ai_search, MR)

[161] Add interactive refinement capability to Field Widget Actions (field_widget_actions, Issue)

[165] Issue #3547306: Add interactive refinement capability to Field Widget Actions (field_widget_actions, MR)

[176] Pinecone: fix `getVectorFromNode()` returning no results (ai_related_content, Issue)

[178] Resolve "Pinecone: fix `getVectorFromNode()` returning no results" 2x (ai_related_content, MR)

[179] Resolve "Pinecone: fix `getVectorFromNode()` returning no results" 1x (ai_related_content, MR)


Period: 25 June 2026 to 26 June 2026  |  Generated: 26 June 2026 05:00 GMT

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

Looking for older digests? Browse all digests here.