gabriel / muse public
feat minor feat/cli-collaborator-webhook-commands #1 / 1
AI Agent gabriel · 158 days ago · Apr 10, 2026 · Diff

feat: add CLI commands for issue comment-delete, collaborators, webhooks

- issue comment-delete: DELETE /api/repos/{repo_id}/issues/{n}/comments/{id} - collaborator list/invite/update/remove: full CRUD against /api/repos/{repo_id}/collaborators - webhook create/list/delete: full CRUD against /api/repos/{repo_id}/webhooks - all commands follow existing hub subparser pattern, auth via MSign

sha256:4e5a6182050f4f660686ee97b3c7f7a1d15fc2c37640081f85bc631d202d41fe sha
+8 ~1 symbols
sha256:5009a5bdf31564cead617fc2e5687412e72156e1a10b84cf6a7b5b4ccb72533d snapshot
+8
symbols added
~1
symbol modified
0
dead code introduced
Semantic Changes 9 symbols
~ muse/cli/commands/hub.py .py 8 symbols added, 1 symbol modified
+ run_collaborator_invite function function run_collaborator_invite L3218–3253
+ run_collaborator_list function function run_collaborator_list L3184–3215
+ run_collaborator_remove function function run_collaborator_remove L3290–3316
+ run_collaborator_update function function run_collaborator_update L3256–3287
+ run_issue_comment_delete function function run_issue_comment_delete L2750–2788
+ run_webhook_create function function run_webhook_create L3322–3364
+ run_webhook_delete function function run_webhook_delete L3402–3428
+ run_webhook_list function function run_webhook_list L3367–3399
← Older Oldest on feat/cli-collaborator-webhook-commands
All commits
Newer → Latest on feat/cli-collaborator-webhook-commands

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:4e5a6182050f4f660686ee97b3c7f7a1d15fc2c37640081f85bc631d202d41fe --body "your comment"