wbtiger
a6b2841748
Merge PR #314 : feat(repo,pr): add code history and batch file shortcuts
...
# Conflicts:
# shortcuts/repo/repo.go
# skills/gitlink-gatekeeper/SKILL.md
# skills/gitlink-pr/SKILL.md
# skills/gitlink-repo/SKILL.md
2026-07-14 22:50:09 +08:00
wbtiger
62c44bf7b4
Merge PR #142 : 新增 PR 本地检出命令
...
# Conflicts:
# internal/i18n/locales/en-US.json
# internal/i18n/locales/zh-CN.json
# shortcuts/pr/pr_test.go
# skills/README.md
2026-07-14 22:50:07 +08:00
NeeNe
e20f80e26c
feat(repo,pr): add code history file shortcuts
2026-07-02 12:25:38 +08:00
Mengz
ffb35a4f02
feat(pr): 支持按编号搜索 PR
2026-06-25 18:13:39 +08:00
Mengz
f67f723f2a
feat: 新增 PR 本地检出命令
2026-06-08 11:50:13 +08:00
wbtiger
83fe18f8c0
refactor: rename pr +close to pr +refuse
...
The `pr +close` shortcut called the `refuse_merge` API, which is
misleading — "close" suggests a benign operation, but the actual
behavior is to refuse/reject the pull request permanently.
Rename the shortcut to `pr +refuse` so the name matches the API
semantics, and add a warning in the docs that it must never be used
as a substitute for `pr +merge`.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-03 23:20:32 +08:00
wbtiger
898b7f59d1
feat: add milestone, compare, pr reopen shortcuts and api enhancements ( #45 )
...
- milestone shortcuts: list, create, view, update, delete, close, reopen
- compare shortcuts: view, files (compare branches/tags/commits)
- pr +reopen: reopen closed pull requests
- api: add --body-file and --body-stdin for reading JSON from file/stdin
- comprehensive tests for all new shortcuts
Co-authored-by: wangyue111 <wangyue111>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 00:44:39 +08:00
Tiger
49cd590227
Merge PR #26 : feat(pr): add review shortcuts
...
Resolved conflicts between PR #24 (+versions, +version-diff) and PR #26
(+reviews, +review). Unified prReviewsPath() to use existing prV1Path() helper.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 22:12:01 +08:00
wangyue789
fbea42ecce
feat(pr): add review shortcuts
2026-05-21 17:20:15 +08:00
wangyue789
e85dd367d8
feat(pr): add patchset version shortcuts
2026-05-21 11:58:47 +08:00
wbtiger
17abc488a8
fix: 统一使用 pull_request_number 替代 pull_request_id
...
将所有 skill 文档中对 pull_request_id 的引用替换为 pull_request_number,
与用户在网页 URL (/pulls/N) 中看到的序号一致。API 本身支持
pull_request_number,因此无需任何代码改动。
Fixes #7
2026-05-12 14:07:20 +08:00
Zhang Jinnan
46aa383d76
fix: preserve issue description on updates
2026-04-28 08:43:51 +08:00
wbtiger
e892370de8
init gitlink-cli
2026-04-17 10:01:30 +08:00