Commit Graph

63 Commits

Author SHA1 Message Date
Joe Danziger
948203ed7f move profiles to /src 2025-06-05 10:17:30 -04:00
Joe Danziger
0e49c06c4a add VS Code profile and tests 2025-06-04 21:14:14 -04:00
Joe Danziger
895491d371 remove unused import, fix quotes 2025-06-04 20:06:37 -04:00
Joe Danziger
8250b5cad3 MCP server path fixes for rules command 2025-06-04 18:28:13 -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
100e53a3ee ensure subdirectory exists 2025-06-04 14:18:06 -04:00
Joe Danziger
35022088b7 use taskmaster subfolder for the 2 TM rules 2025-06-04 14:11:01 -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
edaa5fe0d5 fix: projectRoot duplicate .taskmaster directory (#655) 2025-06-03 15:12:50 +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
3f64202c9f feat: Add .taskmaster directory (#619) 2025-05-31 16:21:03 +02:00
Joe Danziger
216cfc0293 Merge branch 'next' of https://github.com/eyaltoledano/claude-task-master into joedanz/flexible-brand-rules 2025-05-29 00:04:05 -04: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
Joe Danziger
86963c48ac update formatting 2025-05-27 17:33:55 -04:00
Joe Danziger
7769315f7b update function name 2025-05-27 17:32:58 -04:00
Joe Danziger
03f2c13f1e update UI 2025-05-27 17:22:45 -04:00
Joe Danziger
5c128ed59a rename function and add boxen 2025-05-27 16:12:10 -04:00
Joe Danziger
08ad455463 combine to /src/utils/profiles.js; add codex and claude code profiles 2025-05-27 15:45:08 -04:00
Joe Danziger
5149aaa56f update to 'rule profile' 2025-05-27 14:50:39 -04:00
Joe Danziger
6e848744fe update wording 2025-05-27 13:34:11 -04:00
Joe Danziger
93bd8f0f30 add Trae support 2025-05-27 13:26:48 -04:00
Joe Danziger
8d0fea2d99 use "rule profiles" instead of "rules profiles" 2025-05-27 13:09:24 -04:00
Joe Danziger
9d25178d12 fix for filepath at bottom of rule 2025-05-27 10:05:26 -04:00
Joe Danziger
817a051229 update confirmation for rules remove 2025-05-27 00:06:56 -04:00
Joe Danziger
3b9191c8bb add checks for other rules and other profile folder items before removing 2025-05-26 23:59:59 -04:00
Joe Danziger
43686a533d add proper formatting for mcp.json 2025-05-26 22:48:34 -04:00
Joe Danziger
a3a8793259 add newline at end of mcp config 2025-05-26 22:35:13 -04:00
Joe Danziger
c02a324641 Use profile-detection instead of rules-detection 2025-05-26 22:16:14 -04:00
Joe Danziger
36e8257d08 add confirmation if removing ALL rules profiles, and add --force flag on rules remove 2025-05-26 22:09:45 -04:00
Joe Danziger
bd81d00169 use displayName and don't select any defaults in setup 2025-05-26 21:36:31 -04:00
Joe Danziger
0ebd746232 use simpler path 2025-05-26 21:00:04 -04:00
Joe Danziger
4a48e77ca8 add missing log message 2025-05-26 20:38:26 -04:00
Joe Danziger
0523652270 use enums for rules actions 2025-05-26 20:24:20 -04:00
Joe Danziger
e412d2240e rename to mcp-config-setup.js 2025-05-26 19:47:16 -04:00
Joe Danziger
d20d146ec0 fix formatting 2025-05-26 19:07:27 -04:00
Joe Danziger
9db5f78da3 update semantics and terminology from 'brand rules' to 'rules profiles' 2025-05-26 19:07:10 -04:00
Joe Danziger
e04d00a109 update instructions 2025-05-23 20:09:32 -04:00
Joe Danziger
77f54dcf3d enumerate brands for brand rules 2025-05-23 19:50:00 -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
72faba846d move to /src/utils 2025-05-22 15:10:51 -04:00
Ralph Khreish
c8c0fc2a57 fix: improve ollama object to telemetry structure (#546) 2025-05-19 23:05:45 +02:00
Ralph Khreish
f4a83ec047 feat: add ollama support (#536) 2025-05-18 10:07:31 +02: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
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