works.iterative.claude.direct.internal.cli.SessionProcess
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Starts a CLI process for the given options and returns a ready Session.
Starts a CLI process for the given options and returns a ready Session.
The factory:
- Builds CLI args from SessionOptions
- Starts the process with stdin/stdout pipes
- Forks stderr capture in the background
- Reads initial stdout lines to extract the session_id from the init SystemMessage (up to a reasonable number of lines)
- Returns the constructed SessionProcess
Attributes