Releases: butttons/dora
Releases · butttons/dora
v1.6.1: pi agent support
Features
- feat: add missing languages as valid options for
dora init(#11)
Patch Changes
- Add
agent-setupcookbook recipe with setup instructions for Claude Code, pi, OpenCode, Cursor, Windsurf, and MCP - Add pi integration guide to AGENTS documentation with project-local extensions and plan mode support. pi.dev
- Rename AGENTS.md to AGENTS.README.md for clarity
- Update docs site with pi references and agent-setup cookbook tips
v1.6.0
Minor Changes
- Add MCP (Model Context Protocol) server via
dora mcpcommand - All 29 dora commands available as MCP tools for AI assistants
- Simple setup for Claude Code:
claude mcp add --transport stdio dora -- dora mcp - Add Zod schema validation for all command results
- Refactor type system with dedicated
src/schemas/directory
Patch Changes
- Fix TypeScript strict mode errors across codebase
- Add type checking to CI workflow
- Standardize command output patterns for better consistency
v1.5.0
v1.4.6
Bug Fixes
- Fix indexer crash: update convertToDatabase call to use object parameters instead of positional arguments
- Fix database lock error during full rebuild by closing existing connections and removing database file before reindexing
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- Add
--languageflag todora initfor explicit language specification (typescript, javascript, python, rust, go, java) (#6) - Optimize document processing performance and fix
--ignoreflag handling (#5) - Refactor multi-parameter functions to use object parameters for better readability and maintainability
Usage
# Initialize in any directory with explicit language
dora init --language python
dora init -l rustFull Changelog: v1.4.4...v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
Features
- cookbook: Refactor to subcommands with format option
- Add
dora cookbook listanddora cookbook showsubcommands - Support
--formatflag (json/markdown) for both subcommands - Read cookbook files from
.dora/cookbook/for customization - Copy cookbook templates during
dora init
- Add