Compare commits

...

2 Commits

Author SHA1 Message Date
David Blass 706ce04895 bump version 2025-10-23 15:37:04 -04:00
David Blass 09be8e3068 try adding github token to env 2025-10-23 15:35:36 -04:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ export class ClaudeAgent implements Agent {
const env = { const env = {
ANTHROPIC_API_KEY: this.apiKey, ANTHROPIC_API_KEY: this.apiKey,
GITHUB_TOKEN: this.githubInstallationToken,
}; };
console.log(boxString(prompt, { title: "Prompt" })); console.log(boxString(prompt, { title: "Prompt" }));
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@pullfrog/action", "name": "@pullfrog/action",
"version": "0.0.54", "version": "0.0.55",
"type": "module", "type": "module",
"files": [ "files": [
"index.js", "index.js",