oh-my-pr 2.15.0 → 2.15.2
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 +4 -1
- package/dist/index.cjs +248 -135
- package/dist/mcp.cjs +2 -2
- package/dist/public/assets/{index-DDtUCMEY.js → index-Dvadf2NE.js} +5 -5
- package/dist/public/index.html +7 -7
- package/dist/tui.mjs +221 -106
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,6 +16,8 @@ If you regularly lose time to review comments, flaky checks, merge conflicts, an
|
|
|
16
16
|
|
|
17
17
|
<img width="1365" height="686" alt="oh-my-pr dashboard" src="https://github.com/user-attachments/assets/66dfa082-c732-4989-8b05-f19aa550acb5" />
|
|
18
18
|
|
|
19
|
+
Warning: oh-my-pr helps developers ship high-quality code fast, and the tradeoff is heavy coding-agent usage. Expect it to use lots of tokens, which can increase your AI provider costs. It's built for tokenmaxing.
|
|
20
|
+
|
|
19
21
|
## Why It Exists
|
|
20
22
|
|
|
21
23
|
Pull requests often stall for boring reasons:
|
|
@@ -121,7 +123,7 @@ oh-my-pr --help # help
|
|
|
121
123
|
oh-my-pr --version # version
|
|
122
124
|
```
|
|
123
125
|
|
|
124
|
-
Set `PORT` to change the default web server port (`5001`).
|
|
126
|
+
Set `PORT` to change the default web server port (`5001`). If an MCP host needs to connect to a non-default server port, set `OH_MY_PR_PORT` for `oh-my-pr mcp`.
|
|
125
127
|
|
|
126
128
|
## Run From Source
|
|
127
129
|
|
|
@@ -139,6 +141,7 @@ The dashboard is available at `http://localhost:5001` by default. All `/api/*` r
|
|
|
139
141
|
- [Getting Started](docs/public/getting-started.md)
|
|
140
142
|
- [PR Babysitter](docs/public/pr-babysitter.md)
|
|
141
143
|
- [Agent Dispatch](docs/public/agent-dispatch.md)
|
|
144
|
+
- [PR Q&A](docs/public/pr-questions.md)
|
|
142
145
|
- [Configuration](docs/public/configuration.md)
|
|
143
146
|
- [Local API and MCP](LOCAL_API.md)
|
|
144
147
|
- [Contributing](CONTRIBUTING.md)
|