David Blass
586477f456
abstract tarball installation
2025-11-12 20:26:34 -05:00
David Blass
b65a6df9f7
addInstructions
2025-11-12 20:07:57 -05:00
David Blass
9588ffd4b6
MASSIVE IMPROVCE
2025-11-12 19:57:34 -05:00
Shawn Morreau
7aaebe9584
add more codex logic
2025-11-12 19:22:48 -05:00
Shawn Morreau
71698d3e07
add codex
2025-11-12 17:24:26 -05:00
David Blass
0bf456b6dc
fix pnpm play
2025-11-11 16:42:30 -05:00
Shawn Morreau
e8ca1d87ef
merge main
2025-11-11 15:53:52 -05:00
Shawn Morreau
e9458ea4bf
add security prompting
2025-11-11 15:45:51 -05:00
Colin McDonnell
40dc13b55f
Add repo settings API integration and move workflows into action
...
- Add getRepoSettings utility to fetch repo settings from Pullfrog API
- Integrate repo settings fetch in main.ts with agent validation
- Move workflows from lib/workflows.ts into action/workflows.ts
- Update workflow prompts to include comment management steps
- Add 'Prompt' workflow as fallback for general tasks
- Fix null check for response.body in claude agent tarball download
- Remove unused message handlers (tool_progress, auth_status)
- Fix tsconfig.json indentation consistency
2025-11-11 11:35:10 -08:00
Colin McDonnell
bebc8c626f
extract Prompt as a mode
2025-11-11 03:35:13 -08:00
Colin McDonnell
aa617f2037
update prompt
2025-11-11 03:15:24 -08:00
David Blass
7ac2938570
update todos
2025-11-10 16:02:37 -05:00
David Blass
0a63f3da9d
try download claude
2025-11-06 20:28:58 -05:00
Colin McDonnell
220652f27b
Tweak prompt
2025-11-05 20:59:10 -08:00
Colin McDonnell
349af82bfc
remove unrecognized handlers
2025-11-05 19:02:06 -08:00
David Blass
15732d126d
start working on passthrough logging for bash
2025-11-05 19:27:37 -05:00
David Blass
36b006108b
tweak mcp prompt
2025-11-05 16:03:47 -05:00
David Blass
3ddd6db7ca
add mode, comment edit prompting
2025-11-05 11:08:44 -05:00
David Blass
acb06634be
rely primarily on inline pr feedback
2025-10-31 04:04:06 -04:00
David Blass
681e08557c
improve agent api
2025-10-31 03:15:51 -04:00
David Blass
15a7154aea
improve logging
2025-10-31 01:58:43 -04:00
David Blass
193954fdd7
bump action
2025-10-31 01:03:17 -04:00
David Blass
ab2d762658
update action, iterate on logging
2025-10-31 00:46:40 -04:00
David Blass
876663cd1a
improve logging, remove act
2025-10-31 00:25:02 -04:00
David Blass
b2badf6d16
improve pr approach
2025-10-30 14:16:44 -04:00
ssalbdivad
2042a5bf98
add handler map for sdk parsing
2025-10-24 21:05:08 -04:00
David Blass
a26ada9839
switch to anthropic typescript-sdk
2025-10-24 17:31:34 -04:00
David Blass
1328894afd
update action
2025-10-23 17:10:28 -04:00
David Blass
1922352d86
fix git push auth
2025-10-23 16:12:15 -04:00
David Blass
c0f31415a3
try setting cwd
2025-10-23 15:43:50 -04:00
David Blass
09be8e3068
try adding github token to env
2025-10-23 15:35:36 -04:00
David Blass
c6c1210fa0
refactor tool implementation
2025-10-23 15:21:08 -04:00
David Blass
0368512b9e
add pr and issue creation support
2025-10-23 10:24:32 -04:00
David Blass
c668578c6f
refactor mcp and add instructions prefix
2025-10-17 22:26:24 -04:00
David Blass
c8ba7940e3
fix installation token propagation
2025-10-13 17:21:14 -04:00
David Blass
bcdf6ab5fb
add debug flag for mcp server
2025-10-13 13:02:04 -04:00
ssalbdivad
872e620342
Revert "try to add debugging to mcp server"
...
This reverts commit 6d9c6fd2b1 .
2025-10-09 18:07:28 -04:00
ssalbdivad
6d9c6fd2b1
try to add debugging to mcp server
2025-10-09 18:04:00 -04:00
ssalbdivad
008021df1c
remove bad error handling
2025-10-09 17:53:22 -04:00
ssalbdivad
d6bc0fdd64
iter
2025-10-09 17:45:38 -04:00
ssalbdivad
3e7122611c
use GITHUB_REPOSITORY for context
2025-10-09 17:04:03 -04:00
ssalbdivad
9459803aaa
cleanup comments
2025-10-09 16:33:11 -04:00
David Blass
87d32763e9
fix
2025-10-08 15:19:02 -04:00
ssalbdivad
671334f37d
embarrassing
2025-10-08 14:07:28 -04:00
ssalbdivad
e13c5eed00
cleanup, add InstallationToken type
2025-09-23 12:48:35 -04:00
Colin McDonnell
e672deb934
Update
2025-09-16 03:22:12 -07:00
Colin McDonnell
c5b9c7cfc4
Tweak
2025-09-09 17:19:59 -07:00
Colin McDonnell
ff81db8bb7
Update
2025-09-09 16:54:36 -07:00
Colin McDonnell
7d633da1be
refactor: complete action testing system overhaul
...
- Removed /scratch directory, now cloning pullfrogai/scratch as needed
- Implemented new play.ts testing system with local and Docker/act modes
- Added environment variable propagation to cloned test repositories
- Created minimal .act-dist approach to avoid pnpm symlink issues with Docker
- Migrated from dist/index.js to entry.cjs bundled output
- Added TypeScript fixture support with MainParams type safety
- Organized all test fixtures in fixtures/ directory
- Updated publish workflow to trigger on package.json changes
- Removed unnecessary INPUT_ANTHROPIC_API_KEY references
- Added comprehensive documentation for new testing system
- Fixed pre-commit hook to use entry.cjs instead of dist/
2025-09-09 16:20:00 -07:00
Colin McDonnell
ede6cfdfbe
Implement Claude Code basics
2025-08-29 00:41:05 -07:00