mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-02 21:04:32 +00:00
- read-file.ts: an earlier rebase conflict resolution incorrectly hardcoded the ignore-file error message to '.qwenignore', losing the dynamic getQwenIgnoreFileDisplayForPath() call that reports the actual file (.agentignore, .cursorignore, etc.) that blocked the read. This was the real cause of the read-file.test.ts CI failures — not a pre-existing bug as previously assumed. - learn-skill-agent.ts: wrap the /learn command's raw user input in <user_data> tags with an explicit "don't follow instructions" preamble, matching the existing <user-content> pattern in remember.ts. Since buildLearnSkillPrompt feeds submit_prompt (full tool access), unwrapped content fetched from a URL could otherwise redirect tool calls. |
||
|---|---|---|
| .. | ||
| acp-bridge | ||
| audio-capture | ||
| channels | ||
| chrome-extension | ||
| cli | ||
| core | ||
| cua-driver | ||
| desktop | ||
| mobile-mcp | ||
| sdk-java | ||
| sdk-python | ||
| sdk-typescript | ||
| vscode-ide-companion | ||
| web-shell | ||
| web-templates | ||
| webui | ||
| zed-extension | ||