v1.0.0

virattt/dexterv1.0.0Jun 15, 2026by virattt

AI Summary

This release marks a major transition from date-based versioning to Semantic Versioning (SemVer). It introduces interactive question-asking capabilities to the agent, allowing users to pause and answer multiple-choice questions via CLI or chat widgets, while ensuring the system degrades gracefully on non-interactive channels.

Key Highlights

  • Switched from CalVer to SemVer
  • Added ask_user_question tool for CLI interaction
  • Introduced inline question widget with multi-select and free-text options
  • Implemented graceful degradation for non-CLI channels

Breaking Changes

  • Switching versioning from CalVer to SemVer

New Features

  • ask_user_question tool
  • inline question widget
  • graceful degradation on non-CLI channels

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