Commit Graph

2337 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
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 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
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
大峰 f66a18d88d
feat(editor): add SQL intention actions (Alt+Enter style) 2026-08-10 00:07:12 +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
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
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
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 cedd2e5097
fix(query): show returned rows in execution summary
Closes #5621
2026-08-09 01:27:23 +08:00
t8y2 ad9ca8400b
fix(tdengine): recognize tbname in stable diagnostics
Closes #5685
2026-08-08 18:28:11 +08:00
t8y2 28b3491843
fix(oracle): preserve table metadata in DDL and clones
Closes #5215
2026-08-08 14:34:55 +08:00
Abeautifulsnow 5b85f9eae8
feat(completion): configurable SQL completion trigger modes 2026-08-08 12:00:50 +08:00
jinmo bad7f6b472
feat(mqtt): optimize console and subscription sync 2026-08-08 11:56:32 +08:00
zipg e49d86b101
feat(mongo): refine document browsing and structured filter experience 2026-08-08 11:36:57 +08:00
zipg 0107d5fafb
fix(editor): copy full error text from multi-statement execution summary 2026-08-08 11:34:15 +08:00
二丫讲梵 fc1f89ddb6
feat(etcd): multi-select tree keys for batch export and safe delete 2026-08-08 11:33:47 +08:00
Ez 062daf3093
fix(web): make logo and icon assets base-path aware 2026-08-08 11:33:37 +08:00
zipg 2c036e2860
fix(structure): silence column reorder notice when adding columns 2026-08-08 11:33:28 +08:00
zipg 50c42d8935
fix(postgres): support array types when adding columns 2026-08-08 11:13:42 +08:00
Guoyu Su 36e5fa4f4c
feat(ai): add Cursor CLI provider 2026-08-08 11:08:18 +08:00
Fernando Possebon 63498da121
feat(docs): export database documentation as standalone HTML 2026-08-08 11:04:16 +08:00
二丫讲梵 efd0c381ad
feat(nacos): namespace production protection and sidebar visibility 2026-08-08 10:55:21 +08:00
zipg 9057be0e78
fix(sql): skip metadata refresh for temporary tables 2026-08-08 10:44:21 +08:00
zipg fa2365153a
fix(kingbase): compat V8 routine source and add extension details 2026-08-08 10:38:16 +08:00
高桥凉介 1405f00060
feat(ui): make new-connection dialog draggable 2026-08-08 10:38:08 +08:00
Elias 159e813c9c
feat(xugu): expose routine parameter metadata 2026-08-08 10:37:59 +08:00
Fernando Possebon bdf87ac255
fix(docs): move Documentation to database context menu 2026-08-08 10:37:50 +08:00
zipg 43234ed47d
fix(grid): fix short column header clipping with index indicator 2026-08-07 17:06:19 +08:00
Guoyu Su 309e3aef5e
feat(ai): add OpenCode CLI provider 2026-08-07 17:06:03 +08:00