Skip to content

Commands

These are the main user-facing commands registered by the extension.

Core workflow commands

CommandWhat it does
ctrlyoke: Open ctrlyoke PanelOpen the panel UI
ctrlyoke: RunStart the loaded workflow
ctrlyoke: Pause ExecutionPause the current run
ctrlyoke: Resume ExecutionResume a paused run
ctrlyoke: Stop ExecutionStop the current run
ctrlyoke: Show Output PanelOpen the output panel

Workflow authoring commands

CommandWhat it does
Editor convert buttonWrite a step prompt to .ctrlyoke/prompts/
ctrlyoke: New Workflow from TemplateStart from a template
ctrlyoke: New Blank WorkflowClear the current workflow and start fresh
ctrlyoke: Create New Custom TemplateCreate a user template
ctrlyoke: Import Workflow TemplatesImport bundled templates

Save As

Save As writes a durable workflow definition at the destination you choose. It copies inline @, #selection:, and #sym references that point into generated attachments or prompt stores into a sibling <workflow>.assets/ directory, rewriting those references to the exported paths. It inlines lone step prompt values that resolve to generated prompt files, including empty files. Ordinary repository references remain unchanged. The exported pair — the workflow file and its sibling <workflow>.assets/ directory — can be moved or copied to another directory or repository and still resolve, provided they travel together. The pair carries generated dependencies, not the repository it operates on: @src/foo.ts, committed prompt files, and .ctrlyoke/scripts/** references remain dependencies of the surrounding repository by design.

Queue and session commands

CommandWhat it does
ctrlyoke: Queue with ctrlyokeAppend a prompt file to the queue
ctrlyoke: Queue Next with ctrlyokeInsert a prompt file after the current step
ctrlyoke: Queue Prompt FileQueue a prompt file from the dashboard
ctrlyoke: Resume SessionResume a prior session

Workspace and helper commands

CommandWhat it does
ctrlyoke: Initialize WorkspaceCreate .ctrlyoke/ and its generated .gitignore
ctrlyoke: Create End Condition ScriptCreate a validation script template
ctrlyoke: Import ctrlyoke AgentsImport bundled agents

Prompt editor context commands

These commands insert references into the prompt editor from the Explorer, editor selection, SCM view, and timeline:

  • Add File to ctrlyoke
  • Add Directory to ctrlyoke
  • Add Selection to ctrlyoke
  • Add Symbol to ctrlyoke
  • Add Commit to ctrlyoke

Source-available under the ctrlyoke Commercial License.