Commit Graph

5 Commits

Author SHA1 Message Date
root b2ac0e7a00 feat: add Reset Stats button to admin LLM tracking panel
Allows resetting the LLM stats aggregation window without deleting
historical data. Stores a reset timestamp in metadata and filters
the aggregation query to only include calls after that point.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 01:59:24 +00:00
root d39fb14914 feat: add NAP_BUFFER constant for daytime nap system
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 03:04:05 +00:00
root 49016073ad feat: render berry bushes with 3-phase growth cycle on map
Add berry plant tileset (growing/ripe/picked phases) and wire berry bush
state from server to client so plants visually update as NPCs forage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 02:36:53 +00:00
root 9be78e3f8c fix: add 'thirst' to MemoryEvent.need type union
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 20:51:10 +00:00
root 5da03ebb69 feat: add thirst to Needs, drink/forage to GoalType, thirst constants
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 20:26:54 +00:00