SShortSingh.
Back to feed

GitHub Code Quality hits GA on July 20 with immediate billing at $10 per committer

0
·1 views

GitHub moved its Code Quality feature to general availability for Enterprise Cloud and Team plans on July 20, 2026, with billing activated on the same day. The tool combines CodeQL's static analysis with AI-assisted detection to flag maintainability and reliability issues directly on pull requests, while Copilot Autofix suggests fixes before merge. Pricing is set at $10 per active committer per month, where an active committer is anyone who pushed to an enabled repository within the past 90 days, regardless of whether they interacted with quality gates. Since its preview, GitHub has added org-wide dashboards, code coverage metrics, quality gates via rulesets, and APIs for findings and management. Notably, merge-blocking decisions now live entirely within GitHub's own platform, meaning a misconfigured gate requires a rulesets audit rather than a simple rollback of an external service.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How Modern AI Agents Work: Harness, Tools, Skills, Memory and MCP Explained

Modern AI agents have evolved beyond simple chatbots into systems capable of reasoning, planning, and autonomously completing complex tasks using multiple integrated components. A production AI agent combines a language model with a harness, tools, skills, memory, and Model Context Protocol (MCP) integrations, each serving a distinct role. The agent harness acts as the execution layer, coordinating task management, tool access, security, and memory retrieval to bridge the gap between reasoning and real-world action. Tools allow agents to interact with external systems like databases and APIs, while MCP provides a standardized protocol for discovering and connecting to those systems without custom-built integrations for each one. Skills add a higher layer of reusable workflows and domain knowledge, enabling agents to handle sophisticated, multi-step tasks efficiently.

0
ProgrammingDEV Community ·

Developer adds unit-price billing and alias matching to payapp and reconmatch tools

A developer has released updates to two open-source financial utilities, payapp and reconmatch, addressing limitations users encountered after initial releases. Payapp version 0.13 introduces unit-price schedule support, allowing quantity multiplied by unit price calculations alongside quantity overrun validation and journal-style workpapers for contractor and owner reporting. Reconmatch versions 0.12.1 and 0.13 add regex-based transaction filters, an alias mapping feature that rewrites bank tokens to book names for cleaner reconciliation, and a new month-end workflow guide. Both tools remain offline and rely solely on Python's standard library, with no external dependencies or live bank feed integration. The updated projects are available on GitHub under the developer's repositories for payapp and reconmatch.

0
ProgrammingDEV Community ·

OmniRoute AI Gateway Fallbacks Must Be Tested for Semantic Consistency

OmniRoute is an MIT-licensed AI gateway that routes requests across multiple providers with quota-aware fallback and token compression, but a successful HTTP response does not guarantee consistent behavior across models. When a fallback model activates, differences in tool-call formatting, system-role handling, context limits, and streaming order can silently alter workflow outcomes. Developers are advised to pin specific provider and model IDs, validate exact tool-call fields, test context boundary preservation, and ensure mid-stream failovers emit explicit retry or route-change events rather than merging partial responses. Each fallback event should carry a request ID, route revision, provider identity, and terminal status so consumers can deduplicate correctly. If a fallback model lacks a required capability, the recommended approach is to fail with a typed error rather than return a lower-quality but syntactically valid answer that could cause downstream state mutations.

0
ProgrammingDEV Community ·

AI Agent Repo Lacks Role Handoff Cards, Risking Unclear Accountability

The open-source repository msitarzewski/agency-agents offers MIT-licensed AI agent roles with distinct personas such as frontend specialist and product manager. While named roles are easy to understand, the project currently has no structured mechanism to document what authority or responsibility transfers when work moves between agents. A contributor proposes a formal handoff card system that would record who passed work, to whom, why, what evidence was gathered, and what authority is being requested. The proposal also outlines a research protocol to test whether users can correctly identify role boundaries and distinguish read-only reviews from actions that mutate state. The author notes this is a design proposal and has not been validated against the repository's actual interface or tested with real users.

GitHub Code Quality hits GA on July 20 with immediate billing at $10 per committer · ShortSingh