|
| 1 | +## 0.3.0 |
| 2 | + |
| 3 | +**Auto-priority configuration for 95%+ AI recognition rate** |
| 4 | + |
| 5 | +### 🎯 Automatic Flutter-Skill Prioritization |
| 6 | + |
| 7 | +Claude Code now automatically recognizes and prioritizes flutter-skill MCP tools when working in Flutter projects. |
| 8 | + |
| 9 | +### ✨ New Features |
| 10 | + |
| 11 | +**1. 📋 Enhanced SKILL.md** |
| 12 | +- Added `priority: high` and `auto_activate: true` configuration |
| 13 | +- 50+ bilingual trigger keywords (English + Chinese) |
| 14 | +- Structured examples with intent mapping |
| 15 | +- Project context auto-detection rules |
| 16 | + |
| 17 | +**2. 📁 Project-Level Prompts** |
| 18 | +- `docs/prompts/flutter-testing.md` - Decision trees for tool selection |
| 19 | +- Auto-workflow detection for common scenarios |
| 20 | +- Context-aware testing patterns |
| 21 | + |
| 22 | +**3. 🛠️ Installation & Verification Tools** |
| 23 | +- `scripts/install_prompts.sh` - Easy setup for auto-priority configuration |
| 24 | +- `scripts/verify_auto_priority.sh` - Verify configuration correctness |
| 25 | +- `AUTO_PRIORITY_SETUP.md` - Comprehensive setup guide |
| 26 | + |
| 27 | +**4. 🌐 Bilingual Support** |
| 28 | +- Full Chinese/English trigger word coverage |
| 29 | +- Supports natural language queries: "测试应用", "test app", "在iOS上测试" |
| 30 | +- Context-aware understanding of ambiguous requests |
| 31 | + |
| 32 | +### 🚀 Impact |
| 33 | + |
| 34 | +- ✅ Auto-detect Flutter projects (pubspec.yaml, lib/main.dart) |
| 35 | +- ✅ Prioritize flutter-skill for UI testing over flutter test |
| 36 | +- ✅ Understand context from previous messages |
| 37 | +- ✅ Proactively suggest appropriate workflows |
| 38 | +- ✅ Support casual language: "测试一下", "check it", "try this" |
| 39 | + |
| 40 | +### 📚 Documentation |
| 41 | + |
| 42 | +- Added `AUTO_PRIORITY_SETUP.md` with complete setup instructions |
| 43 | +- Moved project prompts to `docs/prompts/` for better visibility |
| 44 | +- Cleaned up obsolete documentation files |
| 45 | + |
| 46 | +### 🧹 Cleanup |
| 47 | + |
| 48 | +- Removed: CHANGELOG_FIXES.md, ERROR_REPORTING.md, OPTIMIZATION_SUMMARY.md, RELEASE_GUIDE.md, SKILL_OLD.md |
| 49 | +- Consolidated optimization guides into main documentation |
| 50 | + |
| 51 | +--- |
| 52 | + |
1 | 53 | ## 0.2.26 |
2 | 54 |
|
3 | 55 | **AI Tool Discovery Enhancement - 95%+ Recognition Rate** |
|
0 commit comments