Commit cfb2751
Tulga Tsogtgerel
Integrate Auggie agent into GitHub Action
- Add Auggie SDK integration to process prompts from comments
- Add new action inputs: prompt, augment_api_token, augment_api_url, workspace_root
- Create auggie.ts module to handle Auggie agent initialization and execution
- Extract comment reaction and reply logic into utils functions
- Add logic to fetch issue/PR numbers from comments and post responses
- Install Auggie CLI in action workflow
- Update action.yml with new input parameters and environment variables
- Refactor functions to use options objects to reduce parameter count
- Move regex patterns to module level for better performance1 parent 2a48669 commit cfb2751
File tree
6 files changed
+1169
-24
lines changed- src
- utils
6 files changed
+1169
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
| |||
29 | 42 | | |
30 | 43 | | |
31 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
32 | 49 | | |
33 | 50 | | |
34 | 51 | | |
| |||
42 | 59 | | |
43 | 60 | | |
44 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
45 | 66 | | |
46 | 67 | | |
0 commit comments