This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
claude-task-master
Watch
1
Star
0
Fork
0
You've already forked claude-task-master
mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced
2025-11-28 16:10:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
claude-task-master
/
scripts
/
modules
History
Eyal Toledano
be3f68e777
refactor(tasks): Align add-task with unified AI service and add research flag
2025-04-24 01:59:41 -04:00
..
task-manager
refactor(tasks): Align add-task with unified AI service and add research flag
2025-04-24 01:59:41 -04:00
ai-client-factory.js
feat(ai-client-factory): Add xAI and OpenRouter provider support, enhance tests
2025-04-19 17:00:47 -04:00
ai-services-unified.js
refactor(ai): Implement unified AI service layer and fix subtask update
2025-04-22 02:42:04 -04:00
ai-services.js
refactor: Standardize configuration and environment variable access
2025-04-21 21:30:12 -04:00
commands.js
refactor(tasks): Align add-task with unified AI service and add research flag
2025-04-24 01:59:41 -04:00
config-manager.js
fix(mcp): prevents the mcp from failing due to the newly introduced ConfigurationError object thrown if .taskmasterconfig is not present. I'll need to implement MCP tools for model to manage models from MCP and be able to create it.
2025-04-22 16:09:33 -04:00
dependency-manager.js
refactor: Standardize configuration and environment variable access
2025-04-21 21:30:12 -04:00
index.js
chore: run
npm run format
2025-04-09 00:30:05 +02:00
supported-models.json
fix(ai, config): Correct Anthropic API calls and improve model config UI
2025-04-24 00:29:36 -04:00
task-manager.js
refactor(tasks): Align add-task with unified AI service and add research flag
2025-04-24 01:59:41 -04:00
ui.js
eat(models): Add MCP support for models command and improve configuration docs
2025-04-23 15:47:33 -04:00
utils.js
feat(config): Implement new config system and resolve refactoring errors Introduced config-manager.js and new utilities (resolveEnvVariable, findProjectRoot). Removed old global CONFIG object from utils.js. Updated .taskmasterconfig, mcp.json, and .env.example. Added generateComplexityAnalysisPrompt to ui.js. Removed unused updateSubtaskById from task-manager.js. Resolved SyntaxError and ReferenceError issues across commands.js, ui.js, task-manager.js, and ai-services.js by replacing CONFIG references with config-manager getters (getDebugFlag, getProjectName, getDefaultSubtasks, isApiKeySet). Refactored 'models' command to use getConfig/writeConfig. Simplified version checking. This stabilizes the codebase after initial Task 61 refactoring, fixing CLI errors and enabling subsequent work on Subtasks 61.34 and 61.35.
2025-04-20 01:09:30 -04:00