oh-my-pr 2.14.0 → 2.15.1
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 +2 -0
- package/dist/index.cjs +138 -135
- package/dist/mcp.cjs +1 -1
- package/dist/public/assets/index-DDtUCMEY.js +8 -0
- package/dist/public/index.html +1 -1
- package/dist/tui.mjs +48 -45
- package/package.json +3 -2
- package/dist/public/assets/index-mdFj9wN5.js +0 -8
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:
|