This website requires JavaScript.
Explore
Help
Register
Sign In
ros
/
claude-task-master
Watch
1
Star
0
Fork
0
You've already forked claude-task-master
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
78a53767961a98338d1949259e997788b5627ebe
claude-task-master
/
scripts
/
modules
History
Eyal Toledano
78a5376796
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
..
task-manager
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
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(config)!: Enforce .taskmasterconfig and remove env var overrides
2025-04-21 22:25:04 -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
feat(config): Add Fallback Model and Expanded Provider Support
2025-04-16 00:45:02 -04:00
task-manager.js
refactor(config): Standardize env var access and config getters
2025-04-21 17:48:30 -04:00
ui.js
refactor: Standardize configuration and environment variable access
2025-04-21 21:30:12 -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