JetBrains chat reads as a conversation (0.5.0) - #18
Merged
Merged
Conversation
The transcript put both roles on the left, offered a copy control only on result grids, and rendered a query inside a prose answer as ordinary text. Several states showed no progress at all, and a MongoDB turn was told it was writing SQL. - Question on the right in a tinted bubble, answer on the left, a rule between turns, and a copy control under every answer. - A fenced block becomes a real code block with its own Copy. Blocks are bounded in height and capped in number, since each is an editor on the EDT. - Progress covers preparing a turn, answering from the schema, and correcting a rejected query. Stage wording follows the engine, so a pipeline is never described as SQL. - Explain carries its own in-flight state and returns after a failure. - A wrapping answer keeps the height of every line it wrapped to; it was measured at its unwrapped width, so the last line was painted over. - Appended content scrolls into view only when the transcript is already at the bottom. - A Mongo collection name is selectable and travels with Copy as a mongosh call. Also here: connections close through service disposal rather than an experimental platform listener, the guard reads LIMIT ALL through JSqlParser's supported API, and the integration CI job reads the Gradle cache instead of writing a second copy. Render tests paint a turn to a PNG and assert the geometry inside each pane, so ink from a neighbour cannot stand in for the component under test. They are opt-in via -PrenderUi=true, which needs font metrics and a window peer.
rahulmahadik
temporarily deployed
to
github-pages
August 8, 2026 17:36 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JetBrains plugin 0.5.0. Builds on 0.4.2, which is a separate tag.
Reported
Changed
Question on the right in a tinted bubble, answer on the left, a rule between turns, a copy control
under every answer. Fenced blocks become real code blocks with their own Copy, bounded in height and
capped in number since each is an editor on the EDT. Progress covers preparing a turn, answering from
the schema, and correcting a rejected query, with stage wording that follows the engine so a pipeline
is never called SQL. Explain carries its own in-flight state and returns after a failure.
Two defects found while building it: a wrapping answer was measured at its unwrapped width, so the
last line was painted over by the note below it; and content appended to a turn already on screen was
unreachable. Appended content now scrolls into view, but only when the transcript is already at the
bottom, so it will not pull you off an earlier turn.
Also here, from the deferred list: connections close through service disposal rather than an
experimental platform listener (which also woke both registries on every project close), the guard
reads
LIMIT ALLthrough JSqlParser's supported API rather than two deprecated methods, and theintegration CI job reads the Gradle cache instead of writing a second copy.
Tests
Render tests paint a turn to a PNG and assert geometry inside each pane's own bounds, so ink from a
neighbouring component cannot satisfy an assertion about a different one. Three earlier versions of
these assertions could not fail and were rewritten. They are opt-in via
-PrenderUi=true, which needsreal font metrics and a window peer, so a headless runner reports them as not run rather than green.
Unit 559 passing. Integration ran against live Postgres, MySQL, Oracle and MongoDB: 111 tests, 0
failures, 0 skipped. Plugin Verifier reports Compatible with zero experimental usages.
Docs
settings-ollama.pngwas deleted but still linked, so the listing had a broken image. The README nowpoints at the current settings screenshots and adds the chart and add-connection shots. Corrected a
claim that nothing is written to disk except settings: downloaded JDBC drivers, the sample dataset and
uploaded files each write under the IDE system path.