github shcherbak-ai/contextgem v0.24.0

5 hours ago

Added

  • Runtime network egress scopes via tethered on the two non-LLM paths ContextGem controls: SaT model downloads (HuggingFace) in _load_sat_model, and genai-prices pricing-data refresh (raw.githubusercontent.com) in _calculate_auto_pricing_costs. Each scope carries a hint= so that, if a host application's tethered.activate() blocks the call, the resulting EgressBlocked traceback names the host and the escape hatch (e.g. paragraph_segmentation_mode='newlines', auto_pricing_refresh=False). LLM API calls are deliberately not scoped — endpoints are user-configured and remain governed by the host application's own policy.

Changed

  • Promoted tethered from a development-only dependency to a runtime dependency to support the production scopes above.

Don't miss a new contextgem release

NewReleases is sending notifications on new releases.