How startup works
When you create a configured project or worktree group, Radius:- Creates the group.
- Opens its terminal tab.
- Starts the configured command.
- Provides the current group, terminal, and window IDs.
Create the script
Save this asscripts/open-radius-workspace.sh:
Configure the group
Open the project group’s menu, choose Settings, then set Startup command under Scripts to:.radius/settings.toml:
Startup arranges the Radius group. It is separate from the setup command that
installs dependencies inside a newly created worktree. See
Scripts and automation.
Failure behavior
Completed commands remain visible if a later command fails. Radius does not roll back the group or keep enforcing the layout after the script exits. Useset -euo pipefail, validate required variables at the top, and use
tab wait when a later step depends on a page finishing navigation.
