fix(#2149): use - as session prefix separator (mara)

This commit is contained in:
atlas 2026-07-02 22:03:20 +02:00 committed by mara
commit e4889fdd2c

View file

@ -60,8 +60,8 @@ let
CLAUDE_CODE_RESUME_INTERRUPTED_TURN = "1";
# Use the simpler system prompt variant suited to headless operation.
CLAUDE_CODE_SIMPLE_SYSTEM_PROMPT = "1";
# Tag remote-control sessions with "<hive>/<agent>" for identification.
CLAUDE_REMOTE_CONTROL_SESSION_NAME_PREFIX = "${hiveDisplayName}/${userName}";
# Tag remote-control sessions with "<hive>-<agent>" for identification.
CLAUDE_REMOTE_CONTROL_SESSION_NAME_PREFIX = "${hiveDisplayName}-${userName}";
};
otelSettingsEnv = {
CLAUDE_CODE_ENABLE_TELEMETRY = "1";