Skip to content

Releases: vava-nessa/free-coding-models

v0.1.13

22 Feb 14:00

Choose a tag to compare

Intermediate patch release — part of the unit test suite addition (see v0.1.12).

v0.1.12

22 Feb 14:00

Choose a tag to compare

Added

  • Unit test suite: 59 tests across 11 suites using node:test (zero dependencies)
  • Tests cover: sources data integrity, core logic (getAvg, getVerdict, getUptime, filterByTier, sortResults, findBestModel), CLI arg parsing, package.json sanity
  • lib/utils.js: extracted pure logic functions from the monolithic CLI for testability
  • pnpm test script in package.json

Fixed

  • GitHub Actions release workflow: removed broken npm version patch loop, added version detection via git tags
  • GitHub Actions now creates a GitHub Release with auto-generated notes for each new version

Changed

  • AGENTS.md updated with test-first workflow: agents must run pnpm test before pnpm start