Colin McDonnell
d98f6c8029
Switch back to grpahql for review threads
2026-01-20 23:59:52 +00:00
pullfrog[bot]
97001d7d88
fix: make PR creation conditional on user intent ( #131 )
...
- Build mode: rewrote steps 8-9 to consolidate PR creation logic into step 8
with explicit default/branch-only behaviors, removing the false claim that
create_pull_request is needed for commit attribution
- Prompt mode: updated step 2 with the same conditional PR creation logic
Fixes #84
Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
2026-01-20 10:39:04 +00:00
Colin McDonnell
ce123c9a57
Clean up prompts ( #126 )
...
* Clean up prompts
* Drop in-payload review comments
2026-01-20 00:13:55 +00:00
Colin McDonnell
cb925556e8
refactor instructions to return object with full/system/user/event/runtime properties, fix duplicate modes and json prompt extraction ( #110 )
2026-01-16 21:43:54 +00:00
Colin McDonnell
69b9b96ddd
Refactor ( #109 )
2026-01-16 18:43:09 +00:00
Colin McDonnell
9e019d89d2
Clean up actions and payloads ( #98 )
...
* Clean up actions and payloads
* Clean up action
* Cleanup
2026-01-16 07:16:25 +00:00
Colin McDonnell
97dce099c1
Implement granular tool permissions ( #82 )
...
* Granular tool permissions
* Fix build
* Start on UI
* Fixes
* Fmt
* Go ham on UI
* Update migrations
* Considate wiki files
* Clean up
* More tweaks. Docs.
* Consolidate collab and noncollab
* Fix build
* Restrict for non-collaborators
2026-01-15 08:05:30 +00:00
Colin McDonnell
6e2a15c195
Improvements to deps and logging
2026-01-15 00:01:38 +00:00
pullfrog[bot]
3b880eb478
Implement GitHub suggestion format instructions ( #79 )
...
* implement github suggestion format instructions
add instructions for agents to use github's suggestion format (```suggestion blocks) when providing code suggestions in comments. this enables one-click apply for suggested changes.
updated:
- action/mcp/review.ts: added suggestion format guidance to create_pull_request_review tool description and comment body parameter
- action/mcp/comment.ts: added suggestion format guidance to all comment tools with clarification that suggestions only work on pr line-level review comments
- action/modes.ts: added detailed example in review mode and reminder in address reviews mode
fixes #70
* Address PR review feedback
- Remove suggestion format guidance from report_progress (not applicable)
- De-duplicate description across Comment, EditComment, ReplyToReviewComment
- Drop outer fence in suggestion format example
- Clarify that suggestions only work for self-contained changes
- Remove useless example comment from review tool description
---------
Co-authored-by: pullfrog <team@pullfrog.com >
2026-01-14 20:41:43 +00:00
Colin McDonnell
3fa309853b
Fix repo slug
2026-01-14 01:44:30 +00:00
Colin McDonnell
72a040aafa
Clean up review mode
2025-12-22 18:35:29 -08:00
Colin McDonnell
cc59a16472
Clean up review mode
2025-12-22 18:31:27 -08:00
Colin McDonnell
8db0c40487
Do not return diff. Stick with opus
2025-12-22 18:22:35 -08:00
Colin McDonnell
7fb788a883
Token efficiency
2025-12-22 18:16:55 -08:00
Colin McDonnell
0cf88e1752
THINK HARDER
2025-12-22 17:49:37 -08:00
Colin McDonnell
dcb672b5be
Tweak prompts, switch to opus
2025-12-22 17:40:40 -08:00
Colin McDonnell
c518e8b6fd
Add retrying. Improve diff format
2025-12-22 15:53:11 -08:00
Colin McDonnell
615a3bc8e1
Clean up PR prompt
2025-12-22 15:01:42 -08:00
Colin McDonnell
25896559f0
Switch back to one-shot reviews
2025-12-22 14:55:19 -08:00
Colin McDonnell
d5bec7499b
Update review process
2025-12-21 22:23:18 -08:00
David Blass
5034ff8285
switch to start_dependency_installation and await_dependency_installation, fix action play.ts repo
2025-12-19 16:29:46 -05:00
Shawn Morreau
6716183068
Fix MCP file discovery errors ( #9 )
...
* fix tool errors
*QA
2025-12-17 11:29:27 -05:00
Colin McDonnell
36d249908e
Clean up instructions
2025-12-16 21:08:10 -08:00
Colin McDonnell
956245962e
Improve reviews
2025-12-16 19:56:09 -08:00
Colin McDonnell
1bff21f7fb
overhaul git setup
2025-12-16 18:01:51 -08:00
Colin McDonnell
db68424ffc
fix: move origin URL auth setup before git fetch in setupGit
2025-12-16 16:51:53 -08:00
David Blass
d074ece31b
iterate on prep
2025-12-16 17:47:37 -05:00
Colin McDonnell
2f16d2ef0e
Improve repo setup with gh cli
2025-12-15 20:21:56 -08:00
Colin McDonnell
0cdbc95e17
Flesh out review prompt
2025-12-14 16:12:16 -08:00
Colin McDonnell
6b79fd4e29
Improve PR, add pwd
2025-12-13 12:28:59 -08:00
David Blass
bb55216a6b
iterate on pr fix
2025-12-11 18:02:44 -05:00
Shawn Morreau
ccb28d8cf5
opencode working
2025-12-10 03:34:19 -05:00
David Blass
305fc9b0dd
auto-labeling
2025-12-09 17:02:57 -05:00
Colin McDonnell
59f85a9003
Switch to pullfrog.com
2025-12-04 16:40:10 -08:00
Colin McDonnell
51b37f67ca
Improve flow for non-PR Build mode
2025-12-03 16:40:53 -08:00
Colin McDonnell
046de13bb3
Fix issue w/ new comments being created in Prompt mode
2025-12-03 15:21:45 -08:00
ssalbdivad
32f850d6ec
migrate to report_progress
2025-12-02 15:23:56 -05:00
Colin McDonnell
91f8b55167
add Address Reviews mode
2025-11-26 23:25:36 -08:00
Colin McDonnell
4ff547f673
add debug mcp tool for testing, fix transport issues
2025-11-25 17:07:40 -08:00
Colin McDonnell
339c0ee276
tweak modes
2025-11-21 16:53:40 -08:00
Colin McDonnell
b460bd3109
Flesh out modes
2025-11-20 16:46:13 -08:00
Colin McDonnell
098df15764
Add get_check_suite_logs tools
2025-11-19 23:27:24 -08:00
Colin McDonnell
fe35e9e274
Updates
2025-11-19 21:25:51 -08:00
Colin McDonnell
b05d1bfc53
Add parrot
2025-11-19 16:52:11 -08:00
Colin McDonnell
e3a7b09df4
Move things to external.ts
2025-11-19 16:02:37 -08:00
Colin McDonnell
06a19567c0
Switch to payload
2025-11-18 23:15:44 -08:00
David Blass
d4a4dd59bb
use working comment
2025-11-14 14:01:44 -05:00
Colin McDonnell
47716aa119
Fix outer build
2025-11-13 17:16:36 -08:00
David Blass
692719029c
improve instructions, codex logging
2025-11-13 15:49:20 -05:00
David Blass
d7878095a6
update instructions
2025-11-13 15:40:05 -05:00