GitHub Blog→ original

От разовых команд к процессам: GitHub добавил агентов в Copilot CLI

GitHub Copilot CLI получил поддержку кастомных агентов, которые обучаются вашему технологическому стеку и рабочим процессам. Вместо разовых команд в терминале а

AI-processed from GitHub Blog; edited by Hamidun News
От разовых команд к процессам: GitHub добавил агентов в Copilot CLI
Source: GitHub Blog. Collage: Hamidun News.
◐ Listen to article

GitHub has expanded Copilot CLI with custom agents — they allow artificial intelligence to understand your technology stack, code conventions, and team workflows. Instead of one-off commands in the terminal, you get repeatable, verifiable automated sequences.

How custom agents work

A custom agent remembers your project context: libraries you use, build tools, coding standards, CI/CD processes. After being trained on this data, the agent can perform complex multi-step tasks without repeated explanation of details. For example, instead of typing every time "run unit tests, build artifact, deploy to production with environment variables," you describe the full process to the agent once — and then simply call it by name. The agent automatically applies all project-specific rules.

Synchronization across the entire team

Team members don't need to create agents from scratch and configure them repeatedly. One person describes the process, the agent is added to the repository as code. All other team members get a ready-made, verified tool. Since agents are stored in Git as configuration files, they can be reviewed, tested, and versioned together with the rest of the code. If the process changes — the change is visible in commit history and can be discussed in a pull request.

  • Team agent is stored in Git, no need to duplicate setup
  • All agent actions are logged and verifiable in detail
  • It's easier to onboard newcomers with processes — the agent already knows your stack
  • Process changes become part of code review culture

From experiments to reliable processes

Previously, developers experimented with one-off commands in Copilot, but results weren't documented and couldn't be reproduced. Custom agents turn these improvisations into reliable, documented processes. When a workflow is saved as an agent, it's easier to improve, test, and develop further. This means automation stops being "try it and forget it" and becomes an engineering practice that can be scaled and maintained.

What this means

GitHub demonstrates a technology trend: AI tools are evolving from convenient suggestions into full-fledged engineering infrastructure. For development teams, this means you can automate complex multi-step processes without learning scripting languages and maintaining multiple tools.

ZK
Hamidun News
AI news without noise. Daily editorial selection from 400+ sources. A product by Zhemal Khamidun, Head of AI at Alpina Digital.

Want to stop reading about AI and start using it?

AI News is a curated feed of AI/tech news. Hamidun Academy teaches you to use AI systematically in your work.

What do you think?
Loading comments…