Commit daff1bd
committed
feat: Release v1.4.1 with Prompts System, Archive Management, and Relative Path Support
## 🆕 Major Features Added
### Prompts System (Issue #8)
- Add global prompts configuration with instructions, taskPrefix, and taskSuffix
- New tools: get_prompts, set_prompts, update_prompts, remove_prompts
- Automatic timestamp tracking and validation
- Seamless integration with existing task workflow
- Backward compatibility with files without prompts
### Archive Management (Issue #9)
- Complete task archiving system to keep active lists clean
- New tools: archive_completed_requests, list_archived_requests, restore_archived_request
- Full history preservation with metadata and timestamps
- Search and filtering capabilities for archived requests
- Configurable archive modes (manual/auto-complete)
### Enhanced Path Resolution (Issue #7)
- Full relative path support with cross-platform compatibility
- Support for TASK_MANAGER_BASE_DIR environment variable
- Robust path resolution using Node.js path.resolve() and path.normalize()
- Enhanced error handling and fallback mechanisms
## 📋 Updated Documentation
- README.md: Added all v1.4.1 features, updated version badge, enhanced configuration examples
- CHANGELOG.md: Comprehensive v1.4.1 release notes with detailed feature descriptions
- OVERVIEW.md: Updated project status and capabilities overview
- examples/: Updated all MCP configuration files with new environment variables
- examples/example-system-prompt.md: Complete overhaul with v1.4.1 workflow integration
## 🔧 Configuration Updates
- Updated mcp_config_json.json and mcp_config_yaml.json with new options
- Added comprehensive mcp_config_comprehensive.json with detailed comments
- Enhanced README configuration section with basic and advanced examples
## ✅ Testing & Validation
- Thoroughly tested all new tools and features
- Verified cross-platform path resolution on Windows
- Confirmed backward compatibility with existing task files
- Validated prompts system integration and archive functionality
## 🏗️ Technical Improvements
- Enhanced error handling across all new features
- Improved type safety and validation
- Better cross-platform compatibility
- Robust file operations with proper error recovery
Resolves #7, #8, #91 parent c2ac0f4 commit daff1bd
File tree
15 files changed
+1279
-89
lines changed- examples
- src
- schemas
- server
- services
- tools
- types
- utils
15 files changed
+1279
-89
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
8 | 50 | | |
9 | 51 | | |
10 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
75 | 90 | | |
76 | 91 | | |
77 | 92 | | |
| |||
122 | 137 | | |
123 | 138 | | |
124 | 139 | | |
| 140 | + | |
125 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
126 | 145 | | |
127 | 146 | | |
128 | 147 | | |
| |||
205 | 224 | | |
206 | 225 | | |
207 | 226 | | |
208 | | - | |
| 227 | + | |
209 | 228 | | |
210 | 229 | | |
211 | 230 | | |
| |||
0 commit comments