Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
2143af4
feat(web-console): use LLM to explain SQL
jerrinot Aug 4, 2025
3c47e5b
missing cache entry
jerrinot Aug 4, 2025
8dc3052
error explainer
jerrinot Aug 4, 2025
b9a29fd
tool calling
jerrinot Aug 4, 2025
3a9ac4d
SQL generator
jerrinot Aug 4, 2025
f03dc62
Merge remote-tracking branch 'origin/main' into jh_llm_explain
emrberk Aug 20, 2025
ccd6a4d
first pass: cleanup, add option to revoke schema access, add model se…
emrberk Aug 25, 2025
07ac0f1
fix single quote-multiline comment clashes
emrberk Aug 26, 2025
6951e93
editor actions and shortcuts, explain improvements, buttons improveme…
emrberk Aug 26, 2025
33a3b8a
ai fix initial
emrberk Aug 28, 2025
6d797fe
Merge remote-tracking branch 'origin/main' into jh_llm_explain
emrberk Aug 29, 2025
e8580e4
Rework Generate/Explain, new Fix Query flow
emrberk Sep 1, 2025
1f95bab
global keydown listeners, disclaimer text
emrberk Sep 2, 2025
32dce4d
fix infinite fix button animation
emrberk Sep 2, 2025
b787d39
abortion handling on tab changes, status indicators
emrberk Sep 2, 2025
ba09bf5
Merge remote-tracking branch 'origin/main' into jh_llm_explain
emrberk Sep 2, 2025
f6b0e0c
gracefully handle max_tokens, increase the error toast durations, don…
emrberk Sep 3, 2025
ef8a90f
explain schema with ai
emrberk Sep 3, 2025
934ffd4
status check on abortion
emrberk Sep 3, 2025
0c00ece
documentation access initial
emrberk Sep 12, 2025
9960c52
provide error word
emrberk Sep 12, 2025
f96e931
change docs entry titles, add new status
emrberk Sep 18, 2025
aae51e7
set fixed output token limit
emrberk Sep 18, 2025
13a6e0c
generic interface & exported function names
emrberk Sep 19, 2025
e90adc5
add openai support
emrberk Sep 22, 2025
1ed6542
openai vector store initial
emrberk Sep 22, 2025
40351f5
Merge remote-tracking branch 'origin/main' into jh_llm_explain
emrberk Oct 7, 2025
5de9f60
adapt ai assistant to new documentation changes
emrberk Oct 8, 2025
d2d3c06
prevent password autofill and fix generate query being opened on auto…
emrberk Oct 13, 2025
a8d0412
premerge
emrberk Nov 6, 2025
36bd456
Merge remote-tracking branch 'origin/main' into jh_llm_explain
emrberk Nov 6, 2025
1be14b5
postmerge
emrberk Nov 7, 2025
e6bdc82
fix bits for docs and tool calls
emrberk Nov 7, 2025
8f5be9e
Add promo and arrange ai button styles
emrberk Nov 10, 2025
fae00ba
refactor ai settings, use configuration and settings modals
emrberk Nov 11, 2025
957bf32
ai status indicator, improve status handling, fix styling and some bu…
emrberk Nov 13, 2025
d0fb38a
rate limits, reasoning config for 5.1
emrberk Nov 17, 2025
37ebe6f
arrange overlay and modal styles
emrberk Nov 18, 2025
bf1abea
diff editor rework & key button design
emrberk Nov 18, 2025
02ef2a2
generate modal & settings modal rework
emrberk Nov 18, 2025
eee1cdb
disable tab changes on blocking ai status
emrberk Nov 18, 2025
487b451
validation flow
emrberk Nov 18, 2025
52a29b7
address reviews
emrberk Nov 21, 2025
16d05d6
minheight
emrberk Nov 21, 2025
99c32df
conditionally render explain
emrberk Nov 21, 2025
5b6cfdf
use text-security in ConfigurationModal
emrberk Nov 21, 2025
37886b7
cancel button
emrberk Nov 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/questdb
Submodule questdb updated 693 files
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"prepare": "husky"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.57.0",
"@date-fns/tz": "^1.2.0",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
Expand Down Expand Up @@ -77,6 +78,7 @@
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"monaco-editor": "^0.44.0",
"openai": "^5.21.0",
"posthog-js": "^1.131.2",
"ramda": "0.27.1",
"react": "17.0.2",
Expand Down
1 change: 1 addition & 0 deletions public/assets/ai-sparkle-hollow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/ai-sparkle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/icon-compare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icon-explain-queries.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icon-explain-schema.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icon-fix-queries.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icon-generate-queries.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading