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
5 changes: 0 additions & 5 deletions .changeset/openapi-compact-security.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/openapi-mcp-descriptions.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# incur

## 0.4.14

### Patch Changes

- 539d0ac: Added `compact` and `security` OpenAPI config options for trimming generated command schemas and skipping credential option injection.
- 4c0fc4b: Included OpenAPI operation descriptions in MCP tool descriptions by concatenating summary and description; CLI help keeps the short summary.

## 0.4.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"[!start-pkg]": "",
"name": "incur",
"type": "module",
"version": "0.4.13",
"version": "0.4.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down