qwen-code/packages
LaZzyMan 67b8c06fec fix(core): restore dynamic ignore-file message, wrap /learn input as opaque data
- 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.
2026-07-15 11:03:27 +08:00
..
acp-bridge feat(web-shell): render composer references in user messages (#6537) 2026-07-11 17:44:47 +00:00
audio-capture chore(release): v0.19.9 (#6693) 2026-07-11 00:35:15 +00:00
channels feat(channels): recover daemon sessions after restarts (#6680) 2026-07-11 18:57:57 +00:00
chrome-extension chore(release): v0.19.9 (#6693) 2026-07-11 00:35:15 +00:00
cli test: update tests for auto-skill default change, fix stale conflict resolution 2026-07-13 16:46:17 +08:00
core fix(core): restore dynamic ignore-file message, wrap /learn input as opaque data 2026-07-15 11:03:27 +08:00
cua-driver chore(cua-driver): update version refs to 0.7.1 + add fix doc (#6616) 2026-07-09 14:43:58 +00:00
desktop fix(desktop): preserve MCP URL query suffixes (#6587) 2026-07-11 10:16:51 +00:00
mobile-mcp fix(core): add Claude Opus 4.6-4.8 token limits (#6718) 2026-07-11 12:28:33 +00:00
sdk-java fix(core): Align MCP OAuth guidance and docs (#5589) 2026-06-24 07:09:53 +08:00
sdk-python feat(sdk): add control request methods for effort, models, usage, context (#6492) 2026-07-11 10:08:12 +00:00
sdk-typescript feat(web-shell): render composer references in user messages (#6537) 2026-07-11 17:44:47 +00:00
vscode-ide-companion Merge branch 'main' into lazzy/learn-command-clean 2026-07-12 10:47:11 +08:00
web-shell fix(web-shell): correct stale composerTagIcons import in ScheduledTasksDialog (#6748) 2026-07-12 02:43:45 +00:00
web-templates chore(release): v0.19.9 (#6693) 2026-07-11 00:35:15 +00:00
webui feat(web-shell): render composer references in user messages (#6537) 2026-07-11 17:44:47 +00:00
zed-extension chore(deps): upgrade ink 6.2.3 → 7.0.2 + bump Node engine to 22 (#3860) 2026-05-11 17:29:50 +08:00