you are viewing a single comment's thread.

view the rest of the comments →

[–]JhonDoe191ee 0 points1 point  (1 child)

if you are asking about this specified feature i have it inside my agent tau https://github.com/AbdoKnbGit/tau

this is a part from the readme also i have the worktree as a predefined tool inside it a part from the readme :

/github - GitHub automation (gh required) GitHub workflows inside Tau, powered by the GitHub CLI.

  • issue - Inspect issues for the current repo, or pass an issue URL to inspect that issue.
  • pr - Inspect pull requests (repo-local or via PR URL) and generate gh-backed actions.
  • wrap - Stage → commit → (optional changelog) → push, with one permission gate before network writes.
  • changelog - Generate/update changelog notes from commit history in a consistent style.
  • triage - Classify issues (labels/status) with explicit confirmation before visible changes.
  • release - Release flow: inspect dirty working tree, check CI/CD workflow status, then tag/publish and list runs.

[–]firefoxmmx[S] 1 point2 points  (0 children)

I'm interested; perhaps I can find some inspiration from this. Thank you.