惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
IT之家
IT之家
博客园_首页
博客园 - 【当耐特】
V
V2EX
Apple Machine Learning Research
Apple Machine Learning Research
G
Google Developers Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
GbyAI
GbyAI
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
H
Help Net Security
T
Tailwind CSS Blog
B
Blog RSS Feed
Martin Fowler
Martin Fowler
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
博客园 - 叶小钗
雷峰网
雷峰网
量子位

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
JetBrains IDEs get Claude agent preview and enhanced GitH...
Dave Kurian · 2026-06-23 · via DEV Community

enabling productivity: exploring GitHub Copilot JetBrains new features and Claude agent integration

Every quarter, an IDE upgrades and claims to change your workflow. Most don’t. This one does. With the June 2026 release, GitHub Copilot ships a dense slate of upgrades for JetBrains IDEs—wrapping core AI agent power, team-wide governance, and true multitasking in a set of features you can actually use now. “GitHub Copilot JetBrains new features” is not a tagline; it’s organizational agents, Claude as an agent provider, per-turn credits, queuable CLI, and a more tunable model picker—shipped. For teams scaling AI productivity, this is the step where sandboxes become workflow.

This is what real “AI-integrated workflow” looks like. Here’s the hardest parts of the delivery, the new surface enables, and concrete, no-fluff steps for every announced feature, straight from the changelog.

What are the new GitHub Copilot JetBrains features introduced in 2024?

The latest GitHub Copilot JetBrains features include organization- and enterprise-level agents, multi-step CLI messaging, summarized debug logs, Claude as agent provider (public preview), model picker improvements, and a per-turn AI credits indicator. Each upgrade addresses a specific developer or team pain.

  • Organization and enterprise agents: Teams can now ship standardized, internal-use Copilot agents—controlling availability and default behaviors centrally.
  • CLI queue and steer: Developers can enqueue or override agent requests directly in long-running Copilot CLI sessions without cancelling or idling.
  • Agent debug logs summary: One-click session logs provide aggregate agent activity, helping with troubleshooting and cross-session comparison.
  • Claude as agent provider: Anthropic’s Claude enters public preview as a first-class provider inside JetBrains Copilot, expanding model quality and flexibility.
  • Model picker upgrades: Directly choose between available AI models per task; user-facing transparency on what’s running.
  • Per-turn AI credits indicator: See resource use at the granularity of each interaction—an explicit step toward predictability and budgeting.
  • Cloud agent GA: The GitHub Cloud agent is now generally available, enabling more stable and scalable integrations.

These features are available as of the June 22, 2026 update, per the GitHub changelog. Some are in public preview (Claude); others apply to all users right now.

What’s notable: this isn’t just a batch of toggles. Each is a specific answer to a real breakdown (CLI interactions blocking, agent debugging scattered, team standardization missing). For once, the changelog maps to known pain.

How does GitHub Copilot support organization and enterprise agents in JetBrains IDEs?

GitHub Copilot now allows admins to publish and curate organization-level or enterprise-level agents, making them instantly available to all members inside JetBrains IDEs. This means agents are no longer personal sandboxes—teams can finally standardize workflows, enforce best practices, and ensure compliance from the center.

Admins define custom agents at the org or enterprise level. Those agents—“curated” with domain knowledge, access scopes, and guardrails—are instantly discoverable for every developer using Copilot in JetBrains. No more “copy this YAML” by hand, no more fragile shell scripts or hidden sidecar processes.

Benefits:

  • Team-wide consistency: Teams work with the same set of tools and conventions.
  • Centralized governance: Security, workflows, and capabilities can be monitored and updated in one place.
  • Instant sharing: Adding or upgrading an agent distributes to every IDE with no per-user setup.

How to use:

  • Organization or enterprise admins create and publish agents in the GitHub admin UI.
  • From JetBrains IDE, users see these agents natively in their agent list—no manual configuration or plugin drift.
  • See Preparing to use custom agents in your organization for details. (Guidance as per changelog, direct link for setup steps.)

With this, orgs can finally impose—by default—agents tuned for their repos, preferred frameworks, and compliance requirements. The effect: new hires and contractors are on-ramp to team conventions, not open playgrounds.

How do you queue and send follow-up messages during Copilot CLI sessions?

The new Copilot CLI session update lets developers queue, steer, or immediately send follow-up messages while a prior agent request is in progress. Previously, you would either wait passively (“request running…”) or cancel the agent’s action to give new input—wasting time and breaking flow. Now, the process is unblocked.

When a CLI request is running, the Send button exposes three precise options:

  • Add to Queue: The message will be held until the current agent response ends, then dispatched. This is pure queuing—no cancel or interrupt.
  • Steer with Message: Mid-execution, tells the agent to process your message immediately after the current tool finishes, so you can redirect the workflow without killing the current computation.
  • Stop and Send: Cancels the current agent turn and sends your new input instantly—necessary when the agent veers far off course.

Example flow:

# Start a Copilot CLI session in JetBrains
copilot-cli session

