v1.0.0
HKUDS/LightRAGv1.0.0Jun 15, 2026by virattt
AI Summary
Dexter 1.0.0 switches versioning from date-based to Semantic Versioning (SemVer). It introduces an `ask_user_question` tool for the agent to pause and ask multiple-choice questions in the CLI and adds an inline question widget in the chat with options like multi-select and free-text.
Key Highlights
- Switched from date-based versioning to SemVer
- Added `ask_user_question` tool for interactive CLI pauses
- Inline question widget with multi-select and free-text options
- Graceful degradation on non-interactive channels
New Features
- Interactive question tool
- CLI question widget
- Chat tabbed options
- Session state extension capabilities
Full Release Notes
Dexter 1.0.0 marks the switch from date-based versioning to SemVer. ### Changes - Add ask_user_question tool so the agent can pause mid-turn and ask 1–4 multiple-choice questions in the CLI - Show an inline question widget in the chat (tabbed options, multi-select, free-text "Other", optional notes) - Degrade gracefully on non-CLI channels (WhatsApp/gateway/subagents) when no interactive user is available - Switch versioning from CalVer to SemVer starting at 1.0.0