Skip to content

Commit 31585f7

Browse files
Merge pull request #88 from Doist/release-please--branches--main--components--twist-ai
2 parents 2e5d07e + 00a8a68 commit 31585f7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/Doist/twist-ai/compare/v3.1.0...v4.0.0) (2026-01-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **mcp:** Tool names changed (e.g. load_thread -> load-thread, fetch_inbox -> fetch-inbox, mark_done -> mark-done).
9+
10+
### Features
11+
12+
* **mcp:** switch tool names to kebab-case ([06f4404](https://github.com/Doist/twist-ai/commit/06f4404dcf90168d89f91e3abdee499ad0462df5)), closes [#82](https://github.com/Doist/twist-ai/issues/82)
13+
314
## [3.1.0](https://github.com/Doist/twist-ai/compare/v3.0.1...v3.1.0) (2026-01-27)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/twist-ai",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)