fix: refresh provider tokens proactively and update git URLs on resume (#11296)

This commit is contained in:
Alona
2025-10-21 14:19:08 -04:00
committed by GitHub
parent 49f360d021
commit 267528fa82
5 changed files with 123 additions and 27 deletions

View File

@@ -14,7 +14,9 @@ from openhands.integrations.provider import (
ProviderToken,
ProviderType,
)
from openhands.server.routes.secrets import app as secrets_app
from openhands.server.routes.secrets import (
app as secrets_app,
)
from openhands.storage import get_file_store
from openhands.storage.data_models.user_secrets import UserSecrets
from openhands.storage.secrets.file_secrets_store import FileSecretsStore