GitHub, JetBrains용 Copilot에 custom agents·sub-agents 정식화

Original: Major agentic capabilities improvements in GitHub Copilot for JetBrains IDEs View original →

Read in other languages: English日本語
LLM Mar 16, 2026 By Insights AI 2 min read Source

GitHub는 March 11, 2026 JetBrains IDE용 GitHub Copilot에 대한 대규모 업데이트를 발표했다. 이번 변화는 단순한 plugin 개선이 아니다. 핵심은 custom agents, sub-agents, plan agent가 generally available로 전환됐다는 점이다. JetBrains 사용자는 이제 IDE 안에서 더 구조화된 방식으로 작업을 분해하고, 역할이 나뉜 agent를 활용할 수 있게 됐다.

중요한 점은 GitHub가 agent surface만 늘린 것이 아니라, agent를 둘러싼 control point도 함께 추가했다는 것이다. 개발 조직이 agent 기능을 일상적인 engineering workflow에 넣으려면 자동화만으로는 부족하고, hooks, instruction files, approval policy 같은 운영 장치가 필요하다. 이번 업데이트는 그 방향을 분명하게 보여준다.

무엇이 포함됐나

GitHub는 agent hooks를 public preview로 제공한다고 밝혔다. 개발자는 .github/hooks/ 아래에 hooks.json 파일을 두고, userPromptSubmitted, preToolUse, postToolUse, errorOccurred 같은 이벤트 시점에 custom command를 실행할 수 있다. 이는 Copilot agent session을 repository별 automation, policy check, observability workflow와 연결하는 실질적인 접점이 된다.

MCP auto-approve도 server level과 tool level 모두에서 지원된다. 실제 사용에서는 신뢰된 tool call에 대해 반복 승인 절차를 줄이면서도, 더 민감한 action에는 통제를 남겨두는 방식으로 활용될 가능성이 크다. GitHub는 결국 agent productivity를 높이려면 승인 루프를 줄이되 governance는 유지해야 한다는 현실을 반영하고 있다.

또 다른 핵심 변화는 AGENTS.mdCLAUDE.md instruction files 지원이다. GitHub에 따르면 Copilot은 이러한 파일을 자동으로 발견해 context에 반영할 수 있으며, 설정에 따라 nested files도 지원한다. JetBrains integration 안에서 초기 AGENTS.md 생성도 가능해져, 프로젝트 단위의 지침을 agent 행동에 빠르게 반영할 수 있게 됐다.

여기에 auto model selection도 generally available로 전환됐다. Copilot이 현재의 model availability와 performance 조건에 맞춰 적절한 model을 자동 선택할 수 있어, 개발 도중 수동 전환 부담이 줄어든다.

왜 중요한가

이번 발표는 GitHub가 Copilot을 단순 inline completion이나 chat 도구가 아니라, mainstream IDE 안에서 작동하는 fuller agent platform으로 밀고 있다는 신호다. JetBrains 사용자는 더 강한 autonomy만 얻는 것이 아니라, instructions, hooks, approval policy를 함께 가져간다. 실제로는 이 조합이 있어야 agent 기능이 데모 수준을 넘어 production workflow에 들어갈 수 있다.

전략적으로 보면 IDE integration의 기준도 바뀌고 있다. 이제 핵심은 code suggestion 자체보다 multi-agent coordination, repository-aware instructions, controlled tool execution을 한꺼번에 제공하는가에 있다. March 11, 2026 GitHub 발표는 JetBrains 사용자가 그 변화의 한가운데로 들어갔음을 보여준다.

Source

Share: Long

Related Articles

Comments (0)

No comments yet. Be the first to comment!

Leave a Comment

© 2026 Insights. All rights reserved.