oh-my-pr 4.5.4 → 4.6.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 +9 -1
- package/dist/index.cjs +165 -148
- package/dist/public/assets/index-BH31fkzd.css +1 -0
- package/dist/public/assets/index-oXxHB6t2.js +49 -0
- package/dist/public/index.html +2 -2
- package/package.json +3 -3
- package/dist/public/assets/index-C25-CPSv.js +0 -49
- package/dist/public/assets/index-D3t6JrEm.css +0 -1
package/README.md
CHANGED
|
@@ -38,6 +38,14 @@ You need:
|
|
|
38
38
|
- GitHub auth via `gh auth login` or `GITHUB_TOKEN`
|
|
39
39
|
- either the `codex` CLI or `claude` CLI installed and authenticated locally
|
|
40
40
|
|
|
41
|
+
Download the desktop app:
|
|
42
|
+
|
|
43
|
+
- [Download for macOS Apple Silicon](https://github.com/yungookim/oh-my-pr/releases/latest/download/oh-my-pr-macos-arm64.dmg)
|
|
44
|
+
|
|
45
|
+
The macOS desktop build is currently not notarized. If macOS blocks the first
|
|
46
|
+
launch, use Control-click or right-click, choose Open, and confirm the app in
|
|
47
|
+
Privacy & Security.
|
|
48
|
+
|
|
41
49
|
Install and launch:
|
|
42
50
|
|
|
43
51
|
```bash
|
|
@@ -97,7 +105,7 @@ oh-my-pr can be used in a few ways:
|
|
|
97
105
|
- server logs page: `http://localhost:5001/logs`
|
|
98
106
|
- MCP server: `oh-my-pr mcp`
|
|
99
107
|
- local REST API: see [LOCAL_API.md](LOCAL_API.md)
|
|
100
|
-
-
|
|
108
|
+
- desktop app downloads: [macOS Apple Silicon DMG](https://github.com/yungookim/oh-my-pr/releases/latest/download/oh-my-pr-macos-arm64.dmg)
|
|
101
109
|
|
|
102
110
|
Local browser and API access work without a dashboard login. To use the web
|
|
103
111
|
dashboard from another machine, set remote web credentials before starting the
|