qwen-code/docs/users/features
Shaojin Wen c1eef15d4b
feat(cli): match MCP resource completions by name and discover servers (#5733)
`@server:` completion previously matched only the resource URI,
case-sensitively, and there was no way to reach a server without typing
its full name first.

- Match the partial after the colon case-insensitively against the
  resource's friendly name/title (`title || name`) as well as the URI,
  ranked URI-prefix > name-prefix > URI-substring > name-substring, and
  surface the name as the suggestion description.
- Before the colon, suggest configured MCP servers that expose resources
  and whose name prefixes the input, prepended to the file results (never
  hiding files). Selecting one expands to `@server:` and drills into the
  resource list (reuses the directory `isDirectory` continuation).

Refs #5601, follows #5635.
2026-06-23 11:25:51 +08:00
..
channels feat(channel): add QQ Bot (QQ机器人) channel adapter (#5202) 2026-06-19 06:32:52 +08:00
_meta.ts refactor(core): remove GitService, migrate /restore to FileHistoryService (#4871) 2026-06-09 18:34:31 +08:00
approval-mode.md fix(core): require opt-in for plan mode prompt (#5433) 2026-06-20 17:53:57 +08:00
arena.md feat(arena): add comparison summary for agent results (#3394) 2026-04-22 05:31:19 +08:00
auto-mode.md Harden auto mode self-modification checks (#4572) 2026-06-08 10:22:31 +08:00
code-review.md feat(cli): route foreground subagents through pill+dialog while running (#3768) 2026-05-06 14:08:12 +08:00
commands.md docs: fix SSE ring size errors and add /workflows command (#5205) 2026-06-18 09:43:38 +08:00
dual-output.md fix(dual-output): prevent FIFO blocking on startup when no reader connected (#4894) 2026-06-15 06:04:06 +08:00
followup-suggestions.md feat(cli): show follow-up suggestion in input placeholder (#5145) 2026-06-19 13:39:12 +08:00
headless.md feat(cli): headless / non-interactive runaway-protection guardrails (#4103) (#4502) 2026-05-26 00:06:26 +08:00
hooks.md feat(hooks): pass original API call ID (toolCallId) to hook system (#4918) 2026-06-18 08:20:38 +00:00
language.md refactor(cli): revert dynamic slash command LLM translation (#4145) 2026-05-15 16:01:16 +08:00
lsp.md fix(lsp): expose status and startup diagnostics (#3649) 2026-05-17 01:42:28 +08:00
markdown-rendering.md feat(cli): support /copy N to copy Nth-last AI message (#4761) 2026-06-08 10:08:45 +08:00
mcp.md feat(cli): match MCP resource completions by name and discover servers (#5733) 2026-06-23 11:25:51 +08:00
memory.md feat(memory): load .qwen/QWEN.local.md as project-local context (#4091) (#4394) 2026-05-25 11:22:55 +08:00
sandbox.md feat(cli): support tools.sandboxImage in settings (#3146) 2026-04-13 09:43:34 +08:00
scheduled-tasks.md feat(core): enable loop/cron tools by default (#4950) 2026-06-10 23:21:53 +08:00
skills.md feat(skills): support user-invocable frontmatter (#5037) 2026-06-13 06:09:23 +08:00
status-line.md fix(cli): clarify cumulative statusline token labels (#5400) 2026-06-19 17:39:31 +08:00
structured-output.md docs: user + design docs for --json-schema structured output (#4051) 2026-05-17 23:10:34 +08:00
sub-agents.md fix(agent): stop forking result-bearing work; keep omitted subagent_type awaitable (#5155) 2026-06-16 09:38:10 +08:00
tips.md feat: add contextual tips system with post-response context awareness (#2904) 2026-04-13 17:40:27 +08:00
token-caching.md feat: update docs 2025-12-12 19:37:36 +08:00
tool-use-summaries.md feat(cli,core): LLM-generated summary labels for tool-call batches (#3538) 2026-04-27 16:54:10 +08:00
worktree.md feat(worktree): Phase D — startup --worktree flag + symlinkDirectories + PR refs (#4381) 2026-05-27 17:04:51 +08:00