mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 08:51:10 +00:00
committed by
Peter Steinberger
parent
3ce9166319
commit
d66033315f
@@ -268,8 +268,8 @@ enum OnboardingSystemAgentResumeStore {
|
||||
defaults.removeObject(forKey: onboardingSystemAgentPendingRetiredKey)
|
||||
}
|
||||
|
||||
// Pre-rename releases stored the lease under the Crestodian key; adopt it once
|
||||
// so an app upgrade cannot orphan a live activation record.
|
||||
/// Pre-rename releases stored the lease under the Crestodian key; adopt it once
|
||||
/// so an app upgrade cannot orphan a live activation record.
|
||||
private static func storedPendingPayload(defaults: UserDefaults) -> Any? {
|
||||
if let stored = defaults.object(forKey: onboardingSystemAgentPendingKey) { return stored }
|
||||
guard let retired = defaults.object(forKey: onboardingSystemAgentPendingRetiredKey) else {
|
||||
|
||||
@@ -511,9 +511,6 @@ export const KNIP_UNUSED_EXPORT_BASELINE = [
|
||||
"src/context-engine/registry.ts: ContextEngineRegistrationResult",
|
||||
"src/context-engine/registry.ts: getContextEngineFactory",
|
||||
"src/context-engine/registry.ts: listContextEngineIds",
|
||||
"src/system-agent/agent-turn.ts: SystemAgentTurnDeps",
|
||||
"src/system-agent/agent-turn.ts: SystemAgentTurnDirective",
|
||||
"src/system-agent/agent-turn.ts: runSystemAgentTurnWithDeps",
|
||||
"src/cron/command-output-summary.ts: cronCommandSummaryNeedsExternalRedaction",
|
||||
"src/cron/delivery-context.ts: cronDeliveryFromContext",
|
||||
"src/cron/delivery-preview.ts: resolveCronDeliveryPreview",
|
||||
@@ -616,6 +613,9 @@ export const KNIP_UNUSED_EXPORT_BASELINE = [
|
||||
"src/skills/lifecycle/upload-store.ts: MAX_ACTIVE_SKILL_UPLOADS",
|
||||
"src/skills/runtime/refresh.ts: resetSkillsRefreshForTest",
|
||||
"src/skills/runtime/remote-skills.ts: resetRemoteNodeSkillsForTests",
|
||||
"src/system-agent/agent-turn.ts: runSystemAgentTurnWithDeps",
|
||||
"src/system-agent/agent-turn.ts: SystemAgentTurnDeps",
|
||||
"src/system-agent/agent-turn.ts: SystemAgentTurnDirective",
|
||||
"src/tasks/detached-task-runtime.ts: resetDetachedTaskLifecycleRuntimeForTests",
|
||||
"src/tasks/detached-task-runtime.ts: setDetachedTaskLifecycleRuntime",
|
||||
"src/tasks/generated-media-task-activity.ts: resetGeneratedMediaTaskActivityForTests",
|
||||
|
||||
Reference in New Issue
Block a user