mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
Remove caching from Auto Mode and Agent services to allow custom prompts to take effect immediately without requiring app restart. Changes: - Auto Mode: Load prompts on every feature execution instead of caching - Agent Service: Load prompts on every chat message instead of caching - Remove unused class fields: planningPrompts, agentSystemPrompt This makes custom prompts work consistently across all features: ✓ Auto Mode - hot reload enabled ✓ Agent Runner - hot reload enabled ✓ Backlog Plan - already had hot reload ✓ Enhancement - already had hot reload Users can now modify prompts in Settings and see changes immediately without restarting the app. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>