28 Commits
Author SHA1 Message Date
HugoNijhuis eac2a61452 feat: add Gitea actions workflow runs list and logs tools 2026-08-15 12:14:56 +02:00
HugoNijhuis ec45a86c27 feat: add tea CLI pull request tools
Add three tools for managing pull requests via the tea CLI:
- tea-pulls: list pull requests filtered by state
- tea-pr-get: get PR details with comments
- tea-pr-create: create a PR with title, branch, assignees, and labels
2026-07-29 21:48:13 +02:00
HugoNijhuis 3fb88b1edc fixed git-worktree-create branch creation 2026-05-17 12:22:24 +02:00
HugoNijhuis c3f8f9c611 Update git-worktree-create to use worktrees directory at sibling level 2026-05-15 13:26:36 +02:00
HugoNijhuis 5b4ab46471 Update git-worktree-create to create at sibling level 2026-05-15 13:26:05 +02:00
HugoNijhuis 75daf31e1b Add git-worktree-create tool for creating git worktrees 2026-05-15 13:22:34 +02:00
HugoNijhuis 28d7622956 Add tea-comment tool for adding comments to issues 2026-05-15 11:41:27 +02:00
HugoNijhuis e692018422 Add tea-issue-get tool for retrieving issues with comments 2026-05-15 11:40:58 +02:00
HugoNijhuis a15aac7f38 bun init 2026-05-15 11:23:37 +02:00
HugoNijhuis 09c9527e93 cleanup 2026-05-14 23:08:40 +02:00
HugoNijhuis c1476c6a98 Remove unused labels and milestone parameters from tea_issue_create 2026-05-14 23:02:47 +02:00
HugoNijhuis 25573dabff Add tea_issue_create tool with Bun.$ and description support 2026-05-14 22:57:43 +02:00
HugoNijhuis c60453ef41 Fix tea_issue_create: use Bun.$ and include description 2026-05-14 22:53:53 +02:00
HugoNijhuis 9de03b1253 Add tea_issue_create tool for creating GitHub issues 2026-05-14 22:52:08 +02:00
HugoNijhuis ce06cca219 Add tea_issues tool for listing GitHub issues 2026-05-14 22:18:07 +02:00
HugoNijhuis 7f4319821f fixed tea pr list 2026-05-13 20:31:44 +02:00
HugoNijhuis 3a34883ec7 fix pr list 2026-05-13 17:31:57 +02:00
HugoNijhuis 6dd236944a Add git-worktree tool for managing worktrees 2026-05-12 13:15:47 +02:00
HugoNijhuis e8fa47a57d feat: add dedicated issue close/reopen and PR review tools 2026-05-12 13:11:12 +02:00
HugoNijhuis bb2fd20992 fxied tea issue deps syntax problems 2026-05-11 23:43:33 +02:00
HugoNijhuis feb01f851d fixed the return values to strings instead of JSON.parse 2026-05-03 18:30:54 +02:00
HugoNijhuis d1e649005b feat: add tea-context.ts tool for context helpers (whoami) 2026-05-03 16:35:46 +02:00
HugoNijhuis 9c4494e75f feat: add tea-notification.ts tool for notifications (notificationList) 2026-05-03 16:35:39 +02:00
HugoNijhuis 9c3e396910 feat: add tea-label.ts tool for label management (labelList) 2026-05-03 16:35:31 +02:00
HugoNijhuis 4804c8d251 feat: add tea-milestone.ts tool for milestone management (milestoneList, milestoneCreate) 2026-05-03 16:35:24 +02:00
HugoNijhuis 0066d66833 feat: add tea-issue-deps.ts tool for issue dependencies (issueDepsList, issueDepsAdd, issueDepsRemove) 2026-05-03 16:35:10 +02:00
HugoNijhuis ad6f5923d8 feat: add tea-issue.ts tool for issue management (issueList, issueCreate, issueEdit, issueDetails) 2026-05-03 16:34:47 +02:00
HugoNijhuis f9a72c3543 feat: add tea-pr.ts tool for PR management (prList, prCreate, prCheckout, prMerge, prDetails) 2026-05-03 16:34:18 +02:00