fix: change default context filename from QWEN.md to AGENTS.md#2654
fix: change default context filename from QWEN.md to AGENTS.md#2654qwen-code-dev-bot wants to merge 2 commits intomainfrom
Conversation
- Use scripts/get-release-version.js for version calculation - Preview versions now use incrementing format (0.13.0-preview.N) - Matches CLI release version format - Fixes inconsistency between CLI and VSCode preview versions
- Update DEFAULT_CONTEXT_FILENAME to 'AGENTS.md' so /init command creates AGENTS.md - Keep QWEN.md in the filename list for backward compatibility - Update help text and comments to reflect the new default
📋 Review SummaryThis PR changes the default context filename from 🔍 General Feedback
🎯 Specific Feedback🟡 High
// Current (incorrect comment):
// QWEN.md is first to maintain backward compatibility (used by /init command and save_memory tool).
// Should be:
// AGENTS.md is first as the new default, QWEN.md is kept for backward compatibility.Note: I see this is actually fixed in the diff at lines 88-89, but the current file still shows the old comment. Please verify the file was saved correctly. 🟢 Medium
🔵 Low
✅ Highlights
|
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
Fixes #2527
Changes
DEFAULT_CONTEXT_FILENAMEfromQWEN.mdtoAGENTS.mdinpackages/core/src/tools/memoryTool.tsQWEN.mdin the filename list for backward compatibility (reading both files still works)Impact
/initcommand will now createAGENTS.mdinstead ofQWEN.mdQWEN.mdfiles will still be read (backward compatible)