Eyal Toledano
2e55757b26
ninja(sync): add sync-readme command for GitHub README export with UTM tracking and professional markdown formatting. Experimental
2025-06-07 22:07:35 -04:00
Eyal Toledano
54bfc72baa
chore: more linting
2025-06-07 20:32:37 -04:00
Eyal Toledano
faae0b419d
chore: passes tests and linting
2025-06-07 20:30:51 -04:00
Eyal Toledano
27edbd8f3f
chore: changeset
2025-06-07 20:28:28 -04:00
Eyal Toledano
b1390e4ddf
refactor: enhance add-task fuzzy search and fix duplicate banner display
...
- **Remove hardcoded category system** in add-task that always matched 'Task management'
- **Eliminate arbitrary limits** in fuzzy search results (5→25 high relevance, 3→10 medium relevance, 8→20 detailed tasks)
- **Improve semantic weighting** in Fuse.js search (details=3, description=2, title=1.5) for better relevance
- **Fix duplicate banner issue** by removing console.clear() and redundant displayBanner() calls from UI functions
- **Enhance context generation** to rely on semantic similarity rather than rigid pattern matching
- **Preserve terminal history** to address GitHub issue #553 about eating terminal lines
- **Remove displayBanner() calls** from: displayHelp, displayNextTask, displayTaskById, displayComplexityReport, set-task-status, clear-subtasks, dependency-manager functions
The add-task system now provides truly relevant task context based on semantic similarity rather than arbitrary categories and limits, while maintaining a cleaner terminal experience.
Changes span: add-task.js, ui.js, set-task-status.js, clear-subtasks.js, list-tasks.js, dependency-manager.js
Closes #553
2025-06-07 20:23:55 -04:00
Eyal Toledano
cc04d53720
chore: adds a warning when custom openrouter model is a free model which suffers from lower rate limits, restricted context, and, worst of all, no access to tool_use.
2025-06-07 18:54:11 -04:00
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
Joe Danziger
a2b35d55ec
rename to remove ambiguity
2025-06-06 12:01:44 -04: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
Joe Danziger
22b6e6217e
fix formatting
2025-06-05 10:43:19 -04:00
Joe Danziger
948203ed7f
move profiles to /src
2025-06-05 10:17:30 -04:00
Joe Danziger
8f93a695e9
add rules subdirectory support per-profile
2025-06-05 10:08:01 -04:00
Joe Danziger
880436b866
update docs and rules to include vscode profile
2025-06-04 22:38:19 -04:00
Joe Danziger
0e49c06c4a
add VS Code profile and tests
2025-06-04 21:14:14 -04:00
Joe Danziger
18e52c2012
add missing integration tests
2025-06-04 20:30:27 -04:00
Joe Danziger
895491d371
remove unused import, fix quotes
2025-06-04 20:06:37 -04:00
Joe Danziger
cc31520f3f
restore comments
2025-06-04 19:49:13 -04:00
Joe Danziger
e082e2af10
restore comments
2025-06-04 19:46:29 -04:00
Joe Danziger
5ae549a7c9
restore comments
2025-06-04 19:45:27 -04:00
Joe Danziger
ff76d6cdb0
fix pattern for interactive rule profiles setup
2025-06-04 19:40:07 -04:00
Joe Danziger
a294a30342
fix formatting
2025-06-04 19:07:31 -04:00
Joe Danziger
b46dc794d9
update tests
2025-06-04 19:00:11 -04:00
Joe Danziger
30e14eedc0
fix for CLI roo rules add/remove
2025-06-04 18:50:59 -04:00
Joe Danziger
8250b5cad3
MCP server path fixes for rules command
2025-06-04 18:28:13 -04:00
Joe Danziger
e0c53d92f0
remove duplication
2025-06-04 16:32:46 -04:00
Joe Danziger
4fb137ca8f
remove duplication
2025-06-04 16:31:54 -04:00
Joe Danziger
04125bc852
fix MCP path to assets
2025-06-04 16:04:52 -04:00
Joe Danziger
de3cd93946
fix mcp init
2025-06-04 15:36:21 -04:00
Joe Danziger
f8f629ea02
add details on new rules command and init
2025-06-04 14:55:13 -04:00
Joe Danziger
a0717f4ba6
update taskmaster rule
2025-06-04 14:45:34 -04:00
Joe Danziger
6d2962d3dd
update from next
2025-06-04 14:31:56 -04:00
Joe Danziger
243719adcb
update rules from next
2025-06-04 14:19:42 -04:00
Joe Danziger
100e53a3ee
ensure subdirectory exists
2025-06-04 14:18:06 -04:00
Joe Danziger
b55276725d
update wording
2025-06-04 14:17:54 -04:00
Joe Danziger
35022088b7
use taskmaster subfolder for the 2 TM rules
2025-06-04 14:11:01 -04:00
Joe Danziger
09e2c23b19
fix formatting
2025-06-04 13:49:27 -04:00
Joe Danziger
4332d3e269
properly create temp directories in /tmp folder
2025-06-04 13:49:12 -04:00
Joe Danziger
2219aa3d61
move profile integration tests to subdirectory
2025-06-04 13:48:32 -04:00
Joe Danziger
6ee304795c
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
...
# Conflicts:
# scripts/init.js
# scripts/modules/commands.js
# tests/integration/roo-files-inclusion.test.js
# tests/integration/roo-init-functionality.test.js
2025-06-04 13:39:50 -04: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