@runloop/remote-agents-sdk
Preparing search index...
codex
v2
CommandAction
Type Alias CommandAction
CommandAction
:
|
{
command
:
string
;
name
:
string
;
path
:
AbsolutePathBuf
;
type
:
"read"
}
|
{
command
:
string
;
path
:
string
|
null
;
type
:
"listFiles"
}
|
{
command
:
string
;
path
:
string
|
null
;
query
:
string
|
null
;
type
:
"search"
;
}
|
{
command
:
string
;
type
:
"unknown"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@runloop/remote-agents-sdk
Loading...