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 Ralph Khreish
parent a0007a3575
commit db8165cb65
20 changed files with 61 additions and 75 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,26 +0,0 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"task-master-ai": "0.40.0-rc.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": [
"afraid-rocks-add",
"floppy-books-feel",
"frank-ears-remain",
"gold-tigers-tap",
"list-watch-compact",
"new-grapes-accept",
"violet-colts-sip"
]
}

View File

@@ -1,17 +1,27 @@
# task-master-ai
## 0.40.0-rc.1
## 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
- [#1523](https://github.com/eyaltoledano/claude-task-master/pull/1523) [`fc1a79f`](https://github.com/eyaltoledano/claude-task-master/commit/fc1a79f2565b0d8c24f009aec2c473a335262ae2) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Codex cli Validate reasoning effort against model capabilities
- Add provider-level reasoning effort validation for OpenAI models
- Automatically cap unsupported effort levels (e.g., 'xhigh' on gpt-5.1 and gpt-5 becomes 'high')
- [#1523](https://github.com/eyaltoledano/claude-task-master/pull/1523) [`fc1a79f`](https://github.com/eyaltoledano/claude-task-master/commit/fc1a79f2565b0d8c24f009aec2c473a335262ae2) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Improve json schemas for ai-related commands making it more compatible with openai models
- Fixes #1541 #1542
- [#1542](https://github.com/eyaltoledano/claude-task-master/pull/1542) [`b817d6f`](https://github.com/eyaltoledano/claude-task-master/commit/b817d6f9f278c84785ec468f9b305e70c47266f6) Thanks [@mdimitrovg](https://github.com/mdimitrovg)! - Fixed vertex-ai authentication when using service account and vertex location env variable.
- [#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

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.1"
"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

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "task-master-ai",
"version": "0.40.0-rc.1",
"version": "0.40.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "task-master-ai",
"version": "0.40.0-rc.1",
"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"
}
@@ -1850,7 +1850,7 @@
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "4.1.11",
"task-master-ai": "0.40.0-rc.1",
"task-master-ai": "*",
"typescript": "^5.9.2"
},
"engines": {
@@ -36285,7 +36285,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.1",
"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