Eyal Toledano
bfd86eb9cc
Adds qwen3-235n-a22b:free to supported models. Closes #687 )
2025-06-07 18:42:11 -04:00
Eyal Toledano
9eb3842f04
fix(ai-providers): change generateObject mode from 'tool' to 'auto' for better provider compatibility
...
Fixes Perplexity research role failing with 'tool-mode object generation' error
The hardcoded 'tool' mode was incompatible with providers like Perplexity that support structured JSON output but not function calling/tool use
Using 'auto' mode allows the AI SDK to choose the best approach for each provider
2025-06-07 15:02:48 -04:00
Eyal Toledano
bf2053e140
feat(ui): replace emoji complexity indicators with clean filled circle characters
...
Replace 🟢 , 🟡 , 🔴 emojis with ● character in getComplexityWithColor function
Update corresponding unit tests to expect ● instead of emojis
Improves UI continuity
2025-06-07 12:57:45 -04:00
Ralph Khreish
ee0be04302
fix: update MCP tool
2025-06-07 13:29:03 +02:00
Ralph Khreish
c0707fc399
chore: upgrade fast mcp to latest version
2025-06-07 13:29:03 +02:00
Ralph Khreish
1ece6f1904
fix: findTasksPath function
2025-06-07 13:29:03 +02:00
github-actions[bot]
f4a9ad1095
chore: rc version bump
2025-06-06 18:51:19 +00:00
Aaron Gabriel Neyer
cba86510d3
Update README.md - Remove trailing commas ( #673 )
...
JSON doesn't allow for trailing commas, so these need to be removed in order for this to work
v0.16.2-rc.0
2025-06-05 19:08:24 +02:00
Joe Danziger
86ea6d1dbc
Add one-click MCP server installation for Cursor ( #671 )
2025-06-05 19:08:15 +02:00
Saksham Goel
a22d2a45b5
Fixed the Typo in cursor rules Issue:#675 ( #677 )
...
Fixed the typo in the Api keys
2025-06-05 19:06:01 +02:00
Ralph Khreish
d73c8e17ec
Merge pull request #661 from eyaltoledano/chore/update.next
...
Update next from main branch
2025-06-03 18:13:22 +02:00
Ralph Khreish
4f23751d25
chore: update package-lock.json
2025-06-03 18:12:02 +02:00
Ibrahim H.
7d5c028ca0
fix: markdown format ( #622 )
2025-06-03 15:54:13 +02:00
github-actions[bot]
f18df6da19
Version Packages
2025-06-03 15:14:34 +02:00
github-actions[bot]
1754a31372
Version Packages
2025-06-03 15:13:26 +02:00
Ralph Khreish
3096ccdfb3
chore: add package-lock.json
2025-06-03 15:13:26 +02:00
github-actions[bot]
6464bb11e5
Version Packages
2025-06-03 15:13:26 +02:00
Ralph Khreish
edaa5fe0d5
fix: projectRoot duplicate .taskmaster directory ( #655 )
2025-06-03 15:12:50 +02:00
Ralph Khreish
41d9dbbe6d
Merge pull request #650 from eyaltoledano/changeset-release/main
v0.16.1
2025-06-03 01:40:34 +02:00
github-actions[bot]
6e0d866756
Version Packages
2025-06-02 23:26:36 +00:00
Ralph Khreish
926aa61a4e
Merge pull request #642 from eyaltoledano/next
...
Release 0.16.1
2025-06-03 01:26:12 +02:00
Ralph Khreish
9b4168bb4e
Fix: MCP log errors ( #648 )
2025-06-03 01:09:29 +02:00
Ralph Khreish
ad612763ff
fix: bedrock set model and other fixes ( #641 )
2025-06-02 14:44:35 +02:00
Ralph Khreish
293b59bac6
Merge pull request #630 from eyaltoledano/changeset-release/main
...
Version Packages
v0.16.0
2025-06-01 17:49:18 +02:00
Ralph Khreish
1809c4ed7b
chore: add package-lock.json
2025-06-01 11:48:11 -04:00
github-actions[bot]
6e406958c1
Version Packages
2025-06-01 15:24:59 +00:00
Ralph Khreish
074b7ec0bc
Merge pull request #625 from eyaltoledano/next
2025-06-01 17:24:37 +02:00
Ralph Khreish
e0438c8fb8
chore: cleanup migration-guide
2025-06-01 01:08:31 -04:00
github-actions[bot]
1f6694fb3d
chore: rc version bump
2025-06-01 04:20:35 +00:00
Ralph Khreish
b0dfcf345e
chore: apply requested changes from next branch ( #629 )
v0.16.0-rc.0
2025-06-01 06:19:55 +02:00
Ralph Khreish
3f64202c9f
feat: Add .taskmaster directory ( #619 )
2025-05-31 16:21:03 +02:00
Ralph Khreish
669b744ced
Feat/add nvmrc ( #612 )
...
* feat: Add .nvmrc and align engines to Node 20
* chore: set nvm to 22, engines to 18
* chore: format
* chore: add changeset
---------
Co-authored-by: Amir Golan <amirgolan@Amirs-MacBook-Pro.local >
2025-05-28 15:02:15 +02:00
Nathan Marley
f058543888
Replace prettier with biome ( #531 )
2025-05-28 14:47:16 +02:00
Ralph Khreish
acd5c1ea3d
chore: add contributing.md ( #611 )
2025-05-28 00:59:14 +02:00
github-actions[bot]
682b54e103
docs: Auto-update and format models.md
2025-05-27 22:42:42 +00:00
Ralph Khreish
6a8a68e1a3
Feat/add.azure.and.other.providers ( #607 )
...
* fix: claude-4 not having the right max_tokens
* feat: add bedrock support
* chore: fix package-lock.json
* fix: rename baseUrl to baseURL
* feat: add azure support
* fix: final touches of azure integration
* feat: add google vertex provider
* chore: fix tests and refactor task-manager.test.js
* chore: move task 92 to 94
2025-05-28 00:42:31 +02:00
Ralph Khreish
80735f9e60
feat(config): Implement TASK_MASTER_PROJECT_ROOT support for project root resolution ( #604 )
...
* feat(config): Implement TASK_MASTER_PROJECT_ROOT support for project root resolution
- Added support for the TASK_MASTER_PROJECT_ROOT environment variable in MCP configuration, establishing a clear precedence order for project root resolution.
- Updated utility functions to prioritize the environment variable, followed by args.projectRoot and session-based resolution.
- Enhanced error handling and logging for project root determination.
- Introduced new tasks for comprehensive testing and documentation updates related to the new configuration options.
* chore: fix CI issues
2025-05-28 00:32:34 +02:00
github-actions[bot]
48732d5423
docs: Auto-update and format models.md
2025-05-25 22:13:23 -04:00
Eyal Toledano
2d520de269
fix(add-task): removes stdout in add-task which will crash MCP server ( #593 )
...
* fix(add-task): fixes an isse in which stdout leaks out of add-task causing the mcp server to crash if used.
* chore: add changeset
---------
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
2025-05-25 22:13:23 -04:00
celgost
b60e1cf835
revamping readme ( #522 )
2025-05-24 17:21:15 +02:00
Ralph Khreish
d1e45ff50e
Merge pull request #589 from eyaltoledano/changeset-release/main
...
Version Packages
v0.15.0
2025-05-24 16:25:26 +02:00
github-actions[bot]
1513858da4
Version Packages
2025-05-24 14:07:53 +00:00
Ralph Khreish
59dcf4bd64
Release 0.15.0
...
Release 0.15.0
2025-05-24 16:07:24 +02:00
github-actions[bot]
a09ba021c5
chore: rc version bump
2025-05-24 00:44:47 +00:00
Eyal Toledano
e906166141
Merge pull request #567 from eyaltoledano/parse-prd-research
...
v0.15 improvements & new features
v0.15.0-rc.0
2025-05-23 20:42:41 -04:00
Eyal Toledano
231e569e84
Adjusts default main model model to Claude Sonnet 4. Adjusts default fallback to Claude Sonney 3.7
2025-05-23 20:33:45 -04:00
Eyal Toledano
09add37423
feat(models): Add comprehensive Ollama model validation and interactive setup - Add 'Custom Ollama model' option to interactive setup (--setup) - Implement live validation against local Ollama instance via /api/tags - Support configurable Ollama endpoints from .taskmasterconfig - Add robust error handling for server connectivity and model existence - Enhance user experience with clear validation feedback - Support both MCP server and CLI interfaces
2025-05-23 20:20:39 -04:00
Eyal Toledano
91fc779714
chore: adjusts changesets and an import.
2025-05-23 17:41:25 -04:00
Eyal Toledano
8c69c0aafd
Task management, research, improvements for 24, 41 and 51
2025-05-23 17:30:25 -04:00
Eyal Toledano
43ad75c7fa
chore: formatting
2025-05-23 14:44:53 -04:00