Commit Graph

2 Commits

Author SHA1 Message Date
whale 2b0ee1be6f feat: add Wiki, PM kanban, Webhook shortcuts + Issue batch operations
Wiki (5 commands):
- wiki +list/+view/+create/+update/+delete
- Uses gateway.gitlink.org.cn API gateway
- JSON body with owner/repo params, auto base64 encoding

PM/Kanban (6 commands):
- pm +boards/+sprints/+weekly/+tags/+pipelines/+actions
- Shared listPM helper to reduce duplication

Webhook (4 new commands + bugfix):
- webhook +view/+update/+history/+test
- Fixed create missing http_method field

Issue batch (3 commands):
- issue +batch-update/+batch-delete/+batch-close
- Dry-run safety + CSV file support

Infrastructure:
- Added DoForm/CallAPIRawForm for form-encoded bodies
- Added DecodeForm test utility
- All 39 tests passing

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-01 11:38:55 +08:00
whale cd22b037be feat: add file, webhook, and member shortcuts
- Add file operations shortcut (file +browse/get/create/update/delete)
  with automatic base64 encoding and SHA fetching for update/delete
- Add webhook management shortcut (webhook +list/create/delete)
- Add project member shortcut (member +list/add/remove)
- All new shortcuts include unit tests
- Register new domains in shortcuts/register.go

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 17:12:37 +08:00