Joe Danziger
d227643729
initialize with all brands if nothing specified
2025-05-23 16:48:58 -04:00
Joe Danziger
4c3c523145
update comments
2025-05-23 16:36:34 -04:00
Joe Danziger
922355c003
only run rules interactive setup if not provided via command line
2025-05-23 16:34:49 -04:00
Joe Danziger
a9f20e1af8
use profile js for mcp config settings
2025-05-23 16:21:01 -04:00
Joe Danziger
499aa2b203
default to all rules
2025-05-23 15:37:11 -04:00
Joe Danziger
ead4aa4a2d
move confirmation to /src/ui/confirm.js
2025-05-22 15:47:52 -04:00
Joe Danziger
1b92d5803a
move rule-transformer.js to /src/utils
2025-05-22 15:32:15 -04:00
Joe Danziger
243a9400c7
move rules-setup.js to /src/utils
2025-05-22 15:25:23 -04:00
Joe Danziger
11f2bc4c20
optimize imports
2025-05-22 15:18:08 -04:00
Joe Danziger
72faba846d
move to /src/utils
2025-05-22 15:10:51 -04:00
Joe Danziger
d5b45e4eba
remove comments
2025-05-22 15:00:25 -04:00
Joe Danziger
77c3bb5d2b
remove comment
2025-05-22 14:54:32 -04:00
Joe Danziger
9c9f6a2754
update to minor
2025-05-22 14:28:11 -04:00
Joe Danziger
c5c46e0cf8
update "brand rules" to "rules"
2025-05-22 14:26:08 -04:00
Joe Danziger
0c64e9a739
update error message
2025-05-22 13:44:00 -04:00
Joe Danziger
b67217c995
remove rules just for this repository - only include rules to be distributed
2025-05-22 13:14:15 -04:00
Joe Danziger
4854a6c730
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
2025-05-22 13:10:58 -04:00
Shrey Paharia
86d8f00af8
Add next task to set status for mcp server ( #558 )
2025-05-22 11:09:36 +02:00
Joe Danziger
1691189687
fix formatting
2025-05-21 13:00:11 -04:00
Joe Danziger
6c69522017
add mcpConfigName value for parh
2025-05-21 13:00:04 -04:00
Joe Danziger
c12cff1890
specify whether to create mcp config and filename
2025-05-21 12:43:05 -04:00
Joe Danziger
9eacd6e061
add brandDir to remove ambiguity and support Cline
2025-05-21 12:28:56 -04:00
Joe Danziger
97859d8d7e
add cline profile
2025-05-21 09:39:08 -04:00
github-actions[bot]
c882f89a8c
Version Packages
2025-05-20 18:40:38 +02:00
Ralph Khreish
c8c0fc2a57
fix: improve ollama object to telemetry structure ( #546 )
2025-05-19 23:05:45 +02:00
Joe Danziger
042da6a2cf
Merge branch 'joedanz/flexible-brand-rules' of https://github.com/joedanz/claude-task-master into joedanz/flexible-brand-rules
...
# Conflicts:
# scripts/modules/commands.js
2025-05-19 11:21:26 -04:00
Joe Danziger
3ef21ecad8
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
2025-05-19 11:17:19 -04:00
Joe Danziger
665c018c90
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
...
# Conflicts:
# scripts/modules/commands.js
# scripts/modules/ui.js
2025-05-19 11:16:29 -04:00
HR
60b8e97a1c
fix: roomodes typo ( #544 )
2025-05-19 17:00:06 +02:00
github-actions[bot]
3a6d6dd671
chore: rc version bump
2025-05-18 08:08:54 +00:00
Ralph Khreish
f4a83ec047
feat: add ollama support ( #536 )
v0.14.0-rc.1
2025-05-18 10:07:31 +02:00
Eyal Toledano
0699f64299
Merge pull request #442 from eyaltoledano/telemetry
...
feat(telemetry): Implement AI usage telemetry pattern and apply to ad…
2025-05-17 22:34:01 -04:00
Eyal Toledano
60b8f5faa3
fix(expand-task): Ensure advanced parsing logic works and trimmed AI response properly if any jsonToParse modifications need to be made on initial parse of response.
2025-05-17 22:26:37 -04:00
Eyal Toledano
cd6e42249e
fix(parse-prd): simplifies append and force variable names across the chain to avoid confusion. parse-prd append tested on MCP and the fix is good to go. Also adjusts e2e test to properly capture costs.
2025-05-17 20:10:53 -04:00
Eyal Toledano
fcd80623b6
linting
2025-05-17 18:43:15 -04:00
Eyal Toledano
026815353f
fix(ai): Correctly imports generateText in openai.js, adds specific cause and reason for OpenRouter failures in the openrouter.js catch, performs complexity analysis on all tm tasks, adds new tasks to further improve the maxTokens to take input and output maximum into account. Adjusts default fallback max tokens so 3.5 does not fail.
2025-05-17 18:42:57 -04:00
Eyal Toledano
8a3b611fc2
fix(telemetry): renames _aggregateTelemetry to aggregateTelemetry to avoid confusion about it being a private function (it's not)
2025-05-17 17:48:45 -04:00
Eyal Toledano
6ba42b53dc
fix: dupe export
2025-05-16 18:17:33 -04:00
Eyal Toledano
3e304232ab
Solves merge conflicts with origin/next.
2025-05-16 18:15:11 -04:00
Eyal Toledano
70fa5b0031
fix(config): adjusts getUserId to optionally create/fill in the (currently hardcoded) userId to the telemetry object if it is not found. This prevents the telemetry call from landing as null for users who may have a taskmasterconfig but no userId in the globals.
2025-05-16 17:41:48 -04:00
github-actions[bot]
314c0de8c4
chore: rc version bump
2025-05-16 21:37:00 +00:00
Ralph Khreish
58b417a8ce
Add complexity score to task ( #528 )
...
* feat: added complexity score handling to list tasks
* feat: added handling for complexity score in find task by id
* test: remove console dir
* chore: add changeset
* format: fixed formatting issues
* ref: reorder imports
* feat: updated handling for findTaskById to take complexityReport as input
* test: fix findTaskById complexity report testcases
* fix: added handling for complexity report path
* chore: add changeset
* fix: moved complexity report handling to list tasks rather than list tasks direct
* fix: add complexity handling to next task in list command
* fix: added handling for show cli
* fix: fixed next cli command handling
* fix: fixed handling for complexity report path in mcp
* feat: added handling to get-task
* feat: added handling for next-task in mcp
* feat: add handling for report path override
* chore: remove unecessary changeset
* ref: remove unecessary comments
* feat: update list and find next task
* fix: fixed running tests
* fix: fixed findTaskById
* fix: fixed findTaskById and tests
* fix: fixed addComplexityToTask util
* fix: fixed mcp server project root input
* chore: cleanup
---------
Co-authored-by: Shrey Paharia <shreypaharia@gmail.com >
v0.14.0-rc.0
2025-05-16 23:24:25 +02:00
Ralph Khreish
a8dabf4485
fix: remove cache from list-tasks and next-task mcp calls ( #527 )
...
* fix: remove cache from list-tasks and next-task mcp calls
* chore: remove cached function
* chore: add changeset
2025-05-16 22:54:03 +02:00
Ralph Khreish
bc19bc7927
Merge remote-tracking branch 'origin/next' into telemetry
2025-05-16 18:16:58 +02:00
Ralph Khreish
da317f2607
fix: error handling of task status settings ( #523 )
...
* fix: error handling of task status settings
* fix: update import path
---------
Co-authored-by: shenysun <shenysun@163.com >
2025-05-16 15:47:01 +02:00
Ralph Khreish
ed17cb0e0a
feat: implement baseUrls on all ai providers( #521 )
2025-05-16 15:34:29 +02:00
Joe Danziger
36282abd70
Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules
...
# Conflicts:
# scripts/modules/commands.js
2025-05-16 06:16:07 -04:00
Ralph Khreish
e96734a6cc
fix: updateTask enableSilentMode is not defined ( #517 )
...
- Closes #412
2025-05-15 22:56:52 +02:00
Ralph Khreish
17294ff259
Fix: Correct version resolution for banner and update check ( #511 )
...
* Fix: Correct version resolution for banner and update check
Resolves issues where the tool's version was displayed as 'unknown'.
- Modified 'displayBanner' in 'ui.js' and 'checkForUpdate' in 'commands.js' to read package.json relative to their own script locations using import.meta.url.
- This ensures the correct local version is identified for both the main banner display and the update notification mechanism.
- Restored a missing closing brace in 'ui.js' to fix a SyntaxError.
* fix: refactor and cleanup
* fix: chores and cleanup and testing
* chore: cleanup
* fix: add changeset
---------
Co-authored-by: Christer Soederlund <christer.soderlund@gmail.com >
2025-05-15 22:41:16 +02:00
Lars Bell
a96215a359
Update .taskmasterconfig ( #435 )
...
* Update .taskmasterconfig
Max tokens in 3.5 is lower. With the current number get this error:
Service call failed for role fallback (Provider: anthropic, Model: claude-3-5-sonnet-20240620): max_tokens: 120000 > 8192, which is the maximum allowed number of output tokens for claude-3-5-sonnet-20240620
* Fix fallback model ID format and update maxTokens in Taskmaster configuration
---------
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com >
2025-05-15 13:01:21 +02:00