Mateusz Burzyński
2daab6fc78
Obtain job-level token by default for less privileged runs ( #198 )
2026-01-29 21:30:08 +00:00
David Blass
943409c417
add #timeout, macro errors, refactor tests ( #191 )
2026-01-28 21:06:57 +00:00
Colin McDonnell
f77fecc2a0
Update
2026-01-28 07:47:52 +00:00
Mateusz Burzyński
071e885d63
Add upload tool and related APIs ( #187 )
...
* Add utils for r2 upload
* Add the tool and new routes
* fix auth issue
* sign headers
* add comment
* use our own API key to auth signed uploads
* Restructure things slightly
* tweak
* tweak
* add comments
* tweak
* revert a thing
* twaek
* drop mime type filtering
* new incarnation of mime type filtering
* jsut allow all octet-streams
* simplify further
* tweak
* update lockfile
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2026-01-28 05:34:58 +00:00
Colin McDonnell
102417f442
Add post hooks for cleanup ( #193 )
...
* Add post hooks for cleanup
* Switch to signal-based cleanup
* Better exit handling
2026-01-28 01:59:15 +00:00
Colin McDonnell
3a975cc384
Add md <> code comments
2026-01-24 18:56:51 +00:00
Colin McDonnell
57895ae342
Update lock
2026-01-22 06:15:49 +00:00
Colin McDonnell
01ee59a96c
Restrict github token ( #140 )
2026-01-21 02:17:46 +00:00
David Blass
04cc24bf64
improve nobash tests, fix cursor, reenable CI ( #138 )
2026-01-21 01:37:56 +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
101c666610
Fix capitalization issues
2026-01-16 16:54:42 +00:00
David Blass
f34379415e
add per-agent smoke tests ( #100 )
2026-01-16 08:00:16 +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
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
David Blass
1daf1571cf
add macros ( #68 )
2026-01-14 22:52:54 +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
672d8ccd00
Tweak
2026-01-13 00:12:48 -08:00
Colin McDonnell
280bb7ef15
Fix vercel build
2026-01-13 08:11:59 +00:00
Colin McDonnell
84df6bbfb0
Tweak
2026-01-13 00:05:48 -08:00
Colin McDonnell
7e7733d0e3
Revert "Add guardrails"
...
This reverts commit 8c24bc9c0b .
2026-01-12 23:43:57 -08:00
Colin McDonnell
6339eb43f8
Add comment
2026-01-12 23:43:00 -08:00
Colin McDonnell
8c24bc9c0b
Add guardrails
2026-01-13 07:41:37 +00:00
Colin McDonnell
bc970de683
Revert "sync: pull changes from pullfrog/action"
...
This reverts commit 7c0d8c3311 .
2026-01-12 23:27:44 -08:00
pullfrog
7c0d8c3311
sync: pull changes from pullfrog/action
2026-01-13 07:21:49 +00:00
Colin McDonnell
0ca33995e5
Tweaks
2026-01-12 23:17:53 -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
1d1d80c3f9
Additional testing with codex
2026-01-08 14:57:47 -08:00
Colin McDonnell
fe7ce4af11
Updates
2026-01-08 14:11:43 -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
ad1f51d704
Implement Plan button
2025-12-30 20:14:49 -08:00
David Blass
b33deb1b5a
fix thumbs up message, sleep prompting
2025-12-19 16:54:13 -05: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
90ed2648be
refactor main
2025-12-17 16:28:17 -05: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
db950ebe76
Debug
2025-12-17 11:42:00 -08:00
Colin McDonnell
9132a59758
Fix create_review and various opencode things
2025-12-16 22:14:41 -08:00
Colin McDonnell
4db8e28bf7
Refactor to toolState
2025-12-16 20:41: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
David Blass
012397b3c4
add note
2025-12-16 17:49:47 -05:00
David Blass
d074ece31b
iterate on prep
2025-12-16 17:47:37 -05:00
Colin McDonnell
efb4ad186f
Improve remote tracking
2025-12-15 23:56:47 -08:00