David Blass
1daf1571cf
add macros ( #68 )
2026-01-14 22:52:54 +00:00
Colin McDonnell
3539ddf943
Update committer email
2026-01-14 21:15:05 +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
0fa789c3e2
Fix cwd
2026-01-14 04:37:51 +00:00
Colin McDonnell
3fa309853b
Fix repo slug
2026-01-14 01:44:30 +00:00
Colin McDonnell
280bb7ef15
Fix vercel build
2026-01-13 08:11:59 +00:00
Colin McDonnell
20b4f683e5
Two way sync attempt
2026-01-13 07:13:47 +00:00
Colin McDonnell
03999f40ac
Break stuff
2026-01-12 23:08:58 -08:00
Colin McDonnell
8596da9093
Remove artifacts
2026-01-13 06:26:15 +00:00
Colin McDonnell
b2735b2916
0.0.157
2026-01-13 06:09:13 +00:00
Colin McDonnell
a57866a8cd
Fix CI
2026-01-13 06:02:29 +00:00
Colin McDonnell
edb7603587
Update claude impl
2026-01-12 14:12:16 -08:00
Colin McDonnell
45f837cedb
Fixes
2026-01-12 14:12:16 -08:00
pullfrog
c6572f0987
Address review feedback: use effort params, fix model names, add safety checks
2026-01-12 14:12:16 -08:00
David Blass
89e93d3398
fix play
2026-01-12 14:12:16 -08:00
David Blass
c335032c37
init
2026-01-12 14:12:11 -08:00
Colin McDonnell
2f3ae3e481
Merge pull request #22 from pullfrog/issue-14-summary-table-local-cli
...
feat(CLI): Using `table()` in `summaryTable()` when not running in CI
2026-01-12 13:33:35 -08:00
Colin McDonnell
308781793f
Merge pull request #23 from pullfrog/pullfrog/17-report-progress-job-summary
...
feat(mcp): Update job summary with progress comment content
2026-01-12 13:33:08 -08:00
Robin Tail
c89f1b9537
Establishing unit tests using vitest.
2026-01-12 15:05:30 +01:00
Robin Tail
7fe0233c24
fix(DNRY): Moving isGitHubActions to the module context (expensive operation), and the condition to updateSummary().
2026-01-12 10:34:02 +01:00
Robin Tail
e10f756560
fix(DNRY): Extracting the summary writing into updateSummary() helper.
2026-01-12 10:30:26 +01:00
Robin Tail
48108b137a
fix(DNRY): Extracting isGitHubActions flag.
2026-01-12 10:18:08 +01:00
pullfrog
074a860a95
Update job summary with progress comment content
...
Modified reportProgress() to write the same content to core.summary
with overwrite: true. This replaces the verbose log accumulation with
the concise progress updates that stakeholders see in comments.
The job summary now stays in sync with the progress comment,
providing a clean overview of the agent's work rather than
accumulated logs throughout execution.
Fixes #17
2026-01-12 09:07:13 +00:00
Robin Tail
0c03428488
feat: Using table() in summaryTable() when not running in CI.
2026-01-12 09:49:01 +01:00
Colin McDonnell
1d1d80c3f9
Additional testing with codex
2026-01-08 14:57:47 -08:00
Colin McDonnell
3a97ba04fc
Rebase
2026-01-08 14:11:49 -08:00
Colin McDonnell
fe7ce4af11
Updates
2026-01-08 14:11:43 -08:00
pullfrog
6260b23de7
Address review feedback
...
- Remove shell commands section from agent instructions
- Merge Platform Notes into Agent-Specific Notes section
- Remove redundant description text from bash tool
2026-01-08 14:11:32 -08:00
Colin McDonnell
9291ee5952
Fix github_actions iss
2026-01-08 14:11:11 -08:00
Colin McDonnell
c8b65327ee
Tweaks
2026-01-08 14:09:18 -08:00
Colin McDonnell
879d33403c
Switch to custom Bash tool. Mask secrets from Bashsubprocs. Simplify security handling.
2026-01-08 14:09:08 -08:00
Mateusz Burzyński
317ebd3431
cleanup mcp server too
2026-01-08 11:21:23 +01:00
Mateusz Burzyński
2bd12b9553
Use await using for installation token cleanup
2026-01-07 19:25:24 +01:00
Mateusz Burzyński
a483711fee
Auto-retry ratelimited octokit requests
2026-01-07 17:17:20 +01:00
Colin McDonnell
0504fc42ff
Do not print 'This run croaked' if the agent only replies in a PR review comment
2025-12-30 20:21:23 -08:00
Colin McDonnell
ad1f51d704
Implement Plan button
2025-12-30 20:14:49 -08:00
Colin McDonnell
573c473dc1
Drop opus flag
2025-12-30 13:52:54 -08:00
Colin McDonnell
c200c7aff9
Tweak message
2025-12-27 16:28:47 -08:00
Colin McDonnell
8a7db7bba2
Maybe fix gemini
2025-12-27 16:28:41 -08:00
Shawn Morreau
3f996b4759
Remove list_files mcp
2025-12-23 15:34:38 -05: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
7103f5f991
Clean up log
2025-12-22 17:35:14 -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