Compare commits
6 Commits
task-maste
...
feat/0.22.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4ae526337 | ||
|
|
3e50b53d56 | ||
|
|
9ef66c764e | ||
|
|
d364a60f14 | ||
|
|
2e7c2c40c7 | ||
|
|
292bc3ff49 |
5
.changeset/fix-gemini-cli-dependency.md
Normal file
5
.changeset/fix-gemini-cli-dependency.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"task-master-ai": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix compatibility with @google/gemini-cli-core v0.1.12+ by updating ai-sdk-provider-gemini-cli to v0.1.1.
|
||||||
5
.changeset/fresh-bugs-squashed.md
Normal file
5
.changeset/fresh-bugs-squashed.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"task-master-ai": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix 'expand --all' and 'show' commands to correctly handle tag contexts for complexity reports and task display.
|
||||||
5
.changeset/happy-sites-stay.md
Normal file
5
.changeset/happy-sites-stay.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"task-master-ai": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Clean up remaining automatic task file generation calls
|
||||||
24
.changeset/orange-pots-add.md
Normal file
24
.changeset/orange-pots-add.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
"task-master-ai": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Add comprehensive Kiro IDE integration with autonomous task management hooks
|
||||||
|
|
||||||
|
- **Kiro Profile**: Added full support for Kiro IDE with automatic installation of 7 Taskmaster agent hooks
|
||||||
|
- **Hook-Driven Workflow**: Introduced natural language automation hooks that eliminate manual task status updates
|
||||||
|
- **Automatic Hook Installation**: Hooks are now automatically copied to `.kiro/hooks/` when running `task-master rules add kiro`
|
||||||
|
- **Language-Agnostic Support**: All hooks support multiple programming languages (JS, Python, Go, Rust, Java, etc.)
|
||||||
|
- **Frontmatter Transformation**: Kiro rules use simplified `inclusion: always` format instead of Cursor's complex frontmatter
|
||||||
|
- **Special Rule**: Added `taskmaster_hooks_workflow.md` that guides AI assistants to prefer hook-driven completion
|
||||||
|
|
||||||
|
Key hooks included:
|
||||||
|
|
||||||
|
- Task Dependency Auto-Progression: Automatically starts tasks when dependencies complete
|
||||||
|
- Code Change Task Tracker: Updates task progress as you save files
|
||||||
|
- Test Success Task Completer: Marks tasks done when tests pass
|
||||||
|
- Daily Standup Assistant: Provides personalized task status summaries
|
||||||
|
- PR Readiness Checker: Validates task completion before creating pull requests
|
||||||
|
- Complexity Analyzer: Auto-expands complex tasks into manageable subtasks
|
||||||
|
- Git Commit Task Linker: Links commits to tasks for better traceability
|
||||||
|
|
||||||
|
This creates a truly autonomous development workflow where task management happens naturally as you code!
|
||||||
16
.changeset/pre.json
Normal file
16
.changeset/pre.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"mode": "pre",
|
||||||
|
"tag": "rc",
|
||||||
|
"initialVersions": {
|
||||||
|
"task-master-ai": "0.21.0",
|
||||||
|
"extension": "0.20.0"
|
||||||
|
},
|
||||||
|
"changesets": [
|
||||||
|
"fix-gemini-cli-dependency",
|
||||||
|
"fresh-bugs-squashed",
|
||||||
|
"happy-sites-stay",
|
||||||
|
"orange-pots-add",
|
||||||
|
"quiet-rabbits-bathe",
|
||||||
|
"swift-otters-argue"
|
||||||
|
]
|
||||||
|
}
|
||||||
10
.changeset/quiet-rabbits-bathe.md
Normal file
10
.changeset/quiet-rabbits-bathe.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
"task-master-ai": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix max_tokens limits for OpenRouter and Groq models
|
||||||
|
|
||||||
|
- Add special handling in config-manager.js for custom OpenRouter models to use a conservative default of 32,768 max_tokens
|
||||||
|
- Update qwen/qwen-turbo model max_tokens from 1,000,000 to 32,768 to match OpenRouter's actual limits
|
||||||
|
- Fix moonshotai/kimi-k2-instruct max_tokens to 16,384 to match Groq's actual limit (fixes #1028)
|
||||||
|
- This prevents "maximum context length exceeded" errors when using OpenRouter models not in our supported models list
|
||||||
5
.changeset/swift-otters-argue.md
Normal file
5
.changeset/swift-otters-argue.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"task-master-ai": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix VSCode profile generation to use correct rule file names (using `.instructions.md` extension instead of `.md`) and front-matter properties (removing the unsupported `alwaysApply` property from instructions files' front-matter).
|
||||||
5
.changeset/thick-squids-attend.md
Normal file
5
.changeset/thick-squids-attend.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"task-master-ai": minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Prompt to generate a complexity report when it is missing
|
||||||
45
.github/PULL_REQUEST_TEMPLATE.md
vendored
45
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,45 +0,0 @@
|
|||||||
# What type of PR is this?
|
|
||||||
<!-- Check one -->
|
|
||||||
|
|
||||||
- [ ] 🐛 Bug fix
|
|
||||||
- [ ] ✨ Feature
|
|
||||||
- [ ] 🔌 Integration
|
|
||||||
- [ ] 📝 Docs
|
|
||||||
- [ ] 🧹 Refactor
|
|
||||||
- [ ] Other:
|
|
||||||
## Description
|
|
||||||
<!-- What does this PR do? -->
|
|
||||||
|
|
||||||
## Related Issues
|
|
||||||
<!-- Link issues: Fixes #123 -->
|
|
||||||
|
|
||||||
## How to Test This
|
|
||||||
<!-- Quick steps to verify the changes work -->
|
|
||||||
```bash
|
|
||||||
# Example commands or steps
|
|
||||||
```
|
|
||||||
|
|
||||||
**Expected result:**
|
|
||||||
<!-- What should happen? -->
|
|
||||||
|
|
||||||
## Contributor Checklist
|
|
||||||
|
|
||||||
- [ ] Created changeset: `npm run changeset`
|
|
||||||
- [ ] Tests pass: `npm test`
|
|
||||||
- [ ] Format check passes: `npm run format-check` (or `npm run format` to fix)
|
|
||||||
- [ ] Addressed CodeRabbit comments (if any)
|
|
||||||
- [ ] Linked related issues (if any)
|
|
||||||
- [ ] Manually tested the changes
|
|
||||||
|
|
||||||
## Changelog Entry
|
|
||||||
<!-- One line describing the change for users -->
|
|
||||||
<!-- Example: "Added Kiro IDE integration with automatic task status updates" -->
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### For Maintainers
|
|
||||||
|
|
||||||
- [ ] PR title follows conventional commits
|
|
||||||
- [ ] Target branch correct
|
|
||||||
- [ ] Labels added
|
|
||||||
- [ ] Milestone assigned (if applicable)
|
|
||||||
39
.github/PULL_REQUEST_TEMPLATE/bugfix.md
vendored
39
.github/PULL_REQUEST_TEMPLATE/bugfix.md
vendored
@@ -1,39 +0,0 @@
|
|||||||
## 🐛 Bug Fix
|
|
||||||
|
|
||||||
### 🔍 Bug Description
|
|
||||||
<!-- Describe the bug -->
|
|
||||||
|
|
||||||
### 🔗 Related Issues
|
|
||||||
<!-- Fixes #123 -->
|
|
||||||
|
|
||||||
### ✨ Solution
|
|
||||||
<!-- How does this PR fix the bug? -->
|
|
||||||
|
|
||||||
## How to Test
|
|
||||||
|
|
||||||
### Steps that caused the bug:
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
|
|
||||||
**Before fix:**
|
|
||||||
**After fix:**
|
|
||||||
|
|
||||||
### Quick verification:
|
|
||||||
```bash
|
|
||||||
# Commands to verify the fix
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributor Checklist
|
|
||||||
- [ ] Created changeset: `npm run changeset`
|
|
||||||
- [ ] Tests pass: `npm test`
|
|
||||||
- [ ] Format check passes: `npm run format-check`
|
|
||||||
- [ ] Addressed CodeRabbit comments
|
|
||||||
- [ ] Added unit tests (if applicable)
|
|
||||||
- [ ] Manually verified the fix works
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### For Maintainers
|
|
||||||
- [ ] Root cause identified
|
|
||||||
- [ ] Fix doesn't introduce new issues
|
|
||||||
- [ ] CI passes
|
|
||||||
11
.github/PULL_REQUEST_TEMPLATE/config.yml
vendored
11
.github/PULL_REQUEST_TEMPLATE/config.yml
vendored
@@ -1,11 +0,0 @@
|
|||||||
blank_issues_enabled: false
|
|
||||||
contact_links:
|
|
||||||
- name: 🐛 Bug Fix
|
|
||||||
url: https://github.com/eyaltoledano/claude-task-master/compare/next...HEAD?template=bugfix.md
|
|
||||||
about: Fix a bug in Task Master
|
|
||||||
- name: ✨ New Feature
|
|
||||||
url: https://github.com/eyaltoledano/claude-task-master/compare/next...HEAD?template=feature.md
|
|
||||||
about: Add a new feature to Task Master
|
|
||||||
- name: 🔌 New Integration
|
|
||||||
url: https://github.com/eyaltoledano/claude-task-master/compare/next...HEAD?template=integration.md
|
|
||||||
about: Add support for a new tool, IDE, or platform
|
|
||||||
49
.github/PULL_REQUEST_TEMPLATE/feature.md
vendored
49
.github/PULL_REQUEST_TEMPLATE/feature.md
vendored
@@ -1,49 +0,0 @@
|
|||||||
## ✨ New Feature
|
|
||||||
|
|
||||||
### 📋 Feature Description
|
|
||||||
<!-- Brief description -->
|
|
||||||
|
|
||||||
### 🎯 Problem Statement
|
|
||||||
<!-- What problem does this feature solve? Why is it needed? -->
|
|
||||||
|
|
||||||
### 💡 Solution
|
|
||||||
<!-- How does this feature solve the problem? What's the approach? -->
|
|
||||||
|
|
||||||
### 🔗 Related Issues
|
|
||||||
<!-- Link related issues: Fixes #123, Part of #456 -->
|
|
||||||
|
|
||||||
## How to Use It
|
|
||||||
|
|
||||||
### Quick Start
|
|
||||||
```bash
|
|
||||||
# Basic usage example
|
|
||||||
```
|
|
||||||
|
|
||||||
### Example
|
|
||||||
<!-- Show a real use case -->
|
|
||||||
```bash
|
|
||||||
# Practical example
|
|
||||||
```
|
|
||||||
|
|
||||||
**What you should see:**
|
|
||||||
<!-- Expected behavior -->
|
|
||||||
|
|
||||||
## Contributor Checklist
|
|
||||||
- [ ] Created changeset: `npm run changeset`
|
|
||||||
- [ ] Tests pass: `npm test`
|
|
||||||
- [ ] Format check passes: `npm run format-check`
|
|
||||||
- [ ] Addressed CodeRabbit comments
|
|
||||||
- [ ] Added tests for new functionality
|
|
||||||
- [ ] Manually tested in CLI mode
|
|
||||||
- [ ] Manually tested in MCP mode (if applicable)
|
|
||||||
|
|
||||||
## Changelog Entry
|
|
||||||
<!-- One-liner for release notes -->
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### For Maintainers
|
|
||||||
|
|
||||||
- [ ] Feature aligns with project vision
|
|
||||||
- [ ] CIs pass
|
|
||||||
- [ ] Changeset file exists
|
|
||||||
53
.github/PULL_REQUEST_TEMPLATE/integration.md
vendored
53
.github/PULL_REQUEST_TEMPLATE/integration.md
vendored
@@ -1,53 +0,0 @@
|
|||||||
# 🔌 New Integration
|
|
||||||
|
|
||||||
## What tool/IDE is being integrated?
|
|
||||||
|
|
||||||
<!-- Name and brief description -->
|
|
||||||
|
|
||||||
## What can users do with it?
|
|
||||||
|
|
||||||
<!-- Key benefits -->
|
|
||||||
|
|
||||||
## How to Enable
|
|
||||||
|
|
||||||
### Setup
|
|
||||||
|
|
||||||
```bash
|
|
||||||
task-master rules add [name]
|
|
||||||
# Any other setup steps
|
|
||||||
```
|
|
||||||
|
|
||||||
### Example Usage
|
|
||||||
|
|
||||||
<!-- Show it in action -->
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Real example
|
|
||||||
```
|
|
||||||
|
|
||||||
### Natural Language Hooks (if applicable)
|
|
||||||
|
|
||||||
```
|
|
||||||
"When tests pass, mark task as done"
|
|
||||||
# Other examples
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributor Checklist
|
|
||||||
|
|
||||||
- [ ] Created changeset: `npm run changeset`
|
|
||||||
- [ ] Tests pass: `npm test`
|
|
||||||
- [ ] Format check passes: `npm run format-check`
|
|
||||||
- [ ] Addressed CodeRabbit comments
|
|
||||||
- [ ] Integration fully tested with target tool/IDE
|
|
||||||
- [ ] Error scenarios tested
|
|
||||||
- [ ] Added integration tests
|
|
||||||
- [ ] Documentation includes setup guide
|
|
||||||
- [ ] Examples are working and clear
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## For Maintainers
|
|
||||||
|
|
||||||
- [ ] Integration stability verified
|
|
||||||
- [ ] Documentation comprehensive
|
|
||||||
- [ ] Examples working
|
|
||||||
47
CHANGELOG.md
47
CHANGELOG.md
@@ -1,52 +1,5 @@
|
|||||||
# task-master-ai
|
# task-master-ai
|
||||||
|
|
||||||
## 0.22.0
|
|
||||||
|
|
||||||
### Minor Changes
|
|
||||||
|
|
||||||
- [#1043](https://github.com/eyaltoledano/claude-task-master/pull/1043) [`dc44ed9`](https://github.com/eyaltoledano/claude-task-master/commit/dc44ed9de8a57aca5d39d3a87565568bd0a82068) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Prompt to generate a complexity report when it is missing
|
|
||||||
|
|
||||||
- [#1032](https://github.com/eyaltoledano/claude-task-master/pull/1032) [`4423119`](https://github.com/eyaltoledano/claude-task-master/commit/4423119a5ec53958c9dffa8bf564da8be7a2827d) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Add comprehensive Kiro IDE integration with autonomous task management hooks
|
|
||||||
- **Kiro Profile**: Added full support for Kiro IDE with automatic installation of 7 Taskmaster agent hooks
|
|
||||||
- **Hook-Driven Workflow**: Introduced natural language automation hooks that eliminate manual task status updates
|
|
||||||
- **Automatic Hook Installation**: Hooks are now automatically copied to `.kiro/hooks/` when running `task-master rules add kiro`
|
|
||||||
- **Language-Agnostic Support**: All hooks support multiple programming languages (JS, Python, Go, Rust, Java, etc.)
|
|
||||||
- **Frontmatter Transformation**: Kiro rules use simplified `inclusion: always` format instead of Cursor's complex frontmatter
|
|
||||||
- **Special Rule**: Added `taskmaster_hooks_workflow.md` that guides AI assistants to prefer hook-driven completion
|
|
||||||
|
|
||||||
Key hooks included:
|
|
||||||
- Task Dependency Auto-Progression: Automatically starts tasks when dependencies complete
|
|
||||||
- Code Change Task Tracker: Updates task progress as you save files
|
|
||||||
- Test Success Task Completer: Marks tasks done when tests pass
|
|
||||||
- Daily Standup Assistant: Provides personalized task status summaries
|
|
||||||
- PR Readiness Checker: Validates task completion before creating pull requests
|
|
||||||
- Complexity Analyzer: Auto-expands complex tasks into manageable subtasks
|
|
||||||
- Git Commit Task Linker: Links commits to tasks for better traceability
|
|
||||||
|
|
||||||
This creates a truly autonomous development workflow where task management happens naturally as you code!
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- [#1033](https://github.com/eyaltoledano/claude-task-master/pull/1033) [`7b90568`](https://github.com/eyaltoledano/claude-task-master/commit/7b9056832653464f934c91c22997077065d738c4) Thanks [@ben-vargas](https://github.com/ben-vargas)! - Fix compatibility with @google/gemini-cli-core v0.1.12+ by updating ai-sdk-provider-gemini-cli to v0.1.1.
|
|
||||||
|
|
||||||
- [#1038](https://github.com/eyaltoledano/claude-task-master/pull/1038) [`77cc5e4`](https://github.com/eyaltoledano/claude-task-master/commit/77cc5e4537397642f2664f61940a101433ee6fb4) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix 'expand --all' and 'show' commands to correctly handle tag contexts for complexity reports and task display.
|
|
||||||
|
|
||||||
- [#1025](https://github.com/eyaltoledano/claude-task-master/pull/1025) [`8781794`](https://github.com/eyaltoledano/claude-task-master/commit/8781794c56d454697fc92c88a3925982d6b81205) Thanks [@joedanz](https://github.com/joedanz)! - Clean up remaining automatic task file generation calls
|
|
||||||
|
|
||||||
- [#1035](https://github.com/eyaltoledano/claude-task-master/pull/1035) [`fb7d588`](https://github.com/eyaltoledano/claude-task-master/commit/fb7d588137e8c53b0d0f54bd1dd8d387648583ee) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Fix max_tokens limits for OpenRouter and Groq models
|
|
||||||
- Add special handling in config-manager.js for custom OpenRouter models to use a conservative default of 32,768 max_tokens
|
|
||||||
- Update qwen/qwen-turbo model max_tokens from 1,000,000 to 32,768 to match OpenRouter's actual limits
|
|
||||||
- Fix moonshotai/kimi-k2-instruct max_tokens to 16,384 to match Groq's actual limit (fixes #1028)
|
|
||||||
- This prevents "maximum context length exceeded" errors when using OpenRouter models not in our supported models list
|
|
||||||
|
|
||||||
- [#1027](https://github.com/eyaltoledano/claude-task-master/pull/1027) [`6ae66b2`](https://github.com/eyaltoledano/claude-task-master/commit/6ae66b2afbfe911340fa25e0236c3db83deaa7eb) Thanks [@andreswebs](https://github.com/andreswebs)! - Fix VSCode profile generation to use correct rule file names (using `.instructions.md` extension instead of `.md`) and front-matter properties (removing the unsupported `alwaysApply` property from instructions files' front-matter).
|
|
||||||
|
|
||||||
## 0.22.0-rc.1
|
|
||||||
|
|
||||||
### Minor Changes
|
|
||||||
|
|
||||||
- [#1043](https://github.com/eyaltoledano/claude-task-master/pull/1043) [`dc44ed9`](https://github.com/eyaltoledano/claude-task-master/commit/dc44ed9de8a57aca5d39d3a87565568bd0a82068) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Prompt to generate a complexity report when it is missing
|
|
||||||
|
|
||||||
## 0.22.0-rc.0
|
## 0.22.0-rc.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "task-master-ai",
|
"name": "task-master-ai",
|
||||||
"version": "0.22.0",
|
"version": "0.21.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "task-master-ai",
|
"name": "task-master-ai",
|
||||||
"version": "0.22.0",
|
"version": "0.21.0",
|
||||||
"license": "MIT WITH Commons-Clause",
|
"license": "MIT WITH Commons-Clause",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"apps/*",
|
"apps/*",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "task-master-ai",
|
"name": "task-master-ai",
|
||||||
"version": "0.22.0",
|
"version": "0.22.0-rc.0",
|
||||||
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
|
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user