Sinaprog 2.1.1 May 2026

Sinaprog 2.1.1 – User Guide

Pros

2. Contextual Fidelity Index (CFI) Reporting

Sinaprog 2.1.1 now outputs a cfi_score alongside each generation. This score (0.00–1.00) measures the model’s internal consistency against its own preceding context window. A score below 0.65 triggers an automatic soft-reset of positional embeddings, preventing hallucination cascades. For power users, raw CFI traces are available via the --debug-cfi flag.

3. Idempotent Processing Engine

One of the most praised improvements in Sinaprog 2.1.1 is the idempotent task executor. In data integration, duplicate processing can corrupt records. This version introduces: Sinaprog 2.1.1

Key changes in 2.1.1

Version 2.1.1 is best characterized as a maintenance and polish release rather than a major new-feature milestone. Typical items addressed in such a release include: Sinaprog 2

(Note: If you need precise changelog entries, consult the project’s release notes or repository for the authoritative list.) Very lightweight and fast; low resource usage

Issue 1: WebSocket Connections Dropping

Symptom: WebSocket listeners close after 30 seconds of idle time. Cause: The default idle timeout in the Netty server is set to 30 seconds. Fix: Edit $SINAPROG_HOME/conf/application.conf and set:

websocket.idle-timeout = 120s

4. Deprecated: Legacy --no-attention-mask Flag

As of 2.1.0, this flag no longer provided any performance benefit due to architectural changes. In 2.1.1, using it will raise a deprecation warning before falling back to the default masked attention.