CKEditor 5 v48.4.0 Release Highlights: AI Context Library and Image Understanding
6min read
|This release grounds CKEditor AI in your own knowledge. The new Context Library lets the AI work with your organization’s prompts and reference files, feature understanding keeps its output inside what your editor is configured to do, and image understanding lets it read the pictures in your document. Alongside the AI work, Track Changes gains control over how suggestions behave on the clipboard, and the Tables feature picks up several everyday editing improvements.
The AI additions share a theme: making the assistant more grounded and more governable. The context is managed centrally, so teams get consistent AI behaviour and controllable output without the need to add the context manually before every single interaction with the AI Chat. Feature understanding keeps the AI aware of which features your editor actually has and how they are configured, so it works in your setup rather than producing content it cannot represent. Outside AI, the table upgrades target multi-cell splitting, wide-table scrolling, and pixel-based column widths, and formatting is now preserved when you insert a block widget like an image or a table.
CKEditor AI features NEW
Context Library NEW
CKEditor AI can now draw on your organization’s own knowledge when it writes, reviews, and translates, instead of working from generic instructions alone. A context is a named container kept on the AI service that holds reusable prompts and reference files, such as a style guide, a glossary, or a set of compliance rules. You configure it once, and every AI Chat conversation, Quick Action, Review, and Translate your users run follows it.
This goes further than attaching a document to a single Chat conversation. Your context lives on the service, an administrator or integrator manages it, and it stays invisible to the person editing. It initiates on every request, so updating a prompt or swapping a file changes how the AI behaves across your whole setup without any redeployment, and the curated instructions never reach the frontend or show up in request traffic.
You attach a context at the level that matches how widely its knowledge should apply. Rules that must hold everywhere, like house style or compliance, can be applied across the environment by an administrator. Knowledge that depends on what is being edited, such as the terminology for a particular document type, can be attached per editor instance through the config.ai.defaultContext option. Material needed by a single operation can be referenced per call, including in programmatic flows.
Read the Context Library documentation for the full setup.
Feature and configuration awarenessNEW
AI Chat now produces changes that fit the exact editor it is working in. With each chat request, the editor sends a compact snapshot of which features are loaded, and how they are configured, so the response stays within what your setup can represent. If your editor has no tables, the AI will not return any. If you allow only certain heading levels, font sizes, or colors, it keeps to those exact values. As a result, AI changes apply cleanly without the editor having to drop or reshape anything it cannot render.
Feature understanding works without the need of configuration, and this release is only the first iteration. Support for custom plugins, features that pull data from your application, and working with comments and suggestions is on the way.
See feature understanding and configuration awareness documentation for more.
Image understanding NEW
CKEditor AI can now read the images inside your document, not just the text around them. It can describe an image, generate a caption for it, or take what an image shows into account when editing the surrounding content. This works in both AI Chat and document processing.
Images on a public URL need no setup. For images kept behind authentication, such as a private CDN, configuration options are available.
See the image analysis guide for more details.
Track Changes: clipboard behaviour
Track Changes now lets you decide what ends up on the clipboard when content carrying suggestions is copied or cut. By default, the selection is placed on the clipboard exactly as it stands in the editor, unresolved deletion and additions suggestions and all.
With the new configuration option, config.trackChanges.clipboardMode when set to accept , the clipboard instead holds the resolved text, as though the suggestions had been accepted, while the source document and its suggestions remain untouched.
Some block-level suggestions cannot be resolved for the clipboard this way but regardless, the mode is useful for when you want to copy the version with final wording rather than the version still in progress.
See the clipboard integration section in the Track Changes documentation for more details.
Tables: working with larger tables
The release brings a set of Tables improvements for working with larger and wider tables, with more control over sizing and structure as well as ability to edit multiple cells at once.
-
Split multiple cells at once. Select several cells and split them all horizontally or vertically in a single action, instead of repeating the split cell by cell.
-
Horizontal scrolling for wide tables. Add the new
TableScrollplugin and tables wider than the editor scroll horizontally rather than overflowing or squeezing the page layout -
Column resizing now supports pixel values, not just percentages. Column width follows the table’s own unit, so a table sized in pixels gets pixel-based columns that stay consistent as you resize. You can also enter an exact pixel width for each column through the cell width field.
See the Tables documentation to learn more about the improvements.
Formatting around block widgets
Formatting is now preserved when you insert a block widget such as an image or a table. So bold, italic, and font styles carry straight over and you can keep writing without setting them up again.
Other updates
-
CKEditor AI now works with inline roots across AI Chat, Quick Actions, Review, and Translate.
-
Programmatic AI actions now support multi-root editors and multi-editor
Contextsetups, andprocessDocument()accepts newcapabilitiesoptions that enable reasoning and web search. -
The AI suggestion status indicators for accepted, rejected and outdated suggestions have a refreshed look, and the Outdated indicator now shows a reason-specific tooltip explaining why the suggestion became stale.
-
Content-modifying AI interactions are now disabled when the target editor is read-only. In setups with multiple editors this is decided per editor, so interactions targeting editable editors stay available.
This release also includes several stability and memory fixes, and a few minor breaking changes affecting the AI Translate, AI Review, and Document Processing APIs as well as several other feature improvements. See the changelog for the complete list.
Quick links for CKEditor v48.4.0
Learn more about previous CKEditor 5 versions
-
CKEditor 5 v48.3.0 Release Highlights: Programmatic API for CKEditor AI
-
CKEditor 5 v48.2.0 Release Highlights: AI Chat Improvements, Media Embed, and More
-
CKEditor 5 v48.1.0 Release Highlights: CKEditor AI Chat Improvements and AI in Multi-root Setups
-
CKEditor 5 v48.0.0 Release Highlights: Installation Methods Transition Completed
-
CKEditor 5 v47.6.0 Release Highlights: CKEditor AI On-Premises and Improved AI Customization
-
CKEditor 5 v47.5.0 Release Highlights: AI Translate, Export to PDF v2 and more
-
CKEditor 5 v47.2.0 Release Highlights: Introducing CKEditor AI and Footnotes
Tags: