Skip to content

v2.3.37

Choose a tag to compare

@inafev inafev released this 03 Jun 20:31
728d57c

Added

  • Programmatic Smart Injection (Option B): Replaced legacy full-document rewriting using Gemini Pro with a highly efficient programmatic Markdown injector. The new system uses Gemini Flash 3.5 to choose the target section header, while Python surgically inserts the link. This prevents 429 rate limit blocks and cuts down API costs by 95%.
  • Persisted Raw Impact Score: Added impact_score attribute to evaluations saved inside data/inventory.yaml, ensuring that cached resources retain their original AI classification scores.

Fixed

  • KeyError: 'impact_score': Implemented resilient fallback logic in the curation orchestrator to calculate impact_score from the stars attribute (e.g. stars * 20) for cached items that lack the raw impact_score field.