ControlRequest

works.iterative.claude.core.model.ControlRequest
See theControlRequest companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

Serializes a control request to the exact wire shape the CLI reads on stdin: {"type":"control_request","request_id":…,"request":{"subtype":…}}. The Other case merges its payload fields alongside the subtype so an unmodelled control request round-trips its arguments.

Serializes a control request to the exact wire shape the CLI reads on stdin: {"type":"control_request","request_id":…,"request":{"subtype":…}}. The Other case merges its payload fields alongside the subtype so an unmodelled control request round-trips its arguments.

Attributes