1181 Commits

Author SHA1 Message Date
Eyal Toledano
3038fa42a0 fix(auth): unify browser auth with MFA across all login paths
- Create shared authenticateWithBrowserMFA utility in auth-ui.ts
- Update auth.command.ts to use shared utility for tm auth login
- Update auth-guard.ts to use shared utility for parse-prd/export
- Fix oauth-service.ts to NOT call onError for MFA_REQUIRED
  (MFA requirement is a continuation, not a failure)

All login paths now use the same MFA-aware browser auth flow:
- tm auth login
- tm parse-prd (Bring it to Hamster)
- tm export
2025-12-01 21:21:10 -05:00
Ralph Khreish
e5ca6f5f81 Merge pull request #1474 from eyaltoledano/next 2025-12-02 01:19:39 +01:00
Eyal Toledano
edeeef4d92 fix(auth): improve org context handling and export invitation flow (#1472)
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
2025-12-02 00:26:45 +01:00
Ralph Khreish
62d3cd30e4 fix: fix team invite flow (#1473) 2025-12-02 00:18:18 +01:00
Eyal Toledano
1dbf242ffd fix(auth): enforce MFA verification in OAuth browser login flow (#1470) 2025-12-01 23:02:31 +01:00
Ralph Khreish
0cda135764 Merge pull request #1465 from eyaltoledano/next 0.37.0 2025-12-01 21:54:56 +01:00
Ralph Khreish
6e4369209e Merge pull request #1468 from eyaltoledano/ralph/merge.from.main.0.36.0.p3 2025-12-01 20:44:37 +01:00
Ralph Khreish
d0be0dcfe2 Merge remote-tracking branch 'origin/main' into ralph/merge.from.main.0.36.0.p3 2025-12-01 20:36:30 +01:00
Ralph Khreish
67a0fe6ccd fix: parse-prd with --input parameter not working (#1464) 2025-12-01 19:51:32 +01:00
github-actions[bot]
fcfa623a22 chore: rc version bump 2025-11-30 18:43:19 +00:00
Ralph Khreish
55595f680c chore: run npm install (#1463) task-master-ai@0.36.0-rc.2 2025-11-30 19:41:24 +01:00
Eyal Toledano
fd27013e6a fix: add terminal-link to root dependencies for global install (#1462) 2025-11-30 19:28:25 +01:00
github-actions[bot]
61f33356ea chore: rc version bump 2025-11-30 11:37:44 +00:00
Eyal Toledano
4046b3ca44 feat: Hamster Integration - Cloud Storage, Sentry Telemetry, and Major CLI UX Improvements (#1452) task-master-ai@0.36.0-rc.1 2025-11-30 12:35:49 +01:00
github-actions[bot]
30217ab22f Version Packages (#1458)
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.36.0
2025-11-27 20:56:18 +01:00
Ralph Khreish
d9d1a20b5b Merge pull request #1457 from eyaltoledano/next 2025-11-27 20:43:17 +01:00
Ralph Khreish
9e934650b7 chore: prepare for release 2025-11-27 20:30:36 +01:00
Ralph Khreish
78720214eb chore: remove goham.md to add later with the slash commands PR (#1456) 2025-11-27 20:30:04 +01:00
github-actions[bot]
e8802ffc76 chore: rc version bump 2025-11-26 22:43:38 +00:00
Ralph Khreish
38ff7ebbc0 feat: add hamster rules to taskmaster rules command (#1454) task-master-ai@0.36.0-rc.0 2025-11-26 23:41:46 +01:00
Ralph Khreish
88d356817e fix: auth refresh issue (#1450) 2025-11-26 23:34:57 +01:00
Ralph Khreish
28fcc27411 feat: improve ham connection (#1451) 2025-11-26 23:20:44 +01:00
Ralph Khreish
77b3b7780d feat: improve tm auto-update display (#1444) 2025-11-25 21:23:00 +01:00
Ralph Khreish
2316e94b28 feat: reintroduce task-master generate command for task file generation (#1446) 2025-11-25 18:32:50 +01:00
Ralph Khreish
1936f2aba0 Merge pull request #1445 from eyaltoledano/ralph/chore/update.from.main.0.35.0 2025-11-25 18:28:59 +01:00
github-actions[bot]
5cd089dea6 Version Packages (#1443)
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.35.0
2025-11-25 00:16:01 +01:00
Ralph Khreish
0308a3e540 Merge pull request #1439 from eyaltoledano/next 0.35.0 2025-11-24 23:09:13 +01:00
Ralph Khreish
01d4d9930f chore: apply requested changes (#1442) 2025-11-24 23:00:13 +01:00
Ralph Khreish
0195feffee feat: enhance MFA retry logic with configurable options (#1441) 2025-11-24 21:53:14 +01:00
github-actions[bot]
72e2c399d4 docs: Auto-update and format models.md 2025-11-24 20:19:33 +00:00
Ralph Khreish
9f6f3affe3 feat: update supported models with new opus versions and correct swe scores for existing models (#1440) 2025-11-24 21:19:20 +01:00
Ralph Khreish
af36d171c7 feat: implement MFA in taskmaster (#1438) 2025-11-24 20:51:47 +01:00
Ben Vargas
783398ecdf feat(gemini-cli): upgrade to native structured output support (#1437) 2025-11-24 18:56:18 +01:00
Ben Vargas
c1df63d722 feat: upgrade ai-sdk-provider-claude-code to v2.2.0 for native structured outputs (#1436) 2025-11-24 16:38:50 +01:00
github-actions[bot]
c36a3903e8 Merge pull request #1433 from eyaltoledano/changeset-release/main task-master-ai@0.34.0 2025-11-21 17:25:24 +01:00
Ralph Khreish
fe335d3ea2 Merge pull request #1431 from eyaltoledano/next (Release 0.34.0) 2025-11-21 17:09:22 +01:00
Ralph Khreish
522d9af580 Ralph/chore/fix.coderabbit.issues (#1432) 2025-11-21 12:40:46 +01:00
Ralph Khreish
e66150e91c chore: add integration tests to new cli and mcp (#1430) 2025-11-20 19:36:17 +01:00
Ralph Khreish
4049f34d5a feat: implement local-only command checkers for cli and mcp (#1426) 2025-11-19 22:08:04 +01:00
Ralph Khreish
99d9179522 feat: deprecate generate command (#1425) 2025-11-19 18:03:34 +01:00
github-actions[bot]
fbb5ee4ce1 Version Packages (#1429)
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.33.0
2025-11-19 00:37:43 +01:00
Ralph Khreish
8712b4a822 0.33.0 (#1428)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-19 00:25:16 +01:00
github-actions[bot]
0fd69c7fa7 docs: Auto-update and format models.md 2025-11-18 22:16:58 +00:00
Ralph Khreish
122c23abb3 feat: add gemini-3-pro-preview to google providers (#1427) 2025-11-18 23:16:45 +01:00
github-actions[bot]
838f0a2a11 Version Packages (#1424) task-master-ai@0.32.2 2025-11-17 16:03:33 +01:00
Ralph Khreish
30ffd09c92 Merge pull request #1423 from eyaltoledano/next 0.32.2 2025-11-17 15:50:22 +01:00
Ralph Khreish
3d19921ab4 Fix: upgrade fastmcp to latest non-breaking version (#1422)
Closes [#1413](https://github.com/eyaltoledano/claude-task-master/issues/1413)
Closes [#1411](https://github.com/eyaltoledano/claude-task-master/issues/1411)
2025-11-17 15:45:27 +01:00
Ralph Khreish
e75946b1a9 fix: add temporary patch to fix fastmcp issue asap (#1421)
Closes #1413
Closes #1411
2025-11-17 15:20:11 +01:00
Ralph Khreish
5529e15e74 Update from main 0.32.1 (#1419)
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>
fix changesets (#1414)
2025-11-17 14:19:39 +01:00
github-actions[bot]
31965abc7e Version Packages (#1416)
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.32.1 extension@0.26.0
2025-11-16 22:21:12 +01:00