MCPcopy
hub / github.com/codeaashu/claude-code / getChangelogCachePath

Function getChangelogCachePath

src/utils/releaseNotes.ts:37–39  ·  view source on GitHub ↗

* Get the path for the cached changelog file. * The changelog is stored at ~/.claude/cache/changelog.md

()

Source from the content-addressed store, hash-verified

35 * The changelog is stored at ~/.claude/cache/changelog.md
36 */
37function getChangelogCachePath(): string {
38 return join(getClaudeConfigHomeDir(), 'cache', 'changelog.md')
39}
40
41// In-memory cache populated by async reads. Sync callers (React render, sync
42// helpers) read from this cache after setup.ts awaits checkForReleaseNotes().

Callers 3

fetchAndStoreChangelogFunction · 0.85
getStoredChangelogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected