dbx/packages
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
..
app-tests feat(ai): add Grok CLI as a Desktop no-API-key provider 2026-08-10 10:54:27 +08:00
cli chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
cli-darwin-arm64 chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
cli-darwin-x64 chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
cli-linux-arm64-gnu chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
cli-linux-x64-gnu chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
cli-win32-arm64 chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
cli-win32-x64 chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
mcp-darwin-arm64 chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
mcp-darwin-x64 chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
mcp-linux-arm64-gnu chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
mcp-linux-x64-gnu chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
mcp-server chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
mcp-win32-arm64 chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
mcp-win32-x64 chore(packages): release 0.4.57 [skip node-packages-release] 2026-08-09 17:41:08 +00:00
mongo-shell fix(mongodb): support createUser shell commands 2026-08-09 15:51:04 +08:00
test-globals.ts feat(grid): support datetime formatter patterns 2026-06-30 20:37:23 +08:00