Changelog
This page documents all GDT version updates.
[0.1.0-alpha.1] - 2026-01-17
First Alpha Release
This is the first Alpha release of GDT, implementing core functionality.
New Features
Conversational Task Management
- Natural language task creation, querying, modification
- Smart intent understanding
- Context-aware conversations
Smart Task Decomposition
- AI-driven task breakdown
- Time estimation
- Risk identification and dependency analysis
- Interactive clarification questions
GTD Workflow
- Quick inbox capture
- Task clarification and organization
- Project and context management
- Daily/weekly reviews
TaskWarrior Integration
- Seamless TaskWarrior 3.x integration
- Automatic UDA configuration
- Real-time data sync
Privacy Controls
- Local data storage
- Encrypted conversation history
- Optional history recording
- One-click data deletion
CLI Interface
- Interactive mode
- Direct prompt mode
- Command auto-completion
Technical Features
- Claude Agent SDK integration
- Streaming response support
- API usage tracking
- Error recovery mechanisms
Known Limitations
- Only supports Anthropic Claude API
- Requires TaskWarrior pre-installed
- No multi-user support yet
Roadmap
Coming Soon
[0.1.0-beta.1] - Expected Feb 2026
- Calendar integration
- Time block planning
- More LLM provider support
- Performance optimization
[0.2.0] - Expected Mar 2026
- MCP tool extensions
- Plugin system
- Custom prompts
- Team collaboration features
Upgrade Guide
Upgrading from Alpha to Beta
bash
# Backup data
cp -r ~/.gdt/ ~/.gdt.backup/
# Upgrade
npm update -g gdt
# Verify
gdt --versionContributors
Thanks to everyone who contributed to GDT!
- Core team
- Community contributors
- Beta testers
Found an issue or have suggestions? Create an Issue.