MCPcopy Index your code
hub / github.com/github/copilot-sdk / TaskShellInfoAttachmentMode

Class TaskShellInfoAttachmentMode

python/copilot/generated/rpc.py:8364–8369  ·  view source on GitHub ↗

Whether the shell runs inside a managed PTY session or as an independent background process

Source from the content-addressed store, hash-verified

8362
8363# Experimental: this type is part of an experimental API and may change or be removed.
8364class TaskShellInfoAttachmentMode(Enum):
8365 """Whether the shell runs inside a managed PTY session or as an independent background
8366 process
8367 """
8368 ATTACHED = "attached"
8369 DETACHED = "detached"
8370
8371class TaskInfoType(Enum):
8372 AGENT = "agent"

Callers 2

from_dictMethod · 0.70
from_dictMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…