Skip to content

v1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Mar 15:07
· 81 commits to main since this release

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 run and api implementations.
  • Improves analysis signal quality with tighter, more relevant recent-headline context.

Full Changelog: v1.6.4...v1.7.0