chore(lint): burn down remaining warnings to zero
This commit is contained in:
@@ -148,7 +148,10 @@ export function createMessageRouter(deps: {
|
||||
// Lazy sandbox: create the sandboxed tools with a deferred sandbox reference
|
||||
// The sandbox is created on first use via SandboxManager.getOrCreate()
|
||||
const sandboxSessionId = sessionId;
|
||||
const sandboxManager = deps.sandboxManager!;
|
||||
const sandboxManager = deps.sandboxManager;
|
||||
if (!sandboxManager) {
|
||||
throw new Error('Sandbox manager unavailable for sandboxed agent execution');
|
||||
}
|
||||
|
||||
// Create a proxy sandbox that lazily initializes
|
||||
const lazySandboxShell: Tool = {
|
||||
|
||||
Reference in New Issue
Block a user