File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -372,8 +372,8 @@ cortex exec -o json "list TODO comments" | jq '.tool_calls | length'
372372# Start a session
373373SESSION=$( cortex exec -o json " analyze codebase" | jq -r ' .session_id' )
374374
375- # Continue the session
376- cortex exec -s $SESSION " now focus on the auth module"
375+ # Continue the session (quote variable to handle edge cases)
376+ cortex exec -s " $SESSION " " now focus on the auth module"
377377```
378378
379379### Context Inclusion
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ Cortex provides:
1616
1717### Linux and macOS
1818
19+ > ** Security Note:** Before running any installation script, you can review it first:
20+ > ``` bash
21+ > curl -fsSL https://software.cortex.foundation/install.sh | less
22+ > ` ` `
23+
1924` ` ` bash
2025curl -fsSL https://software.cortex.foundation/install.sh | sh
2126```
You can’t perform that action at this time.
0 commit comments