EUOSINT v1.7.0
This release improves reliability and consistency of the conflict briefing intelligence pipeline.
Highlights
- Refactored zone-brief LLM generation into a shared prompt module used by both:
- collector batch generation
- API on-demand generation
- Removed duplicated template/word-limit logic from separate code paths.
- Reduced analysis context noise by capping recent alert headlines from 20 to 10 most recent entries.
Why this matters
- Ensures one canonical prompt behavior across runtime and API refresh flows.
- Prevents drift between
runandapiimplementations. - Improves analysis signal quality with tighter, more relevant recent-headline context.
Full Changelog: v1.6.4...v1.7.0