mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-29 01:19:44 +00:00
b87910dcf50e0588d8ae5fbee83d71373b980750
Implement LLM-generated "last words" for prisoners when they are executed via ManagePrisonersCommand, following the same pattern as CapturedHeroExecuted. Changes: - Add PrisonerExecutedMessage to proto and LlmRequestT enum - Create PrisonerExecutedPromptGenerator for generating prompts - Update ManagePrisonersCommand to create LLM request when executing - Link notification to LLM request via NotificationT.Llm.Id - Add test verifying LLM request creation and notification linking 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Make battle results actions (PerformUnconquestedConquestAction, ProvinceConqueredAction, ProvinceHeldAction, ResolveBattleAction) and RequestBattlesAction protoless (#4421)
The file is empty.
Languages
Scala
44.5%
C++
19.9%
C#
16.6%
Starlark
10.1%
Go
3.5%
Other
5.3%