Commit Graph

4695 Commits

Author SHA1 Message Date
t8y2 91ebf9bd8e
fix(ai): fix Grok CLI provider test compile and icon format 2026-08-10 11:29:58 +08:00
t8y2 11c47d1250
fix(sql): preserve leading hints through pagination
Closes #5728
2026-08-10 11:09:55 +08:00
t8y2 89ca914f0e
chore(release): bump version to 0.5.79 2026-08-10 11:00:23 +08:00
chenow9 d08189ba7d
feat(ai): add Grok CLI as a Desktop no-API-key provider
* feat(ai): add Grok CLI as a Desktop no-API-key provider

Add grok-cli alongside Codex/Claude Code/Pi, with path/env settings,
isolated MCP-scoped headless runs, model listing, and connection test.

* feat(ai): expose Grok CLI reasoning effort like Codex

Attach low/medium/high effort capabilities to Grok models for the
assistant effort menu, wire resolve_model_effort for grok-cli, and
use the monochrome Grok mark icon.

* i18n: add Grok CLI error messages for remaining locales

Fill grokCli* cliErrors strings in es, it, ja, ko, pt-BR, and zh-TW
to match en/zh-CN and satisfy i18n autofill CI.

* fix(ai): align Grok CLI headless with official Build flags

Address review feedback on PR #5494:
- Use streaming-json + CliAgentJsonlDialect::GrokStreamingJson
- Switch permission to --always-approve and MCPTool(dbx__*) rules
- Prefer --effort over --reasoning-effort; keep --prompt-file

Verified with unit tests and a local headless e2e against grok 1.0.

* style(ai): fix rustfmt for Grok CLI provider files

* test(ai): fix Grok CLI entry in provider ordering spec

* fix(ai): harden grok CLI error wording and config schema

Add 'not signed in' to classify_grok_run_error and test_grok_connection
auth detection — real @xai-official/grok 1.0.0 emits this exact wording
on headless auth failure (verified against the shipped binary).

Remove invalid config.toml fields: permission_mode='always-approve'
(not a valid enum; auto-approve is driven by --always-approve flag) and
startup_timeout_sec/tool_timeout_sec/enabled_tools (not mcp_servers
schema fields per 'grok mcp add').

---------

