Skip to content

Commit f961235

Browse files
Merge pull request #1540 from eyaltoledano/changeset-release/main
1 parent a4bde62 commit f961235

File tree

20 files changed

+64
-62
lines changed

20 files changed

+64
-62
lines changed

.changeset/floppy-books-feel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/frank-ears-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-tigers-tap.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/list-watch-compact.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# task-master-ai
22

3+
## 0.40.0
4+
5+
### Minor Changes
6+
7+
- [#1538](https://github.com/eyaltoledano/claude-task-master/pull/1538) [`a2d5639`](https://github.com/eyaltoledano/claude-task-master/commit/a2d563991dd8ad6b8a9b76d0d43eac7a6156dd97) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Added Gemini 3 Flash Preview model support for Google and Gemini CLI providers
8+
9+
- [#1535](https://github.com/eyaltoledano/claude-task-master/pull/1535) [`4d1ed20`](https://github.com/eyaltoledano/claude-task-master/commit/4d1ed20345083ab2ec1c7fc268c69379281a68ea) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add auto-detection for IDE profiles in rules command
10+
- `tm rules add` now opens interactive setup with detected IDEs pre-selected
11+
- `tm rules add -y` auto-detects and installs rules without prompting
12+
- Detects 13 IDEs: Cursor, Claude Code, Windsurf, VS Code, Roo, Cline, Kiro, Zed, Kilo, Trae, Gemini, OpenCode, Codex
13+
14+
- [#1526](https://github.com/eyaltoledano/claude-task-master/pull/1526) [`38c2c08`](https://github.com/eyaltoledano/claude-task-master/commit/38c2c08af1f8de729d5d2dab586ec4622445f2db) Thanks [@eyaltoledano](https://github.com/eyaltoledano)! - Add watch mode and compact output to list command
15+
- Add `-w/--watch` flag to continuously monitor task changes with real-time updates
16+
- Add `-c/--compact` flag for minimal task output format
17+
- Add `--no-header` flag to hide the command header
18+
- Support file-based watching via fs.watch for local tasks.json
19+
- Support API-based watching via Supabase Realtime for authenticated users
20+
- Display last sync timestamp and source in watch mode
21+
22+
### Patch Changes
23+
24+
- [#1538](https://github.com/eyaltoledano/claude-task-master/pull/1538) [`a2d5639`](https://github.com/eyaltoledano/claude-task-master/commit/a2d563991dd8ad6b8a9b76d0d43eac7a6156dd97) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improved model search in `task-master models --setup` to match both display names and model IDs
25+
326
## 0.40.0-rc.0
427

528
### Minor Changes

apps/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@
3939

4040
### Patch Changes
4141

42+
- Updated dependencies []:
43+
- @tm/core@null
44+
45+
## null
46+
47+
### Patch Changes
48+
4249
- [#1396](https://github.com/eyaltoledano/claude-task-master/pull/1396) [`9883e83`](https://github.com/eyaltoledano/claude-task-master/commit/9883e83b78306e55003e960ea072a11048d89ec9) Thanks [@bjcoombs](https://github.com/bjcoombs)! - Fix box title alignment by adding emoji variant selector to warning sign
4350

4451
- Updated dependencies []:

apps/docs/CHANGELOG.md

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

3+
## 0.0.16
4+
35
## 0.0.15
46

57
## 0.0.14

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"private": true,
55
"description": "Task Master documentation powered by Mintlify",
66
"scripts": {

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"tailwindcss": "4.1.11",
276276
"typescript": "^5.9.2",
277277
"@tm/core": "*",
278-
"task-master-ai": "0.40.0-rc.0"
278+
"task-master-ai": "*"
279279
},
280280
"overrides": {
281281
"glob@<8": "^10.4.5",

0 commit comments

Comments
 (0)