Skip to content

Commit 7647827

Browse files
AnnatarHeclaude
andcommitted
feat(daemon): add PromptPal configuration variables
Add ppEndpoint and ppToken variables to daemon for future AI integration support. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 96a9bda commit 7647827

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cmd/daemon/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ var (
2020
commit = "none"
2121
date = "unknown"
2222
uptraceDsn = ""
23+
24+
ppEndpoint = ""
25+
ppToken = ""
2326
)
2427

2528
func getConfigPath() string {

0 commit comments

Comments
 (0)