Skip to content

DevLens Repo Health v1.0.3

Latest

Choose a tag to compare

@SamoTech SamoTech released this 06 Apr 00:03
· 139 commits to main since this release

πŸ”­ DevLens v1.0.3

What's New

  • βœ… groq_model input β€” override the AI model without touching any code
  • βœ… <!-- DEVLENS:START / END --> markers now auto-injected into README
  • βœ… Groq errors now logged visibly in Actions output (no more silent failures)
  • βœ… v1 tag moved to this release β€” @v1 always gets latest stable code
  • βœ… Workflow now uses @main internally for zero-lag updates

Full end-to-end verified βœ…

Health engine β†’ Groq AI (200 OK) β†’ README badge injected β†’ bot commit pushed

Usage

- uses: SamoTech/devlens@v1
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    groq_api_key: ${{ secrets.GROQ_API_KEY }}
    groq_model: 'llama-3.1-8b-instant'  # new in v1.0.3