Skip to content

Releases: SamoTech/devlens

DevLens Repo Health v1.0.3

06 Apr 00:03

Choose a tag to compare

πŸ”­ 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

DevLens v1.0.2

05 Apr 23:40

Choose a tag to compare

πŸš€ DevLens v1.0.2

What's included

  • Repository health scoring across 7 dimensions
  • Auto-inject live badge into README on every push
  • Weekly digest workflow
  • Zero-config setup

Usage

- uses: samotech/devlens@v1

DevLens v1.0.1

05 Apr 23:30

Choose a tag to compare

πŸš€ DevLens v1.0.1

What's included

  • Repository health scoring across 7 dimensions
  • Auto-inject live badge into README on every push
  • Weekly digest workflow
  • Zero-config setup

Usage

- uses: samotech/devlens@v1

DevLens v1.0.0

05 Apr 23:19

Choose a tag to compare

πŸš€ DevLens v1.0.0

What’s included

  • Repository health scoring across 7 dimensions
  • Auto-inject live badge into README on every push
  • Weekly digest workflow
  • Zero-config setup

Usage

- uses: samotech/devlens@v1