Skip to content

docs(acp): IDE integration guide for subagent visibility#1015

Merged
bug-ops merged 1 commit intomainfrom
worktree-issue-1011-ide-integration-docs
Feb 27, 2026
Merged

docs(acp): IDE integration guide for subagent visibility#1015
bug-ops merged 1 commit intomainfrom
worktree-issue-1011-ide-integration-docs

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 27, 2026

Closes #1011.

Summary

  • Add docs/src/guides/ide-integration.md — end-to-end guide for connecting Zed and VS Code (ACP extension) to Zeph's ACP stdio server
  • Document the three subagent visibility features shipped in feat(acp): subagent IDE visibility via parent_tool_use_id, terminal streaming, and ToolCallLocation #1014:
    • Subagent nesting via parent_tool_use_id in session_update._meta
    • Live terminal output streaming via AcpShellExecutor and _meta.terminal_output chunks
    • Agent following via ToolCall.location on file read/write operations
  • Update docs/src/SUMMARY.md with new guide entry
  • Update CHANGELOG.md [Unreleased] section

Test plan

  • cargo +nightly fmt --check — pass
  • cargo clippy --workspace -- -D warnings — pass (0 warnings)
  • cargo nextest run --workspace --lib --bins — 2962 passed, 11 skipped

@github-actions github-actions bot added documentation Improvements or additions to documentation size/M labels Feb 27, 2026
@bug-ops bug-ops enabled auto-merge (squash) February 27, 2026 03:27
@bug-ops bug-ops disabled auto-merge February 27, 2026 03:33
Add docs/src/guides/ide-integration.md covering ACP stdio setup, Zed and
VS Code configuration, and the three subagent visibility features from
PR #1014: subagent nesting via parent_tool_use_id, live terminal streaming
via AcpShellExecutor, and agent following via ToolCallLocation.

Update docs/src/SUMMARY.md and CHANGELOG.md.

Closes #1011
@bug-ops bug-ops force-pushed the worktree-issue-1011-ide-integration-docs branch from 01fc564 to 13ba928 Compare February 27, 2026 03:42
@bug-ops bug-ops enabled auto-merge (squash) February 27, 2026 03:42
@bug-ops bug-ops merged commit 457a45f into main Feb 27, 2026
28 checks passed
@bug-ops bug-ops deleted the worktree-issue-1011-ide-integration-docs branch February 27, 2026 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(acp): IDE integration guide and validation for subagent visibility

1 participant