chore(coding-agent): minor cleanup in rpc-mode and shell utils
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { existsSync } from "node:fs";
|
||||
import { delimiter } from "node:path";
|
||||
import { spawn, spawnSync } from "child_process";
|
||||
import { getSettingsPath } from "../config.js";
|
||||
import { getBinDir } from "../config.js";
|
||||
import { getBinDir, getSettingsPath } from "../config.js";
|
||||
import { SettingsManager } from "../core/settings-manager.js";
|
||||
|
||||
let cachedShellConfig: { shell: string; args: string[] } | null = null;
|
||||
|
||||
Reference in New Issue
Block a user