Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @butttons/dora

## 1.7.0

### Minor Changes

- Default output format is now TOON (Token-Oriented Object Notation) for reduced token usage
- Add global `--json` flag to all commands for JSON output
- Add npm publishing to release workflow

### Patch Changes

- Fix agents readme file link in docs website

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@butttons/dora",
"version": "1.6.1",
"version": "1.7.0",
"module": "src/index.ts",
"type": "module",
"description": "Fast code intelligence for AI agents. Query symbols, dependencies, and references without reading files.",
Expand Down