mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
Merge pull request #1540 from eyaltoledano/changeset-release/main
This commit is contained in:
committed by
Ralph Khreish
parent
a0007a3575
commit
db8165cb65
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"task-master-ai": patch
|
||||
---
|
||||
|
||||
Improved model search in `task-master models --setup` to match both display names and model IDs
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"task-master-ai": minor
|
||||
---
|
||||
|
||||
Added Gemini 3 Flash Preview model support for Google and Gemini CLI providers
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
28
CHANGELOG.md
28
CHANGELOG.md
@@ -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
|
||||
|
||||
|
||||
@@ -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 []:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# docs
|
||||
|
||||
## 0.0.16
|
||||
|
||||
## 0.0.15
|
||||
|
||||
## 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"private": true,
|
||||
"description": "Task Master documentation powered by Mintlify",
|
||||
"scripts": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -62,3 +62,10 @@
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
## null
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
10
package-lock.json
generated
10
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -19,3 +19,5 @@
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
@@ -22,4 +22,6 @@
|
||||
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
## 1.0.1
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# @tm/claude-code-plugin
|
||||
|
||||
## 0.0.10
|
||||
|
||||
## 0.0.9
|
||||
|
||||
## 0.0.8
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -48,3 +48,10 @@
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
## null
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @tm/core@null
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -3,3 +3,5 @@
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
## null
|
||||
|
||||
Reference in New Issue
Block a user