Fixes or vscode token / url not being present (#9661)

This commit is contained in:
Tim O'Farrell
2025-07-11 09:31:39 -06:00
committed by GitHub
parent 8937b3fbfc
commit b99150c616
3 changed files with 10 additions and 3 deletions

View File

@@ -498,6 +498,7 @@ class DockerNestedConversationManager(ConversationManager):
env_vars['SESSION_API_KEY'] = self._get_session_api_key_for_conversation(sid)
# We need to be able to specify the nested conversation id within the nested runtime
env_vars['ALLOW_SET_CONVERSATION_ID'] = '1'
env_vars['WORKSPACE_BASE'] = '/workspace'
env_vars['SANDBOX_CLOSE_DELAY'] = '0'
env_vars['SKIP_DEPENDENCY_CHECK'] = '1'
env_vars['INITIAL_NUM_WARM_SERVERS'] = '1'