Skip to content

Release the browser extension as 0.3.0 - #20

Merged
rahulmahadik merged 1 commit into
mainfrom
develop
Aug 8, 2026
Merged

Release the browser extension as 0.3.0#20
rahulmahadik merged 1 commit into
mainfrom
develop

Conversation

@rahulmahadik

Copy link
Copy Markdown
Owner

Browser extension 0.3.0.

The extension has no source changes of its own. It bundles @asksql/react, which landed in #19, so
this release carries those user-visible changes into the side panel:

  • The model's output is shown as it streams, so a local model no longer looks frozen on "Writing SQL"
    for a minute with nothing moving.
  • Copy controls on explanations, schema answers, the query plan and the result grid.
  • No red error while an answer is still being written. A question answered from the schema marked the
    turn failed for the whole second round trip, telling the reader to rephrase a question that was
    being answered.
  • The transcript stays where you put it instead of scrolling to the bottom on every update.
  • Truncated cells show their full value on hover; Export CSV reports whether it worked.
  • Stopping a turn is called Cancel, matching the other two surfaces.

package.json and manifest.json both carry the version and are set to 0.3.0. The release workflow
checks the tag against package.json, and the changelog guard reads the same file, so the two must
agree.

The side panel inherits this release from @asksql/react: streamed output while
a local model works, copy controls on prose and the result grid, cell
tooltips, export feedback, and no red error while a schema answer is still
being written. The extension's own sources are unchanged.

package.json and manifest.json both carry the version. The release workflow
checks the tag against package.json; the changelog guard reads the same file.
@rahulmahadik
rahulmahadik merged commit 5cb5b68 into main Aug 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant