Skip to content

Commit 7598572

Browse files
jdeveraclaude
andcommitted
refactor(llmadvice): consolidate cache under git-this-bread
Move cache from ~/.cache/git-this-bread/llm-advice/ to ~/.cache/git-this-bread/git-explain/llm-advice/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a77ccd9 commit 7598572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/llmadvice/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func getCacheDir() (string, error) {
4646
}
4747
cacheHome = filepath.Join(home, ".cache")
4848
}
49-
return filepath.Join(cacheHome, "git-this-bread", "llm-advice"), nil
49+
return filepath.Join(cacheHome, "git-this-bread", "git-explain", "llm-advice"), nil
5050
}
5151

5252
// computeStateHash computes a hash of the repo state that affects advice

0 commit comments

Comments
 (0)