Skip to content

Releases: eggai-tech/qualops

v0.2.1

14 Mar 16:36
268e12e

Choose a tag to compare

What's Changed

Changed

  • Release workflows: migrate from PAT to GitHub App token with auto-publish on merge
  • Pin all GitHub Actions to SHA digests for supply chain security
  • Enable npm trusted publishing with OIDC provenance (repo now public)
  • Replace softprops/action-gh-release with native gh CLI

Fixed

  • Script injection vulnerabilities in CI and release workflow inputs
  • Remove unnecessary contents:write permission from dependabot auto-merge
  • EOF heredoc injection in changelog extraction (random delimiter)
  • Add npm pre-flight check for idempotent publish retries
  • Add failure notification job (auto-creates GitHub issue on release failure)

Installation

npm install @eggai/qualops@0.2.1

v0.2.0

14 Mar 15:24
54eb9c2

Choose a tag to compare

What's Changed

Fixed

  • Resolve all npm audit vulnerabilities (diff, @aws-sdk/client-bedrock-runtime, transitive deps)
  • Release PR workflow: add Node.js setup, sync package-lock.json after version bump
  • Fix script injection vulnerability in release workflow version inputs
  • Fix @aggai/qualops package name typo in qualops-llm.txt

Added

  • Dependabot integration with grouped updates and auto-merge for patch/minor
  • Agentic reviewer mode using Claude Agent SDK for PR-level analysis
  • Context preloading: inject diffs/content directly into agent prompt (70% fewer tool calls)
  • Cross-file dependency tracing with find_usages tool
  • Security analysis subagent for vulnerability detection
  • Custom agent support via configuration or markdown files in .qualops/agents/

Changed

  • Release workflows: migrate from PAT to GitHub App token, auto-publish on release PR merge
  • Refactor qualops-llm.txt: add multi-provider support, updated models/pricing, 47% size reduction
  • Upgrade all AI SDKs: @anthropic-ai/sdk 0.78, openai 6, claude-agent-sdk 0.2, zod 4
  • Upgrade GitHub Actions: checkout v6, setup-node v6, upload-artifact v7, download-artifact v8
  • Pipeline jobs now support mode: 'file-by-file' | 'agentic' configuration
  • Extended AgenticConfig with contextMode, maxTokensPerFile, maxTotalTokens options
  • init-claude command now bundles LLM context locally (works with private repos)
  • Updated documentation with agentic mode examples and configuration

Installation

npm install @eggai/qualops@0.2.0

v0.1.1

26 Nov 15:37

Choose a tag to compare

Add init-claude command for AI-assisted setup.

  • creates Claude Code command
  • Use in Claude Code for interactive configuration
  • Include qualops-llm.txt in npm package

Changelog

  • feat: add init-claude command and LLM context distribution

v0.1.0

26 Nov 15:04
fee886c

Choose a tag to compare

Initial release of @eggai/qualops - AI-powered code review for PRs.

Changelog

  • prepare for npm publication
  • feat: add GitHub integration with Checks API, PR comments, and npm publishing (#7)
  • fix: test
  • fix: build TS
  • fix: build TS
  • feat: add custom config support and security auditor pipeline (#4)
  • fix: set tests pipeline
  • fix: set tests pipeline
  • fix: set tests locale
  • feat: config refactoring (#2)
  • feat: eslint prettier (#1)
  • separate tests from src structure
  • refactor to src structure
  • first commit