Ocsidian

Terminal

Integrated terminal for build commands and tools.

The integrated terminal provides command-line access to your project, build tools, and the Ocsidian CLI. Open it with Cmd+` or Ctrl+`.

Features

  • Multiple terminal tabs
  • Auto-detection of project build system
  • Unreal Build Tool integration
  • AI can execute commands during generation
  • Output parsing for error navigation

Common commands

# Build the project
ocsidian build

# Cook content for a target platform
ocsidian cook --platform=Win64

# Run tests
ocsidian test

# Package the project
ocsidian package --config=Shipping