claude-code - 💡(How to fix) Fix [FEATURE] Native ACP Support to Expose Console Output in IDE Integrations [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48506Fetched 2026-04-16 06:58:17
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

When integrating Claude Code within IDEs such as VS Code or Zed, users frequently encounter a frustrating limitation: the console output generated by Claude Code during task execution (e.g., command logs, errors, debugging info) is not readily visible within the IDE interface. Instead, users must switch to an external terminal or monitor background processes, which severely hampers development efficiency and debugging experience.

Proposed Solution

Add native support for the Agent Client Protocol in Claude Code, enabling it to operate as a standard ACP agent. Specifically, this could include:

Implementing the ACP JSON-RPC interface to stream runtime logs, command output, tool-call results, etc., to an ACP-compatible client. Introducing a CLI flag (e.g., --acp) that allows an IDE to spawn Claude Code as a child process and communicate over stdio. Ensuring that ACP-mode output formats are compatible with existing text / json output modes to facilitate parsing and presentation within IDEs.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implementing the Agent Client Protocol (ACP) in Claude Code to enable native support for streaming runtime logs and command output to an ACP-compatible client within IDEs is the most likely fix.

Guidance

  • To address the limitation, consider implementing the ACP JSON-RPC interface to stream runtime logs, command output, and tool-call results to an ACP-compatible client.
  • Introduce a CLI flag (e.g., --acp) to allow an IDE to spawn Claude Code as a child process and communicate over stdio.
  • Ensure ACP-mode output formats are compatible with existing text/json output modes for easy parsing and presentation within IDEs.
  • Verify the proposed solution by testing Claude Code's integration with IDEs like VS Code or Zed, checking for seamless console output visibility within the IDE interface.

Example

No code snippet is provided due to the lack of specific implementation details in the issue.

Notes

The proposed solution requires implementing the ACP protocol, which may involve significant development effort. The issue lacks specific technical details, so the guidance provided is based on the general description of the problem.

Recommendation

Apply workaround: Implementing the ACP protocol is a significant undertaking, but it addresses the core issue of console output visibility within IDEs, making it a worthwhile investment for improved development efficiency and debugging experience.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING