qwen-code/packages
LaZzyMan 0eee42fa6a fix: correct schema field name for context.loadFromIncludeDirectories
The schema incorrectly defined the field as 'loadMemoryFromIncludeDirectories'
while the migration map and documentation specified 'loadFromIncludeDirectories'.
This caused user configurations to be ignored.

Changes:
- Rename schema field from loadMemoryFromIncludeDirectories to loadFromIncludeDirectories
- Update all references in config loading and UI components
- Update test cases to reflect the correct field name

Fixes #1603
2026-01-26 15:09:36 +08:00
..
cli fix: correct schema field name for context.loadFromIncludeDirectories 2026-01-26 15:09:36 +08:00
core Merge pull request #1592 from QwenLM/feat/extension-improvements 2026-01-26 10:36:36 +08:00
sdk-java add qwencode-sdk java doc 2026-01-06 17:18:41 +08:00
sdk-typescript chore: remove tiktoken dependency and replace with character-based token estimation 2026-01-17 22:39:18 +08:00
test-utils chore(release): bump version to 0.8.0 2026-01-20 17:39:43 +08:00
vscode-ide-companion chore(release): bump version to 0.8.0 2026-01-20 17:39:43 +08:00