Merge pull request #1540 from eyaltoledano/changeset-release/main

This commit is contained in:
github-actions[bot]
2025-12-19 13:14:48 +01:00
committed by GitHub
parent a4bde62ba9
commit f961235442
20 changed files with 64 additions and 62 deletions

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": patch
---
Improved model search in `task-master models --setup` to match both display names and model IDs

View File

@@ -1,5 +0,0 @@
---
"task-master-ai": minor
---
Added Gemini 3 Flash Preview model support for Google and Gemini CLI providers

View File

@@ -1,9 +0,0 @@
---
"task-master-ai": minor
---
Add auto-detection for IDE profiles in rules command
- `tm rules add` now opens interactive setup with detected IDEs pre-selected
- `tm rules add -y` auto-detects and installs rules without prompting
- Detects 13 IDEs: Cursor, Claude Code, Windsurf, VS Code, Roo, Cline, Kiro, Zed, Kilo, Trae, Gemini, OpenCode, Codex

View File

@@ -1,12 +0,0 @@
---
"task-master-ai": minor
---
Add watch mode and compact output to list command
- Add `-w/--watch` flag to continuously monitor task changes with real-time updates
- Add `-c/--compact` flag for minimal task output format
- Add `--no-header` flag to hide the command header
- Support file-based watching via fs.watch for local tasks.json
- Support API-based watching via Supabase Realtime for authenticated users
- Display last sync timestamp and source in watch mode

View File

@@ -1,23 +0,0 @@
{
"mode": "exit",
"tag": "rc",
"initialVersions": {
"task-master-ai": "0.39.0",
"@tm/cli": "",
"docs": "0.0.15",
"extension": "0.26.0",
"@tm/mcp": "",
"@tm/ai-sdk-provider-grok-cli": "",
"@tm/build-config": "",
"@tm/claude-code-plugin": "0.0.9",
"@tm/bridge": "",
"@tm/core": "",
"@tm/profiles": ""
},
"changesets": [
"floppy-books-feel",
"frank-ears-remain",
"gold-tigers-tap",
"list-watch-compact"
]
}

View File

@@ -1,5 +1,28 @@
# task-master-ai
## 0.40.0
### Minor Changes
- [#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
- [#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
- `tm rules add` now opens interactive setup with detected IDEs pre-selected
- `tm rules add -y` auto-detects and installs rules without prompting
- Detects 13 IDEs: Cursor, Claude Code, Windsurf, VS Code, Roo, Cline, Kiro, Zed, Kilo, Trae, Gemini, OpenCode, Codex
- [#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
- Add `-w/--watch` flag to continuously monitor task changes with real-time updates
- Add `-c/--compact` flag for minimal task output format
- Add `--no-header` flag to hide the command header
- Support file-based watching via fs.watch for local tasks.json
- Support API-based watching via Supabase Realtime for authenticated users
- Display last sync timestamp and source in watch mode
### Patch Changes
- [#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
## 0.40.0-rc.0
### Minor Changes

View File

@@ -39,6 +39,13 @@
### Patch Changes
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- [#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
- Updated dependencies []:

View File

@@ -1,5 +1,7 @@
# docs
## 0.0.16
## 0.0.15
## 0.0.14

View File

@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"description": "Task Master documentation powered by Mintlify",
"scripts": {

View File

@@ -275,7 +275,7 @@
"tailwindcss": "4.1.11",
"typescript": "^5.9.2",
"@tm/core": "*",
"task-master-ai": "0.40.0-rc.0"
"task-master-ai": "*"
},
"overrides": {
"glob@<8": "^10.4.5",

View File

@@ -62,3 +62,10 @@
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

8
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "task-master-ai",
"version": "0.39.0",
"version": "0.40.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "task-master-ai",
"version": "0.39.0",
"version": "0.40.0",
"license": "MIT WITH Commons-Clause",
"workspaces": [
"apps/*",
@@ -162,7 +162,7 @@
"license": "MIT"
},
"apps/docs": {
"version": "0.0.15",
"version": "0.0.16",
"devDependencies": {
"mintlify": "^4.2.243"
}
@@ -36284,7 +36284,7 @@
},
"packages/claude-code-plugin": {
"name": "@tm/claude-code-plugin",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT WITH Commons-Clause"
},
"packages/tm-bridge": {

View File

@@ -1,6 +1,6 @@
{
"name": "task-master-ai",
"version": "0.40.0-rc.0",
"version": "0.40.0",
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
"main": "index.js",
"type": "module",

View File

@@ -19,3 +19,5 @@
## null
## null
## null

View File

@@ -22,4 +22,6 @@
## null
## null
## 1.0.1

View File

@@ -1,5 +1,7 @@
# @tm/claude-code-plugin
## 0.0.10
## 0.0.9
## 0.0.8

View File

@@ -1,6 +1,6 @@
{
"name": "@tm/claude-code-plugin",
"version": "0.0.9",
"version": "0.0.10",
"description": "Task Master AI plugin for Claude Code - AI-powered task management with commands, agents, and MCP integration",
"type": "module",
"private": true,

View File

@@ -48,3 +48,10 @@
- Updated dependencies []:
- @tm/core@null
## null
### Patch Changes
- Updated dependencies []:
- @tm/core@null

View File

@@ -22,6 +22,8 @@
## null
## null
## 0.26.1
All notable changes to the @task-master/tm-core package will be documented in this file.

View File

@@ -3,3 +3,5 @@
## null
## null
## null