Hacker News new | ask | show | jobs
by matheusmoreira 71 days ago
This might be more complex than I imagined. It seems Claude Code dynamically customizes the system prompt. They also update the system prompt with every version so outright replacing it will cause us to miss out on updates. Patching is probably the best solution.

https://github.com/Piebald-AI/claude-code-system-prompts

https://github.com/Piebald-AI/tweakcc

1 comments

Interesting. So literally triggering any of these changes probably invalidates the cache as well…