mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
feat: 优化 CLI 工具配置管理,动态加载工具并简化配置路径
This commit is contained in:
@@ -620,7 +620,9 @@ async function renderCliManager() {
|
||||
if (searchInput) searchInput.parentElement.style.display = 'none';
|
||||
|
||||
// Load data (including CodexLens status for tools section)
|
||||
// loadCliToolsConfig() ensures cli-tools.json is auto-created if missing
|
||||
await Promise.all([
|
||||
loadCliToolsConfig(),
|
||||
loadCliToolStatus(),
|
||||
loadCodexLensStatus(),
|
||||
loadCcwInstallations(),
|
||||
|
||||
Reference in New Issue
Block a user