16 lines
563 B
Markdown
16 lines
563 B
Markdown
# Changelog
|
|
|
|
## 0.2.0 — 2026-05-02
|
|
|
|
- Removed stale MCP config references from core config documentation.
|
|
- Updated `dew init` defaults to generate only supported project config.
|
|
|
|
## 0.1.0 — 2026-04-25
|
|
|
|
Initial release.
|
|
|
|
- `DewCommand` base class with arg-parser-driven CLI and MCP tool dual-mode
|
|
- `DewToolCommand` mixin for commands that expose an MCP tool
|
|
- `CommandRegistry` for feature-package command registration
|
|
- `ProjectContext` for locating and loading `.project/dew.yaml`
|
|
- `schemaFromArgParser` helper for generating JSON Schema from `ArgParser`
|