• Joined on 2026年02月25日
stalecontext created pull request stalecontext/forgejo-cli-plus#53 2026年07月02日 23:41:22 +02:00
Feature batch: milestone edit, --label, auth status, release --attach, --body-file, actions watch
stalecontext pushed to feature/issue-batch-2026-07 at stalecontext/forgejo-cli-plus 2026年07月02日 23:36:18 +02:00
e61a866796 add --body-file support to all body-accepting commands
499b5aac56 accept --repo on trailing view/edit subcommands
bf2e4f314b document --label on issue and pr create, snapshot their help
75f67dd0f4 add actions run watch command
fa28558660 add milestone subcommand to issue and pr edit
Compare 7 commits »
stalecontext created branch feature/issue-batch-2026-07 in stalecontext/forgejo-cli-plus 2026年07月02日 23:36:17 +02:00
stalecontext pushed tag v2.0.0 to stalecontext/forgejo-cli-plus 2026年07月02日 22:00:30 +02:00
stalecontext pushed to main at stalecontext/forgejo-cli-plus 2026年07月02日 21:59:55 +02:00
adcde25355 docs: document v2.0.0 commands in SKILL.md
stalecontext pushed to main at stalecontext/forgejo-cli-plus 2026年07月02日 21:56:18 +02:00
cc76f87291 chore: bump version to 2.0.0
stalecontext pushed to main at stalecontext/forgejo-cli-plus 2026年07月02日 21:52:35 +02:00
46aa11c0a4 Merge pull request 'Upstream sync 2026年07月02日' (#52) from upstream-sync/2026-07-02 into main
a6eae5799b keep remote host when ssh config HostName is an IP literal
9220b7024d make repo units show status when no flags are given
2275bcb326 vendor forgejo-api with pre-v16 server compatibility patch
8299823e25 harden new commands after adversarial review
Compare 65 commits »
stalecontext merged pull request stalecontext/forgejo-cli-plus#52 2026年07月02日 21:52:34 +02:00
Upstream sync 2026年07月02日
stalecontext created pull request stalecontext/forgejo-cli-plus#52 2026年07月02日 21:51:41 +02:00
Upstream sync 2026年07月02日
stalecontext pushed tag upstream-reviewed/2026-07-02 to stalecontext/forgejo-cli-plus 2026年07月02日 21:51:24 +02:00
stalecontext pushed to upstream-sync/2026-07-02 at stalecontext/forgejo-cli-plus 2026年07月02日 21:51:22 +02:00
a6eae5799b keep remote host when ssh config HostName is an IP literal
9220b7024d make repo units show status when no flags are given
2275bcb326 vendor forgejo-api with pre-v16 server compatibility patch
Compare 3 commits »
stalecontext pushed to upstream-sync/2026-07-02 at stalecontext/forgejo-cli-plus 2026年07月02日 21:14:14 +02:00
8299823e25 harden new commands after adversarial review
c6a67e2c9a use keys() iterator in auth list
2ef86f30d7 add --base and --head filters to pr search
86ecde8c33 add actions run and artifact commands, tasks --status filter
1a803aadc8 refresh AGENTS.md gotchas after upstream sync
Compare 10 commits »
stalecontext created branch upstream-sync/2026-07-02 in stalecontext/forgejo-cli-plus 2026年07月02日 21:14:14 +02:00
stalecontext commented on issue stalecontext/forgejo-cli-plus#51 2026年07月02日 21:13:22 +02:00
Assign milestone to an existing issue

Hey, I'll take a look at this now @michewl

stalecontext commented on issue stalecontext/forgejo-cli-plus#34 2026年04月02日 01:17:47 +02:00
Add Actions workflow run monitoring commands

I'll see if there's a way I can implement this without waiting on direct REST API support. Lemme know if you have any ideas

stalecontext closed issue stalecontext/forgejo-cli-plus#25 2026年04月01日 17:49:45 +02:00
MacOS builds
stalecontext pushed to main at stalecontext/forgejo-cli-plus 2026年03月31日 17:01:10 +02:00
0074622c78 docs: clarify SKILL.md for repo labels, --version, and cross-repo usage
stalecontext opened issue stalecontext/forgejo-cli-plus#50 2026年03月31日 16:48:11 +02:00
auth status: show comprehensive authentication info
stalecontext opened issue stalecontext/forgejo-cli-plus#49 2026年03月31日 16:47:56 +02:00
release edit --attach: add assets to existing releases
stalecontext pushed to main at stalecontext/forgejo-cli-plus 2026年03月31日 16:40:46 +02:00
d2cb57985b docs: update SKILL.md for v1.1.0 changes