Colin McDonnell
75b429ceca
Update cli
2026-01-15 01:01:58 +00:00
pullfrog[bot]
71feba0a76
fix: prevent log.writeSummary from overwriting reportProgress content ( #87 )
...
* fix: prevent log.writeSummary from overwriting reportProgress content
The run summary was showing logs instead of the final reportProgress content
because log.writeSummary() was called after reportProgress. Now
log.writeSummary() checks if the summary was already overwritten by
reportProgress and skips if so.
Fixes #86
* refactor: replace dynamic import with static import in cli.ts
Replace unnecessary dynamic import of wasSummaryOverwritten with
static import. No circular dependency exists since comment.ts doesn't
import from cli.ts.
* Fix run summary writing
---------
Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com>
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2026-01-15 00:55:42 +00:00
Colin McDonnell
3539ddf943
Update committer email
2026-01-14 21:15:05 +00:00
Colin McDonnell
280bb7ef15
Fix vercel build
2026-01-13 08:11:59 +00:00
Colin McDonnell
a57866a8cd
Fix CI
2026-01-13 06:02:29 +00: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
Robin Tail
c89f1b9537
Establishing unit tests using vitest.
2026-01-12 15:05:30 +01:00
Robin Tail
0c03428488
feat: Using table() in summaryTable() when not running in CI.
2026-01-12 09:49:01 +01:00
Colin McDonnell
9291ee5952
Fix github_actions iss
2026-01-08 14:11:11 -08: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
8a7db7bba2
Maybe fix gemini
2025-12-27 16:28:41 -08:00
Colin McDonnell
c518e8b6fd
Add retrying. Improve diff format
2025-12-22 15:53:11 -08:00
Colin McDonnell
5353d80388
Retries on oidc. 152
2025-12-22 14:33:18 -08:00
Colin McDonnell
2dea842981
Write diff to file
2025-12-22 14:20:42 -08:00
Colin McDonnell
e9a585ce47
Improve debug logging for reviews. v0.0.150
2025-12-22 13:50:39 -08:00
Colin McDonnell
7407b6cbc5
Fix timeout
2025-12-22 12:51:04 -08:00
Colin McDonnell
507efb0c25
Fix timeout
2025-12-22 12:50:00 -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
David Blass
adc87d8b64
check packageManager
2025-12-17 18:00:36 -05:00
David Blass
90ed2648be
refactor main
2025-12-17 16:28:17 -05:00
Colin McDonnell
1f1c1602c5
Flesh out debug logs
2025-12-17 13:11:44 -08:00
Colin McDonnell
bd932e7696
Tweaks
2025-12-17 12:59:43 -08:00
Colin McDonnell
4826e9acb1
Clean up logs
2025-12-17 12:43:08 -08:00
Colin McDonnell
def7ee0303
Fix logging
2025-12-17 11:49:05 -08:00
Colin McDonnell
53f6f18352
Fix debug logging
2025-12-17 10:44:49 -08:00
Shawn Morreau
6716183068
Fix MCP file discovery errors ( #9 )
...
* fix tool errors
*QA
2025-12-17 11:29:27 -05:00
Colin McDonnell
9132a59758
Fix create_review and various opencode things
2025-12-16 22:14:41 -08:00
Colin McDonnell
36d249908e
Clean up instructions
2025-12-16 21:08:10 -08:00
Colin McDonnell
a2f6b938de
Fix log
2025-12-16 19:01:13 -08:00
Colin McDonnell
114c0b5632
Clean up log.group
2025-12-16 18:55:05 -08:00
Colin McDonnell
1bff21f7fb
overhaul git setup
2025-12-16 18:01:51 -08:00
Colin McDonnell
f6ac916e22
Merge pull request #6 from pullfrog/fix-setup-git-auth-order
...
fix: move origin URL auth setup before git fetch in setupGit
2025-12-16 18:00:54 -08:00
Colin McDonnell
9a68a35ac6
No tags
2025-12-16 17:00:00 -08:00
Colin McDonnell
db68424ffc
fix: move origin URL auth setup before git fetch in setupGit
2025-12-16 16:51:53 -08:00
Colin McDonnell
853746ba65
Clean up fork setup
2025-12-16 00:15:57 -08:00
Colin McDonnell
efb4ad186f
Improve remote tracking
2025-12-15 23:56:47 -08:00
Colin McDonnell
e383dd33dd
Clean up destructuring
2025-12-15 23:32:02 -08:00
Colin McDonnell
b833cdd4af
0.0.141
2025-12-15 23:22:30 -08:00
Colin McDonnell
26336d0ac2
Tool factories
2025-12-15 23:04:20 -08:00
Colin McDonnell
0fced1dfa6
Clean up init
2025-12-15 22:21:47 -08:00
Colin McDonnell
a19ae49224
Determinstically set up PR branch
2025-12-15 21:12:55 -08:00
Colin McDonnell
2f16d2ef0e
Improve repo setup with gh cli
2025-12-15 20:21:56 -08:00
Colin McDonnell
b7511752b6
Improve PR review on external PRs
2025-12-15 19:10:10 -08:00
David Blass
bb55216a6b
iterate on pr fix
2025-12-11 18:02:44 -05:00
Shawn Morreau
fb7d9e0d34
move croaked logic, ensure API key error populates comment
2025-12-11 14:55:07 -05:00
Shawn Morreau
994d493e08
add branch logic mcp tool
2025-12-10 13:13:26 -05:00
Shawn Morreau
ccb28d8cf5
opencode working
2025-12-10 03:34:19 -05:00
Shawn Morreau
06fdedb8c5
opencode initial run
2025-12-10 02:59:38 -05:00