@hcrosse/opencode-pr-tracker 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -39,27 +39,37 @@ opencode plugin @hcrosse/opencode-pr-tracker@0.2.0 --global --force
39
39
  Replace `0.2.0` with the version you want. Omit `--global` for a plugin installed
40
40
  in the current project.
41
41
 
42
+ The plugin checks for compatible stable releases at most once every 24 hours.
43
+ When an update is available, the sidebar shows its version. Click it or run
44
+ `/pr-tracker-plugin-update` to see the exact command for the current installation
45
+ scope. The plugin never installs updates automatically.
46
+
42
47
  ## Commands
43
48
 
44
- - `/pr-attach` accepts a canonical pull request URL or a positive pull request number for the current GitHub repository.
49
+ - `/pr-attach` accepts a pull request URL, with or without `https://`, or a positive pull request number for the current GitHub repository.
45
50
  - `/pr-open` lets you select and open an attached pull request on macOS or Linux.
46
51
  - `/pr-detach` lets you select and remove an attached pull request.
47
52
  - `/pr-sync` immediately refreshes attached pull request status.
48
- - Agents can use the `pr_attach` and `pr_detach` tools when the server plugin is enabled.
53
+ - `/pr-tracker-feedback` collects bug reports, feature requests, or other feedback and previews optional diagnostics. It opens a prefilled browser issue by default, with confirmed `gh` submission as an alternative. Diagnostics never automatically include session content, local paths, repository names, or pull request URLs.
54
+ - `/pr-tracker-plugin-update` checks for a compatible plugin release and shows the update command.
55
+ - Agents can use the `pr_list`, `pr_attach`, and `pr_detach` tools when the server plugin is enabled.
49
56
 
50
57
  The `pr_detach` tool also accepts a positive pull request number when exactly
51
- one session attachment has that number. Use a canonical URL when repositories
58
+ one session attachment has that number. Use a pull request URL when repositories
52
59
  have attached pull requests with the same number.
53
60
 
54
- The plugin accepts canonical URLs in the form
55
- `https://github.com/<owner>/<repository>/pull/<number>`.
61
+ The plugin accepts pull request URLs in the forms
62
+ `https://github.com/<owner>/<repository>/pull/<number>` and
63
+ `github.com/<owner>/<repository>/pull/<number>`.
56
64
 
57
65
  ## Sidebar
58
66
 
59
67
  Each attached pull request appears with its repository, number, title, and
60
68
  current state. Open and closed pull requests refresh at least once per minute
61
69
  and when session activity changes. Click a row to open the pull request on
62
- macOS or Linux.
70
+ macOS or Linux. When more than two pull requests are attached, click the
71
+ **Pull requests** heading to collapse or expand its rows. Status refreshes
72
+ continue while the section is collapsed.
63
73
 
64
74
  | State | Appearance |
65
75
  | ------------------------ | --------------------- |