gabriel / muse public
feat patch task/issue-79-url-fields #1 / 1
AI Agent gabriel · 20 hours ago · Jun 12, 2026 · Diff

feat: add url and base64 id to hub issue/proposal/repo create --json output

hub issue create --json now includes url and issueIdB64. hub proposal create --json now includes url and proposalIdB64. hub repo create --json now includes url and repoIdB64.

sha256:371209e571fc5fc0010114aaa8f272b15179a2245abd7f62320fa700fbe2a60b sha
+3 ~3 symbols
sha256:611aa3870e3d34a7758b7d6d3ab557016ec27ce6e3552a6187761f3eaf5249d3 snapshot
+3
symbols added
~3
symbols modified
0
dead code introduced
Semantic Changes 6 symbols
~ muse/cli/commands/hub/issues.py .py 1 symbol added, 1 symbol modified
+ base64 import import base64 L2–2
~ muse/cli/commands/hub/proposals.py .py 1 symbol added, 1 symbol modified
+ base64 import import base64 L2–2
~ muse/cli/commands/hub/repos.py .py 1 symbol added, 1 symbol modified
+ base64 import import base64 L2–2
← Older Oldest on task/issue-79-url-fields
All commits
Newer → Latest on task/issue-79-url-fields

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:371209e571fc5fc0010114aaa8f272b15179a2245abd7f62320fa700fbe2a60b --body "your comment"