Help Center/ CodeArts Agent/ FAQs/ Extension/ How Do I Fix an Inline Chat Exception?
Updated on 2026-07-29 GMT+08:00

How Do I Fix an Inline Chat Exception?

Symptom

For example, when using IntelliJ IDEA, you may find that no response occurs when you type in the code editor.

Cause Analysis

IntelliJ IDEA versions 2023.2.* to 2023.3.* enable off-screen rendering by default.

Follow these steps to check the version number:

  1. In IntelliJ IDEA, click in the upper left corner, and choose Help > About.
  2. Check that the IntelliJ IDEA version is 2023.2.4.

Solution

  1. Start IntelliJ IDEA, click in the upper left corner, and choose File > Settings.... The IntelliJ IDEA settings page is displayed.
  2. Choose CodeArts Agent > General Settings, deselect ide.browser.jcef.codearts.osr.enabled, and click OK.
  3. Save the settings, click in the upper left corner, choose File > Invalidate Caches, and click Just restart.
  4. After restarting IntelliJ IDEA, confirm that the inline chat exception is fixed.