# While agent is running a long task...
# Send additional input using the dropdown:
#   - Add to Queue (press ↓ on Send)
#   - Steer with Message
#   - Stop and Send

Where this enables value:

  • Multistep CLI tasks: Queue “install deps” then “scan output” without babysitting progress.
  • Real-time redirection: Nudge the agent without burning progress.
  • Interruptible runs: Stop runaway scripts without hammering ctrl+C or losing history.

The operational shift is straightforward: Copilot CLI is now responsive to you—not the other way around.

What is Claude as an agent provider and how does it enhance Copilot in JetBrains?

Claude, the language model from Anthropic, enters public preview as an agent provider inside JetBrains Copilot. This means users can now select Claude to run their agent turns, alongside other supported providers.

Why does this matter? Claude consistently ranks near the top for reasoning, summarization, and code assistance tasks. With its addition:

  • Accuracy and completeness: Different models excel at different types of code or conversations. Claude offers a meaningfully different answer style.
  • Speed: Claude’s API delivers on short completion times for typical agent requests.
  • Domain customization: Claude is known for better handling of in-domain prompts when tuned. With JetBrains support, it’s now a valid drop-in for Copilot users.

Integration details:

  • Public preview means all Copilot JetBrains users can opt to use Claude for selected agent sessions.
  • The model can be chosen from the agent model picker (see next section).
  • No private beta process—access now if previous agent provider sufficed for your org.

Claude can run as the main engine for Copilot’s code suggestions or as a fallback if other providers are slow or unavailable. For agents with specific domain workflows, the flexibility to assign models per agent or session is a core enable.

For more, see the official changelog. Per the release, model quality and selection are now fully user-controllable for the first time in Copilot for JetBrains.

How does the new AI credits per-turn indicator and model picker improve user experience?

The new model picker gives developers direct, session-by-session control over which AI model powers their agent session. Got a task that works better on Claude? Pick it. Need the legacy default for compatibility? One click back.

This isn’t just about flexibility—it’s transparency. At each agent interaction, the per-turn AI credits indicator reveals resource/account consumption in real time. Developers see exactly how much of their AI usage quota an action consumed.

Why this matters:

  • Informed choice: Pick a cheaper model for a batch script, a stronger one for a complex migration.
  • Cost clarity: Credits per turn means no more guessing what a long session will burn—budgeting is possible and wasted capacity gets surfaced.
  • Debugging: If a session suddenly costs more, you know which model or agent was responsible.

Using it:

  • From the conversation or agent interface in JetBrains, select your model (Claude, default, etc) in the picker at session start or mid-run.
  • After each turn, note the AI credits entry—tune further if the workflow can be optimized.

Transparent costs and real-time control are prerequisites for serious teams tracking budgets across hundreds of developers. Now both ship natively.

What reliability and usability improvements have been introduced in GitHub Copilot for JetBrains?

The June 2026 update rolls out several reliability and UI improvements—none headline-grabbing independently, but collectively vital for trust and day-to-day flow.

  • Agent debug logs summary: Instead of trawling raw logs or manually correlating agent messages, a single view now shows session activity, aggregate stats, and error points. Jump to the summary by selecting your session—no more scattered log hunting.
  • Cloud agent now GA: GitHub’s Cloud agent exits beta. General availability translates to better uptime, faster failover, and support for larger org deployments. This is foundational—agent-centric workflows need durable backend support.
  • Bug fixes and UI tweaks: The changelog names “user experience and reliability improvements”—typically code for dozens of minor defects, layout alignments, and quality-of-life changes based on live feedback.

Each patch adds up. Developers churn less on errors, debug faster, and spend more time at the edge of what the workflow can do, not fixing its foundation.

[[DIAGRAM: How new Copilot agent features, model selection, and CLI message queuing connect to the developer's workflow, supporting both team-wide and individual productivity gains.]]

What this enables for developer teams

“GitHub Copilot JetBrains new features” is more than incremental: organization-level governance brings large teams fully into the AI agent era, CLI queuing shaves minutes per task, and model/credits transparency enables budgeting at scale. Claude’s entry is more than model churn—it’s a genuinely differentiated agent that you can swap in per workflow.

To adopt now:

  • Configure org/enterprise agents with admin privileges (GitHub UI).
  • For CLI, upgrade, then use the Send dropdown during any long agent run.
  • To test Claude, select it in the agent model picker—no private beta, just opt-in.
  • Monitor workflow costs and tune with the per-turn credits indicator.
  • For debugging, consult the Agent Debug panel’s new logs summary after any complex session.

The surface layer—teams using AI in JetBrains—will keep evolving. But the boundaries beneath (organization-driven governance, explicit credits, real multitasking) are the new table stakes. Build above this line and the next round of Copilot churn upgrades the machinery, not your entire stack.


For a deeper dive:

The 2026 Copilot JetBrains release is what “AI-integrated development” should look like: opinionated defaults, team safety rails, and transparent control that scales. The next move is yours.