Co-authored-by: t8y2 <1156263951@qq.com>
2026-08-10 10:54:27 +08:00
zipg fff07ada83
fix(grid): remove inline NULL badge from result header
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-10 10:32:46 +08:00
zipg a3cf5fe256
fix(postgres): avoid crash on PG-compatible database connect
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-10 10:32:42 +08:00
zipg a8495b2454
fix(grid): 保留 JSON 详情双击选词不进编辑
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-10 10:28:33 +08:00
zipg 4311ace960
fix(grid): 修复批量生成值后保存快捷键失效
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-10 10:28:29 +08:00
zipg 6c2ca2eadd
fix(settings): 防止设置读取失败后覆盖用户配置
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-08-10 10:24:42 +08:00
t8y2 0c9b6c7e1d
fix(import): preserve empty strings in Excel by default
Closes #5329
2026-08-10 09:54:30 +08:00
github-actions[bot] a1918ec8c2 chore(docs): refresh contributor activity 2026-08-09 18:09:28 +00:00
github-actions[bot] c20ad57f9d chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
github-actions[bot] b2e450308e chore: bump module versions [skip ci] 2026-08-09 17:32:01 +00:00
github-actions[bot] 318e1dfc5d chore(jdbc): bump plugin version [skip ci] 2026-08-09 17:25:29 +00:00
t8y2 a41b3bf417
chore(release): bump version to 0.5.78 2026-08-10 01:24:39 +08:00
jinmo 868f7961e3
feat(completion): fix SQL alias completion, star expansion, and formatter layout 2026-08-10 01:11:25 +08:00
Abeautifulsnow 0402fea37b
feat(ai): make default assistant mode (Ask/Agent) configurable 2026-08-10 01:06:44 +08:00
hanxuanyu 681c6f35c5
feat(dolt): add native profile, branch database discovery, and SQL completion 2026-08-10 00:37:34 +08:00
t8y2 56edbd3656
fix(connection): keep healthy tunnel ports stable
Closes #5716
2026-08-10 00:15:17 +08:00
大峰 f66a18d88d
feat(editor): add SQL intention actions (Alt+Enter style) 2026-08-10 00:07:12 +08:00
shenmo 789482eceb
docs(readme): update Spark Store name and add one-key install badge 2026-08-09 23:33:24 +08:00
tyloryang f1c998c9cc
fix(etcd): make gRPC max inbound message size configurable 2026-08-09 23:28:02 +08:00
zipg 5966aea43b
feat(completion): expand INSERT all-columns with VALUES tab stops 2026-08-09 23:24:36 +08:00
zipg 295c260a72
feat(connection): persist manually selected default schema 2026-08-09 23:23:55 +08:00
t8y2 99888aaeff
fix(ai): restore login shell PATH for Pi agent
Closes #5714
2026-08-09 23:01:46 +08:00
zipg fdad1873bc
fix(ui): improve unsaved dialog secondary button contrast 2026-08-09 22:30:38 +08:00
zipg 35362c8bf4
feat(grid): import BYTEA/BLOB cell from file with size gate 2026-08-09 20:13:18 +08:00
zipg 31587bcbfe
feat(grid): preserve selection highlight after data refresh 2026-08-09 20:04:24 +08:00
t8y2 09edbfbef3
fix(postgres): decode point query values
Closes #5711
2026-08-09 20:00:16 +08:00
zipg cdfa993642
fix(completion): keep auto alias and schema-qualify SQL Server FK JOIN candidates 2026-08-09 19:55:12 +08:00
azens a4129c02fa
fix(editor): rebuild current SQL statement frame with pixel-accurate layer 2026-08-09 19:51:12 +08:00
zipg 7c2528d32f
feat(grid): show nullable indicator in query result headers 2026-08-09 19:35:25 +08:00
t8y2 5d5b4f6154
fix(query): normalize SAP HANA metadata identifiers
Closes #5299
2026-08-09 19:19:15 +08:00
t8y2 1daaac03aa
fix(jdbc): show Oracle schemas for custom drivers
Closes #5638
2026-08-09 18:05:23 +08:00
t8y2 8f597a0516
fix(bigquery): allow external JDBC driver selection
Closes #5534
2026-08-09 17:20:52 +08:00
t8y2 9e3013adf9
fix(mongodb): support createUser shell commands
Closes #5639
2026-08-09 15:51:04 +08:00
t8y2 e7f496bf0b
fix(kafka): bind SSH tunnel to advertised loopback port
Closes #5571
2026-08-09 14:47:14 +08:00
miracle 71ccb3d97d
feat(execution): multi-database SQL execution with scoped targets 2026-08-09 14:24:10 +08:00
zipg 328a2aa107
feat(redis): improve key browser toolbar and infinite scroll loading 2026-08-09 14:14:45 +08:00
二丫讲梵 b1fcb23625
feat(data-grid): improve transpose view record location and last-column alignment 2026-08-09 14:14:08 +08:00
zipg 72ff141f02
feat(timeout): support global connection and query timeout settings 2026-08-09 13:57:42 +08:00
zipg 5c343ab416
fix(tab): avoid accidental drag on slight tab movement 2026-08-09 13:57:02 +08:00
t8y2 d72d4beed3
fix(agent): avoid validation contention on active JDBC pools
Closes #5567
2026-08-09 11:59:30 +08:00
t8y2 2b3bf1367d
fix(jdbc): resolve primary keys from returned metadata identity
Closes #5574
2026-08-09 10:47:46 +08:00
t8y2 ca5a5dc9bf
fix(postgres): support RisingWave table listing
Closes #5584
2026-08-09 02:42:36 +08:00
github-actions[bot] 7445f647c8 chore(docs): refresh contributor activity 2026-08-08 18:09:08 +00:00
t8y2 cedd2e5097
fix(query): show returned rows in execution summary
Closes #5621
2026-08-09 01:27:23 +08:00
t8y2 f10642e29a
fix(mongodb): support legacy aggregate commands
Closes #5575
2026-08-08 20:30:20 +08:00
t8y2 d38e58b136
fix(mcp): support bounded long-value windows
Closes #5620
2026-08-08 19:20:46 +08:00
t8y2 ad9ca8400b
fix(tdengine): recognize tbname in stable diagnostics
Closes #5685
2026-08-08 18:28:11 +08:00