diff --git a/ccw/src/tools/codex-lens.ts b/ccw/src/tools/codex-lens.ts index b4c35fc7..e29d6cab 100644 --- a/ccw/src/tools/codex-lens.ts +++ b/ccw/src/tools/codex-lens.ts @@ -196,9 +196,9 @@ async function checkSemanticStatus(): Promise { // Check semantic module availability and accelerator info return new Promise((resolve) => { const checkCode = ` - import sys - import json - try: +import sys +import json +try: import codexlens.semantic as semantic SEMANTIC_AVAILABLE = bool(getattr(semantic, "SEMANTIC_AVAILABLE", False)) SEMANTIC_BACKEND = getattr(semantic, "SEMANTIC_BACKEND", None)