Skip to content

Here's what's popular on GitHub today...

Copilot CLI update: chronicle, plugins, and fleet mode

GitHub Checkout

In this episode of GitHub Checkout, we sit down with Copilot CLI Product Manager Ryan Hecht to explore the latest experimental features. We cover the plugin marketplace, the /chronicle slash command for self-healing prompts, and how to run Claude Opus 4.6, GPT-5.4, and Gemini 3 simultaneously. We also walk through how /fleet mode and autopilot can handle massive refactoring tasks while you step away.

Scala logo

Popular topic

#

Scala

Scala is an object-oriented programming language.

Trending repository

GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a GitHub repo or ZIP file, and get an interactive knowledge graph wit a built in Graph RAG Agent. Perfect for code exploration

  • Updated Apr 30, 2026
  • TypeScript
Flaptastic screenshot

This recommendation was created by GitHub staff

Flaptastic

Manage flaky unit tests with the unit testing framework you already use.

Features

  • Checkbox to instantly disable any unhealthy unit test across all branches
  • GitHub flaky test warnings on pull requests
  • Slack alerting to team channel who's test are flapping
  • Metrics and charting to aid you in fixing the biggest disruptions first

Requirements

  • CI/CD (CircleCI, TravisCI, Jenkins, etc.)

Flaptastic is designed for organizations with many codebases and teams.

This recommendation was created by GitHub staff

pre-commit ci

Developers spend a fair chunk of time during their development flow on fixing relatively trivial problems in their code. pre-commit.ci both enforces that these issues are discovered (which is opt-in for each developer's workflow via pre-commit) but also fixes the issues automatically, letting developers focus their time on more valuable problems.