1. Open a tab
tab_... ID in page so the next
command can use it.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Open a tab, split it with Radius Chat, and group the workspace.
page="$(radius tab open "https://example.com")"
tab_... ID in page so the next
command can use it.
chat="$(radius tab open "radius://chat" --right-of "$page" --size 40%)"
group="$(radius group create "CLI Demo" --tab "$page")"
radius group show "$group"
radius tab open "https://developer.mozilla.org" --group "$group" --background
radius tab focus "$page"