Merged
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
sfc-gh-dflippo
pushed a commit
to sfc-gh-dflippo/task-master-ai
that referenced
this pull request
Dec 4, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
task-master-ai@0.31.0
Minor Changes
#1360
819d5e1Thanks @Crunchyman-ralph! - Add support for custom OpenAI-compatible providers, allowing you to connect Task Master to any service that implements the OpenAI API specificationHow to use:
Configure your custom provider with the
modelscommand:Example:
task-master models --set-main llama-3-70b --openai-compatible --baseURL http://localhost:8000/v1 # Or for an interactive view task-master models --setupSet your API key (if required by your provider) in mcp.json, your .env file or in your env exports:
OPENAI_COMPATIBLE_API_KEY="your-key-here"This gives you the flexibility to use virtually any LLM service with Task Master, whether it's self-hosted, a specialized provider, or a custom inference server.
#1360
819d5e1Thanks @Crunchyman-ralph! - Add native support for Z.ai (GLM models), giving you access to high-performance Chinese models including glm-4.6 with massive 200K+ token context windows at competitive pricingHow to use:
Get your Z.ai API key from https://z.ai/manage-apikey/apikey-list
Set your API key in .env, mcp.json or in env exports:
ZAI_API_KEY="your-key-here"Configure Task Master to use GLM models:
task-master models --set-main glm-4.6 # Or for an interactive view task-master models --setupAvailable models:
glm-4.6- Latest model with 200K+ context, excellent for complex projectsglm-4.5- Previous generation, still highly capableglm-4.5-air,glm-4.5vGLM models offer strong performance on software engineering tasks, with particularly good results on code generation and technical reasoning. The large context window makes them ideal for analyzing entire codebases or working with extensive documentation.
#1360
819d5e1Thanks @Crunchyman-ralph! - Add LM Studio integration, enabling you to run Task Master completely offline with local models at zero API cost.How to use:
Download and install LM Studio
Launch LM Studio and download a model (e.g., Llama 3.2, Mistral, Qwen)
Optional: Add api key to mcp.json or .env (LMSTUDIO_API_KEY)
Go to the "Local Server" tab and click "Start Server"
Configure Task Master:
Example:
Patch Changes
#1362
3e70edfThanks @Crunchyman-ralph! - Improve parse PRD schema for better llm model compatiblity#1358
0c639bdThanks @Crunchyman-ralph! - Fix subtask ID display to show full compound notationWhen displaying a subtask via
tm show 104.1, the header and properties table showed only the subtask's local ID (e.g., "1") instead of the full compound ID (e.g., "104.1"). The CLI now preserves and displays the original requested task ID throughout the display chain, ensuring subtasks are clearly identified with their parent context. Also improved TypeScript typing by using discriminated unions for Task/Subtask returns fromtasks.get(), eliminating unsafe type coercions.#1339
3b09b5dThanks @Crunchyman-ralph! - Fixed MCP server sometimes crashing when getting into the commit step of autopilot#1326
9d5812bThanks @SharifMrCreed! - Improve gemini cli integrationWhen initializing Task Master with the
geminiprofile, you now get properly configured context files tailored specifically for Gemini CLI, including MCP configuration and Gemini-specific features like file references, session management, and headless mode.@tm/cli@null
@tm/cli
null
Patch Changes
null
Patch Changes
null
Patch Changes
#1305
a98d96eThanks @bjcoombs! - Fix warning message box width to match dashboard box width for consistent UI alignmentUpdated dependencies []:
null
Patch Changes
null
Patch Changes
null
Patch Changes
0.27.0
Patch Changes
0.27.0-rc.0
Minor Changes
137ef36Thanks @Crunchyman-ralph! - testing this stuff out to see how the release candidate works with monorepo1.1.0-rc.0
Minor Changes
cd90b4dThanks @Crunchyman-ralph! - testing this stuff out to see how the release candidate works with monorepo@tm/mcp@null
@tm/mcp
null
Patch Changes
null
Patch Changes
null
Patch Changes
@tm/bridge@null
@tm/bridge
null
Patch Changes
null
Patch Changes
docs@0.0.9
@tm/ai-sdk-provider-grok-cli@null
@tm/ai-sdk-provider-grok-cli
null
null
null
null
null
@tm/build-config@null
@tm/build-config
null
null
null
null
null
null
1.0.1
@tm/claude-code-plugin@0.0.4
@tm/core@null
Changelog
null
null
null
null
null
null
0.26.1
All notable changes to the @task-master/tm-core package will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[Unreleased]
Added
Development Infrastructure
Package Structure
src/types/- TypeScript type definitions (placeholder)src/providers/- AI provider implementations (placeholder)src/storage/- Storage layer abstractions (placeholder)src/parser/- Task parsing utilities (placeholder)src/utils/- Common utility functions (placeholder)src/errors/- Custom error classes (placeholder)tests/- Test directories and setup[1.0.0] - TBD
Planned Features
Release Notes
Version 1.0.0 (Coming Soon)
This will be the first stable release of tm-core with complete implementations of all modules. Currently, all modules contain placeholder implementations to establish the package structure and enable development of dependent packages.
Development Status
Note
Publishes v0.31.0 adding OpenAI-compatible providers, Z.ai GLM, and LM Studio integrations, plus several fixes and version bumps.
task-master-ai@0.31.0--openai-compatible,--baseURL).glm-4.6).--lmstudio).104.1).0.31.0, docs to0.0.9,@tm/claude-code-pluginto0.0.4.task-master-aidevDependency to*.Written by Cursor Bugbot for commit d79a8b9. This will update automatically on new commits. Configure here.