Commit Graph

1183 Commits

Author SHA1 Message Date
Ralph Khreish
819d5e1bc5 feat: add GLM and LMStudio ai providers (#1360)
Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Resolves #1325
2025-10-31 23:47:39 +01:00
BUILDER
9d5812ba67 feat: Added GEMINI.md asset file for init-ing task master-ai for gemi… (#1326)
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
2025-10-31 19:20:28 +01:00
Ralph Khreish
3b09b5da2a fix(core): Fix race condition in workflow state persistence (#1339)
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-31 15:41:21 +01:00
Ralph Khreish
3e70edfa3a fix: make metadata field optional in parse-prd schema (#1362)
Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Fixes #1353
2025-10-30 22:54:03 +01:00
Ralph Khreish
0c639bd1db fix: return actual subtask instead of parent task for subtask IDs (#1358)
Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Fixes #1355
2025-10-30 22:21:04 +01:00
Ralph Khreish
07f3da947e Merge pull request #1361 from eyaltoledano/ralph/chore/merge.main.0.30.3 2025-10-29 16:27:16 +01:00
Ralph Khreish
be270ac3d5 chore: fix CI 2025-10-29 16:20:29 +01:00
github-actions[bot]
72b01f03b7 Merge pull request #1357 from eyaltoledano/changeset-release/main task-master-ai@0.30.2 2025-10-28 17:22:30 +01:00
Ralph Khreish
95b480284e Merge pull request #1354 from eyaltoledano/next Release 0.30.2 2025-10-28 17:18:40 +01:00
Ralph Khreish
d63a40c6dd fix: improve auth refresh (#1340) 2025-10-28 13:33:17 +01:00
github-actions[bot]
00d600ab1c Version Packages (#1352)
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>
task-master-ai@0.30.1
2025-10-27 18:47:46 +01:00
Ralph Khreish
1de4d6e30f Merge pull request #1348 from eyaltoledano/next (Release 0.30.1) 2025-10-27 18:15:28 +01:00
Ralph Khreish
7776728346 chore: improve changeset 2025-10-27 15:32:26 +01:00
Ralph Khreish
25addf919f feat: connect get-task and get-tasks to remote (#1346) 2025-10-27 15:23:27 +01:00
Ralph Khreish
5381e21e57 chore: exit pre mode 2025-10-27 10:34:06 +01:00
github-actions[bot]
8db18ec835 chore: rc version bump 2025-10-27 09:31:41 +00:00
Ralph Khreish
685a8cc605 chore: restore config to defaults task-master-ai@0.30.1-rc.0 2025-10-27 10:28:49 +01:00
Ralph Khreish
d0342d2696 fix: get storage type better with tm-core (#1347) 2025-10-26 08:30:47 +01:00
Ralph Khreish
486ed40215 feat: update task remote (#1345) 2025-10-25 19:25:17 +02:00
Ralph Khreish
03b7ef9a0e chore: refactor tm-core to host more of our "core" commands (#1331) 2025-10-21 21:16:15 +02:00
Ralph Khreish
c1e2811d2b chore: fix release issue 2025-10-21 21:04:36 +02:00
Ralph Khreish
5838184cff fix: remove invalid empty version fields from workspace packages (#1333) 2025-10-21 18:19:49 +02:00
Ralph Khreish
28f8f02d9f fix: remove invalid empty version fields from workspace packages
Removes `"version": ""` from internal workspace packages to fix
changesets validation errors. These private packages don't need
explicit version fields as they use workspace protocol.

Fixes validation errors:
- Package "task-master-ai" must depend on the current version of "@tm/ai-sdk-provider-grok-cli": "" vs "*"
- Package "task-master-ai" must depend on the current version of "@tm/cli": "" vs "*"
- Package "@tm/cli" must depend on the current version of "@tm/core": "" vs "*"
- Package "extension" must depend on the current version of "@tm/core": "" vs "*"
- Package "@tm/mcp" must depend on the current version of "@tm/core": "" vs "*"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 13:29:52 +02:00
Ralph Khreish
e0320d4af4 Merge pull request #1334 from eyaltoledano/ralph/chore/update.from.main.0.30.0 2025-10-21 11:58:40 +02:00
github-actions[bot]
675cd71c9f Version Packages (#1330)
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>
2025-10-21 10:46:40 +02:00
Ralph Khreish
fcfab5cf2d Merge pull request #1324 from eyaltoledano/next (Release 0.30.0) 2025-10-20 18:43:58 +02:00
Ralph Khreish
c1cd85e667 chore: exit rc mode 2025-10-18 18:39:54 +02:00
github-actions[bot]
d3f8e0c52d chore: rc version bump 2025-10-18 16:38:31 +00:00
Ralph Khreish
dc6652ccd2 fix: temporary fix, revert zod schema definitions for mcp tools to zod v3 (#1323) task-master-ai@0.30.0-rc.1 2025-10-18 18:34:40 +02:00
Ralph Khreish
518d7ea8dc chore: fix logging error in mcp stdio (#1322) 2025-10-18 16:34:11 +02:00
Ralph Khreish
ccb87a516a feat: implement tdd workflow (#1309)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-18 16:29:03 +02:00
github-actions[bot]
b8830d9508 docs: Auto-update and format models.md 2025-10-18 09:13:05 +00:00
Ralph Khreish
548beb4344 feat: add sonnet and haiku to supported providers (#1317) 2025-10-18 11:12:48 +02:00
Ralph Khreish
555da2b5b9 fix: downgrade log level to silent (#1321) 2025-10-18 11:03:27 +02:00
Ralph Khreish
662e3865f3 feat: handle new command errors better (#1318) 2025-10-16 22:31:50 +02:00
Ralph Khreish
8649c8a347 chore: apply requested coderabbit changes 2025-10-16 19:24:29 +02:00
Ralph Khreish
f7cab246b0 fix: storage issue (show file or api more consistently) 2025-10-16 19:24:29 +02:00
Ralph Khreish
5aca107827 fix: runtime env variables working with new tm_ env variables 2025-10-16 19:24:29 +02:00
Ralph Khreish
fb68c9fe1f feat: improve auth login by adding context selection immediately after logging in 2025-10-16 19:24:29 +02:00
Ralph Khreish
ff3bd7add8 chore: CI format 2025-10-16 19:24:29 +02:00
Ralph Khreish
c8228e913b feat: show brief title when listing brief instead of uuid
- add search for brief selection
2025-10-16 19:24:29 +02:00
Ralph Khreish
218b68a31e feat: implement runtime and build time env variables for remote access 2025-10-16 19:24:29 +02:00
Ralph Khreish
6bc75c0ac6 fix: auth refresh (#1314) 2025-10-15 17:32:15 +02:00
Ralph Khreish
d7fca1844f feat: add "next" command to new command structure (#1312) 2025-10-15 15:26:34 +02:00
Ben Coombs
a98d96ef04 fix: standardize UI box width calculations across components (#1305)
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
2025-10-14 20:08:11 +02:00
Karol Fabjańczuk
a69d8c91dc feat: add configurable MCP tool loading to reduce LLM context usage (#1181)
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
2025-10-14 20:01:21 +02:00
Ralph Khreish
474a86cebb Merge pull request #1308 from eyaltoledano/ralph/chore/update.from.main.october 2025-10-14 18:49:08 +02:00
Ben Coombs
3283506444 fix: enhance findProjectRoot to traverse parent directories (#1302)
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>
2025-10-14 18:32:10 +02:00
github-actions[bot]
9acb900153 Version Packages (#1303)
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>
task-master-ai@0.29.0 extension@0.25.6
2025-10-14 11:47:13 +02:00
Ralph Khreish
c4f5d89e72 Merge pull request #1297 from eyaltoledano/next 2025-10-14 10:08:08 +02:00