Перейти к содержимому

Integrated terminal

Это содержимое пока не доступно на вашем языке.

Sirius embeds a full terminal per workspace folder. It uses your default shell (powershell on Windows, $SHELL on Unix).

Basics

  • Open with Ctrl+` or View → Terminal.
  • Multiple tabs: + in the terminal panel.
  • Working directory follows the project root unless you cd elsewhere.

Agent access (L3)

In Agent autonomy mode, the model can propose shell commands. Each command shows:

  • The exact string to run
  • The working directory
  • A Run / Deny choice

Approved commands run in the same terminal session the agent opened, so environment variables and cd persist within that session.

Sandboxing

Commands cannot escape above the project root. Network access is your normal user permissions — the agent does not add a firewall.