Commit e2c7c28
docs(agent): update agent docs with latest CLI and MCP guidelines (#16)
* feat(cli): add gradient welcome/login banners and fix centering
- Add banner.mjs: Banner3 solid block QVERIS, brand cyan→indigo gradient
- Show banner on help, login, and interactive; respect --json and --no-color
- Lazy isColorEnabled in colors.mjs; set NO_COLOR when --no-color for consistent output
- Center banner and taglines using stripAnsi + displayWidth (CJK double-width)
Made-with: Cursor
* Update packages/cli/src/output/colors.mjs
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update packages/cli/src/output/banner.mjs
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update packages/cli/src/output/banner.mjs
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* perf(cli): batch ANSI spans in banner; English tagline
- Merge consecutive chars with same RGB (truecolor) or band (16-color fallback)
- Replace per-char cyan/bold/dim with single SGR per run in fallback
- Tagline: use 'intelligent orchestration' instead of Chinese
Made-with: Cursor
* chore(cli): bump version to 0.3.0
Made-with: Cursor
* feat: add CLI/Agent sections to getting-started docs + fix CLI multi-region gaps
- Add QVeris CLI and Agent Setup sections to all three getting-started
docs (en-US, zh-CN, cn/zh-CN), reorder sections: CLI → MCP → SDK → API
- Fix CLI multi-region support: region-aware account URLs in login/credits,
display region in doctor/whoami/config list, pass baseUrl in login validation,
store region in session, add QVERIS_REGION to help text
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(cli): interactive region selection during login
When QVERIS_REGION or --base-url is not set, `qveris login` now prompts
the user to choose their region (Global/China) before showing the API key
URL. This removes the need to set environment variables before first login.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs(agent): update agent docs with latest CLI v0.4.0 and MCP v0.5.0 guidelines
- Update MCP tool names from search_tools/get_tools_by_ids/execute_tool
to discover/inspect/call with backward compatibility notes
- Add CLI as primary integration method with full command reference,
key flags (--json, --dry-run, --codegen), session/index shortcuts,
and multi-region support details
- Add CLI setup option (qveris login, qveris doctor) to SETUP.md
- Add CLI workflow section to GUIDELINES.md with agent-specific patterns
- Fix broken doc links from docs/ to docs/en-US/ across all four files
- Update system prompt recommendation to use new tool names
- Add missing logout and config commands to CLI reference table
- Clarify different default limit values between CLI (5) and MCP (20)
- Update version info to llms-full.txt v1.1.0, last updated 2026-04-10
* docs(agent): address Gemini review comments
- Clarify --max-size default difference between CLI and MCP in GUIDELINES.md
- Remove CLI default from MCP parameters section in llms-full.txt
- Add note about params_to_tool (MCP) vs parameters (REST) naming difference
* docs(agent): add --max-size defaults to llms-full.txt for consistency
Match the detailed default description from GUIDELINES.md.
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0d9cdde commit e2c7c28
4 files changed
Lines changed: 258 additions & 39 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
165 | 217 | | |
166 | 218 | | |
167 | 219 | | |
| |||
185 | 237 | | |
186 | 238 | | |
187 | 239 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
193 | 255 | | |
194 | 256 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
45 | 94 | | |
46 | 95 | | |
47 | 96 | | |
48 | 97 | | |
49 | | - | |
| 98 | + | |
50 | 99 | | |
51 | 100 | | |
52 | 101 | | |
| |||
215 | 264 | | |
216 | 265 | | |
217 | 266 | | |
218 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
219 | 277 | | |
220 | 278 | | |
221 | | - | |
222 | | - | |
| 279 | + | |
| 280 | + | |
223 | 281 | | |
224 | 282 | | |
225 | 283 | | |
| |||
0 commit comments