outline_tool.py:16: error: Function is missing a type annotation [no-untyped-def] outline_tool.py:22: error: Function is missing a type annotation [no-untyped-def] outline_tool.py:27: error: Call to untyped function "get_docstring" in typed context [no-untyped-call] outline_tool.py:31: error: Call to untyped function "walk" in typed context [no-untyped-call] outline_tool.py:42: error: Call to untyped function "get_docstring" in typed context [no-untyped-call] outline_tool.py:46: error: Call to untyped function "walk" in typed context [no-untyped-call] summarize.py:163: error: Missing type parameters for generic type "dict" [type-arg] summarize.py:181: error: Missing type parameters for generic type "dict" [type-arg] file_cache.py:38: error: Function is missing a type annotation [no-untyped-def] file_cache.py:44: error: Function is missing a type annotation [no-untyped-def] file_cache.py:54: error: Call to untyped function "is_docstring" in typed context [no-untyped-call] file_cache.py:64: error: Call to untyped function "walk" in typed context [no-untyped-call] file_cache.py:65: error: Call to untyped function "walk" in typed context [no-untyped-call] file_cache.py:82: error: Function is missing a type annotation [no-untyped-def] file_cache.py:88: error: Function is missing a type annotation [no-untyped-def] file_cache.py:99: error: Function is missing a type annotation [no-untyped-def] file_cache.py:112: error: Function is missing a type annotation [no-untyped-def] file_cache.py:117: error: Call to untyped function "has_core_logic_decorator" in typed context [no-untyped-call] file_cache.py:117: error: Call to untyped function "has_hot_comment" in typed context [no-untyped-call] file_cache.py:125: error: Call to untyped function "is_docstring" in typed context [no-untyped-call] file_cache.py:135: error: Call to untyped function "walk" in typed context [no-untyped-call] file_cache.py:136: error: Call to untyped function "walk" in typed context [no-untyped-call] file_cache.py:156: error: Missing type parameters for generic type "dict" [type-arg] performance_monitor.py:32: error: Need type annotation for "_component_timings" (hint: "_component_timings: dict[, ] = ...") [var-annotated] performance_monitor.py:33: error: Need type annotation for "_comp_start" (hint: "_comp_start: dict[, ] = ...") [var-annotated] performance_monitor.py:57: error: Incompatible types in assignment (expression has type "float", variable has type "None") [assignment] performance_monitor.py:60: error: Incompatible types in assignment (expression has type "float", variable has type "None") [assignment] shell_runner.py:14: error: Missing type parameters for generic type "dict" [type-arg] shell_runner.py:16: error: Missing type parameters for generic type "dict" [type-arg] mcp_client.py:156: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:158: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:161: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:170: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:172: error: Item "None" of "Path | None" has no attribute "is_dir" [union-attr] mcp_client.py:175: error: Item "None" of "Path | None" has no attribute "iterdir" [union-attr] mcp_client.py:200: error: Item "None" of "Path | None" has no attribute "is_dir" [union-attr] mcp_client.py:203: error: Item "None" of "Path | None" has no attribute "glob" [union-attr] mcp_client.py:231: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:233: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:236: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:237: error: Argument 1 to "summarise_file" has incompatible type "Path | None"; expected "Path" [arg-type] mcp_client.py:248: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:250: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:250: error: Item "None" of "Path | None" has no attribute "suffix" [union-attr] mcp_client.py:254: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:267: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:269: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:272: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:273: error: Argument 1 to "get_outline" has incompatible type "Path | None"; expected "Path" [arg-type] mcp_client.py:282: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:285: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:297: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:300: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:307: error: Item "None" of "Path | None" has no attribute "write_text" [union-attr] mcp_client.py:317: error: Function is missing a type annotation [no-untyped-def] mcp_client.py:333: error: Call to untyped function "find_in_scope" in typed context [no-untyped-call] mcp_client.py:348: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:350: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:352: error: Item "None" of "Path | None" has no attribute "suffix" [union-attr] mcp_client.py:353: error: Item "None" of "Path | None" has no attribute "suffix" [union-attr] mcp_client.py:356: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:373: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:377: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:393: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:397: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:413: error: Returning Any from function declared to return "str" [no-any-return] mcp_client.py:423: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:427: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:448: error: Item "None" of "Path | None" has no attribute "exists" [union-attr] mcp_client.py:452: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:477: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:477: error: Item "None" of "Path | None" has no attribute "suffix" [union-attr] mcp_client.py:481: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:498: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:498: error: Item "None" of "Path | None" has no attribute "suffix" [union-attr] mcp_client.py:502: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:544: error: Function is missing a type annotation [no-untyped-def] mcp_client.py:556: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:557: error: Call to untyped function "_search_file" in typed context [no-untyped-call] mcp_client.py:559: error: Value of type variable "AnyStr" of "walk" cannot be "str | None" [type-var] mcp_client.py:560: error: Item "None" of "str | None" has no attribute "startswith" [union-attr] mcp_client.py:562: error: Item "None" of "str | None" has no attribute "endswith" [union-attr] mcp_client.py:563: error: Call to untyped function "_search_file" in typed context [no-untyped-call] mcp_client.py:563: error: Unsupported operand types for / ("Path" and "None") [operator] mcp_client.py:563: note: Right operand is of type "str | None" mcp_client.py:563: error: Argument 1 to "Path" has incompatible type "str | None"; expected "str | PathLike[str]" [arg-type] mcp_client.py:576: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:576: error: Item "None" of "Path | None" has no attribute "suffix" [union-attr] mcp_client.py:579: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:599: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:599: error: Item "None" of "Path | None" has no attribute "suffix" [union-attr] mcp_client.py:602: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:617: error: Function is missing a type annotation [no-untyped-def] mcp_client.py:628: error: "expr" has no attribute "id" [attr-defined] mcp_client.py:632: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:633: error: Call to untyped function "_search_file" in typed context [no-untyped-call] mcp_client.py:635: error: Value of type variable "AnyStr" of "walk" cannot be "str | None" [type-var] mcp_client.py:636: error: Item "None" of "str | None" has no attribute "startswith" [union-attr] mcp_client.py:638: error: Item "None" of "str | None" has no attribute "endswith" [union-attr] mcp_client.py:639: error: Call to untyped function "_search_file" in typed context [no-untyped-call] mcp_client.py:639: error: Unsupported operand types for / ("Path" and "None") [operator] mcp_client.py:639: note: Right operand is of type "str | None" mcp_client.py:639: error: Argument 1 to "Path" has incompatible type "str | None"; expected "str | PathLike[str]" [arg-type] mcp_client.py:650: error: Item "None" of "Path | None" has no attribute "is_file" [union-attr] mcp_client.py:650: error: Item "None" of "Path | None" has no attribute "suffix" [union-attr] mcp_client.py:653: error: Item "None" of "Path | None" has no attribute "read_text" [union-attr] mcp_client.py:669: error: Item "None" of "Path | None" has no attribute "is_dir" [union-attr] mcp_client.py:673: error: Function is missing a type annotation [no-untyped-def] mcp_client.py:688: error: Call to untyped function "_build_tree" in typed context [no-untyped-call] mcp_client.py:690: error: Item "None" of "Path | None" has no attribute "name" [union-attr] mcp_client.py:690: error: Call to untyped function "_build_tree" in typed context [no-untyped-call] mcp_client.py:709: error: Unsupported right operand type for in ("str | None") [operator] mcp_client.py:710: error: Incompatible types in assignment (expression has type "str | None", variable has type "str") [assignment] mcp_client.py:711: error: Unsupported right operand type for in ("str | None") [operator] mcp_client.py:713: error: Unsupported right operand type for in ("str | None") [operator] log_registry.py:21: error: Need type annotation for "data" (hint: "data: dict[, ] = ...") [var-annotated] log_registry.py:76: error: Incompatible types in assignment (expression has type "dict[Any, str]", target has type "str") [assignment] log_registry.py:153: error: Returning Any from function declared to return "bool" [no-any-return] log_registry.py:213: error: Missing type parameters for generic type "dict" [type-arg] session_logger.py:149: error: Item "None" of "Path | None" has no attribute "write_text" [union-attr] aggregate.py:73: error: Argument 2 to "resolve_paths" has incompatible type "Any | None"; expected "str" [arg-type] aggregate.py:86: error: Unsupported right operand type for in ("Any | None") [operator] aggregate.py:126: error: Argument 2 to "resolve_paths" has incompatible type "Any | None"; expected "str" [arg-type] aggregate.py:212: error: Item "None" of "Any | None" has no attribute "suffix" [union-attr] aggregate.py:216: error: Argument 1 to "summarise_file" has incompatible type "Any | None"; expected "Path" [arg-type] aggregate.py:263: error: Argument 1 to "summarise_file" has incompatible type "Any | None"; expected "Path" [arg-type] gemini_cli_adapter.py:15: error: Missing type parameters for generic type "dict" [type-arg] gemini_cli_adapter.py:18: error: Missing type parameters for generic type "list" [type-arg] api_hooks.py:19: error: "BaseServer" has no attribute "app" [attr-defined] api_hooks.py:70: error: Function is missing a return type annotation [no-untyped-def] api_hooks.py:70: note: Use "-> None" if function does not return a value api_hooks.py:97: error: Function is missing a return type annotation [no-untyped-def] api_hooks.py:97: note: Use "-> None" if function does not return a value api_hooks.py:121: error: Function is missing a return type annotation [no-untyped-def] api_hooks.py:121: note: Use "-> None" if function does not return a value api_hooks.py:123: error: Argument 3 to "getattr" has incompatible type "str"; expected "None" [arg-type] api_hooks.py:124: error: Argument 3 to "getattr" has incompatible type "str"; expected "None" [arg-type] api_hooks.py:127: error: Item "None" of "Any | None" has no attribute "id" [union-attr] api_hooks.py:128: error: Incompatible types in assignment (expression has type "Any | list[Any]", target has type "None") [assignment] api_hooks.py:129: error: Incompatible types in assignment (expression has type "Any | bool", target has type "None") [assignment] api_hooks.py:130: error: Incompatible types in assignment (expression has type "Any | bool", target has type "None") [assignment] api_hooks.py:131: error: Incompatible types in assignment (expression has type "bool", target has type "None") [assignment] api_hooks.py:132: error: Incompatible types in assignment (expression has type "bool", target has type "None") [assignment] api_hooks.py:133: error: Incompatible types in assignment (expression has type "bool", target has type "None") [assignment] api_hooks.py:136: error: Incompatible types in assignment (expression has type "Any | list[Any]", target has type "None") [assignment] api_hooks.py:137: error: Incompatible types in assignment (expression has type "Any | list[Any]", target has type "None") [assignment] api_hooks.py:138: error: Incompatible types in assignment (expression has type "Any | dict[Any, Any]", target has type "None") [assignment] api_hooks.py:139: error: Incompatible types in assignment (expression has type "Any | dict[Any, Any]", target has type "None") [assignment] api_hooks.py:159: error: Function is missing a return type annotation [no-untyped-def] api_hooks.py:159: note: Use "-> None" if function does not return a value api_hooks.py:162: error: Incompatible types in assignment (expression has type "bool", target has type "None") [assignment] api_hooks.py:163: error: Incompatible types in assignment (expression has type "bool", target has type "None") [assignment] api_hooks.py:164: error: Incompatible types in assignment (expression has type "Any | bool", target has type "None") [assignment] api_hooks.py:186: error: "BaseServer" has no attribute "app" [attr-defined] api_hooks.py:252: error: Incompatible types in assignment (expression has type "Any | None", variable has type "str") [assignment] api_hooks.py:277: error: Function is missing a type annotation for one or more arguments [no-untyped-def] api_hooks.py:299: error: Incompatible types in assignment (expression has type "HookServerInstance", variable has type "None") [assignment] api_hooks.py:300: error: Incompatible types in assignment (expression has type "Thread", variable has type "None") [assignment] api_hooks.py:300: error: "None" has no attribute "serve_forever" [attr-defined] api_hooks.py:301: error: "None" has no attribute "start" [attr-defined] theme_2.py:22: error: Missing type parameters for generic type "tuple" [type-arg] theme_2.py:231: error: Missing type parameters for generic type "dict" [type-arg] theme_2.py:239: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:23: error: Library stubs not installed for "requests" [import-untyped] ai_client.py:23: note: Hint: "python3 -m pip install types-requests" ai_client.py:23: note: (or run "mypy --install-types" to install all missing stub packages) ai_client.py:23: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports ai_client.py:69: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:73: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:134: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:152: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:158: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:308: error: Need type annotation for "_deepseek_history" (hint: "_deepseek_history: list[] = ...") [var-annotated] ai_client.py:317: error: Item "None" of "Client | None" has no attribute "caches" [union-attr] ai_client.py:360: error: Item "None" of "str | None" has no attribute "startswith" [union-attr] ai_client.py:361: error: Value of type "str | None" is not indexable [index] ai_client.py:362: error: Item "None" of "str | None" has no attribute "lower" [union-attr] ai_client.py:364: error: Argument 1 to "sorted" has incompatible type "list[str | None]"; expected "Iterable[str]" [arg-type] ai_client.py:390: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:397: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:440: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:512: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:544: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:561: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:597: error: Returning Any from function declared to return "dict[str, Any]" [no-any-return] ai_client.py:599: error: Returning Any from function declared to return "dict[str, Any]" [no-any-return] ai_client.py:619: error: Returning Any from function declared to return "list[Any]" [no-any-return] ai_client.py:621: error: Returning Any from function declared to return "list[Any]" [no-any-return] ai_client.py:623: error: Returning Any from function declared to return "list[Any]" [no-any-return] ai_client.py:644: error: Non-overlapping equality check (left operand type: "int | None", right operand type: "str") [comparison-overlap] ai_client.py:647: error: Item "None" of "Client | None" has no attribute "caches" [union-attr] ai_client.py:659: error: Item "None" of "Client | None" has no attribute "caches" [union-attr] ai_client.py:668: error: Argument "tools" to "GenerateContentConfig" has incompatible type "list[google.genai.types.Tool] | None"; expected "list[google.genai.types.Tool | Callable[..., Any] | mcp.types.Tool | ClientSession] | None" [arg-type] ai_client.py:671: error: Argument "category" to "SafetySetting" has incompatible type "str"; expected "HarmCategory | None" [arg-type] ai_client.py:671: error: Argument "threshold" to "SafetySetting" has incompatible type "str"; expected "HarmBlockThreshold | None" [arg-type] ai_client.py:676: error: Item "None" of "Client | None" has no attribute "models" [union-attr] ai_client.py:678: error: Unsupported operand types for <= ("int" and "None") [operator] ai_client.py:678: note: Left operand is of type "int | Any | None" ai_client.py:687: error: Item "None" of "Client | None" has no attribute "caches" [union-attr] ai_client.py:700: error: Argument "category" to "SafetySetting" has incompatible type "str"; expected "HarmCategory | None" [arg-type] ai_client.py:700: error: Argument "threshold" to "SafetySetting" has incompatible type "str"; expected "HarmBlockThreshold | None" [arg-type] ai_client.py:710: error: Item "None" of "Client | None" has no attribute "chats" [union-attr] ai_client.py:710: error: Argument 1 to "create" of "Chats" has incompatible type "**dict[str, object]"; expected "str" [arg-type] ai_client.py:710: error: Argument 1 to "create" of "Chats" has incompatible type "**dict[str, object]"; expected "GenerateContentConfig | GenerateContentConfigDict | None" [arg-type] ai_client.py:710: error: Argument 1 to "create" of "Chats" has incompatible type "**dict[str, object]"; expected "list[Content | ContentDict] | None" [arg-type] ai_client.py:711: error: Incompatible types in assignment (expression has type "str", variable has type "int | None") [assignment] ai_client.py:797: error: Too many arguments [call-arg] ai_client.py:801: error: Incompatible types in assignment (expression has type "bool", variable has type "str") [assignment] ai_client.py:810: error: Too many arguments [call-arg] ai_client.py:833: error: Too many positional arguments for "from_text" of "Part" [misc] ai_client.py:875: error: Argument 1 to "send" of "GeminiCliAdapter" has incompatible type "str | list[dict[str, Any]]"; expected "str" [arg-type] ai_client.py:924: error: Too many arguments [call-arg] ai_client.py:928: error: Incompatible types in assignment (expression has type "bool", variable has type "str") [assignment] ai_client.py:937: error: Too many arguments [call-arg] ai_client.py:996: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:1005: error: Returning Any from function declared to return "int" [no-any-return] ai_client.py:1031: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:1131: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:1140: error: Missing type parameters for generic type "dict" [type-arg] ai_client.py:1273: error: Item "None" of "Anthropic | None" has no attribute "messages" [union-attr] ai_client.py:1278: error: Argument "tools" to "stream" of "Messages" has incompatible type "list[dict[Any, Any]]"; expected "Iterable[ToolParam | ToolBash20250124Param | CodeExecutionTool20250522Param | CodeExecutionTool20250825Param | CodeExecutionTool20260120Param | <10 more items>] | Omit" [arg-type] ai_client.py:1279: error: Argument "messages" to "stream" of "Messages" has incompatible type "list[dict[str, Any]]"; expected "Iterable[MessageParam]" [arg-type] ai_client.py:1282: error: Item "TextEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "CitationEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "ThinkingEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "SignatureEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "InputJsonEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "RawMessageStartEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "ParsedMessageStopEvent[None]" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "RawContentBlockStartEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "ParsedContentBlockStopEvent[None]" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1282: error: Item "Delta" of "Any | Delta | TextDelta | InputJSONDelta | CitationsDelta | ThinkingDelta | SignatureDelta" has no attribute "type" [union-attr] ai_client.py:1283: error: Item "TextEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "CitationEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "ThinkingEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "SignatureEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "InputJsonEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "RawMessageStartEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "ParsedMessageStopEvent[None]" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "RawContentBlockStartEvent" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "ParsedContentBlockStopEvent[None]" of "TextEvent | CitationEvent | ThinkingEvent | SignatureEvent | InputJsonEvent | <7 more items>" has no attribute "delta" [union-attr] ai_client.py:1283: error: Item "Delta" of "Any | Delta | TextDelta | InputJSONDelta | CitationsDelta | ThinkingDelta | SignatureDelta" has no attribute "text" [union-attr] ai_client.py:1283: error: Item "InputJSONDelta" of "Any | Delta | TextDelta | InputJSONDelta | CitationsDelta | ThinkingDelta | SignatureDelta" has no attribute "text" [union-attr] ai_client.py:1283: error: Item "CitationsDelta" of "Any | Delta | TextDelta | InputJSONDelta | CitationsDelta | ThinkingDelta | SignatureDelta" has no attribute "text" [union-attr] ai_client.py:1283: error: Item "ThinkingDelta" of "Any | Delta | TextDelta | InputJSONDelta | CitationsDelta | ThinkingDelta | SignatureDelta" has no attribute "text" [union-attr] ai_client.py:1283: error: Item "SignatureDelta" of "Any | Delta | TextDelta | InputJSONDelta | CitationsDelta | ThinkingDelta | SignatureDelta" has no attribute "text" [union-attr] ai_client.py:1286: error: Item "None" of "Anthropic | None" has no attribute "messages" [union-attr] ai_client.py:1291: error: Argument "tools" to "create" of "Messages" has incompatible type "list[dict[Any, Any]]"; expected "Iterable[ToolParam | ToolBash20250124Param | CodeExecutionTool20250522Param | CodeExecutionTool20250825Param | CodeExecutionTool20260120Param | <10 more items>] | Omit" [arg-type] ai_client.py:1292: error: Argument "messages" to "create" of "Messages" has incompatible type "list[dict[str, Any]]"; expected "Iterable[MessageParam]" [arg-type] ai_client.py:1304: error: Item "ParsedTextBlock[None]" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "id" [union-attr] ai_client.py:1304: error: Item "ThinkingBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "id" [union-attr] ai_client.py:1304: error: Item "RedactedThinkingBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "id" [union-attr] ai_client.py:1304: error: Item "WebSearchToolResultBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "id" [union-attr] ai_client.py:1304: error: Item "ParsedTextBlock[None]" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "name" [union-attr] ai_client.py:1304: error: Item "ThinkingBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "name" [union-attr] ai_client.py:1304: error: Item "RedactedThinkingBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "name" [union-attr] ai_client.py:1304: error: Item "WebSearchToolResultBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "name" [union-attr] ai_client.py:1304: error: Item "ParsedTextBlock[None]" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "input" [union-attr] ai_client.py:1304: error: Item "ThinkingBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "input" [union-attr] ai_client.py:1304: error: Item "RedactedThinkingBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "input" [union-attr] ai_client.py:1304: error: Item "WebSearchToolResultBlock" of "ParsedTextBlock[None] | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | Any" has no attribute "input" [union-attr] ai_client.py:1345: error: Too many arguments [call-arg] ai_client.py:1349: error: Incompatible types in assignment (expression has type "bool", variable has type "str") [assignment] ai_client.py:1358: error: Too many arguments [call-arg] ai_client.py:1603: error: Too many arguments [call-arg] ai_client.py:1607: error: Incompatible types in assignment (expression has type "bool", variable has type "str") [assignment] ai_client.py:1616: error: Too many arguments [call-arg] ai_client.py:1683: error: Item "None" of "Client | None" has no attribute "models" [union-attr] ai_client.py:1691: error: Item "None" of "str | Any | None" has no attribute "strip" [union-attr] ai_client.py:1714: error: Incompatible types in assignment (expression has type "int | None", variable has type "int") [assignment] ai_client.py:1722: error: Incompatible types in assignment (expression has type "int | None", variable has type "int") [assignment] ai_client.py:1841: error: Item "None" of "Client | None" has no attribute "models" [union-attr] ai_client.py:1845: error: Incompatible types in assignment (expression has type "int | Any | None", variable has type "int") [assignment] ai_client.py:1858: error: Item "None" of "Client | None" has no attribute "models" [union-attr] ai_client.py:1862: error: Incompatible types in assignment (expression has type "int | Any | None", variable has type "int") [assignment] multi_agent_conductor.py:32: error: Incompatible default for argument "active_tier" (default has type "None", argument has type "str") [assignment] multi_agent_conductor.py:32: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True multi_agent_conductor.py:32: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase multi_agent_conductor.py:92: error: Argument "active_tier" to "_push_state" of "ConductorEngine" has incompatible type "None"; expected "str" [arg-type] multi_agent_conductor.py:100: error: Argument "active_tier" to "_push_state" of "ConductorEngine" has incompatible type "None"; expected "str" [arg-type] multi_agent_conductor.py:154: error: Function is missing a type annotation for one or more arguments [no-untyped-def] multi_agent_conductor.py:158: error: Incompatible default for argument "loop" (default has type "None", argument has type "AbstractEventLoop") [assignment] multi_agent_conductor.py:158: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True multi_agent_conductor.py:158: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase multi_agent_conductor.py:182: error: Incompatible default for argument "loop" (default has type "None", argument has type "AbstractEventLoop") [assignment] multi_agent_conductor.py:182: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True multi_agent_conductor.py:182: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase multi_agent_conductor.py:223: error: Incompatible default for argument "loop" (default has type "None", argument has type "AbstractEventLoop") [assignment] multi_agent_conductor.py:223: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True multi_agent_conductor.py:223: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase multi_agent_conductor.py:278: error: No return value expected [return-value] multi_agent_conductor.py:293: error: Missing type parameters for generic type "dict" [type-arg] multi_agent_conductor.py:354: error: No return value expected [return-value] gui_2.py:12: error: Unused "type: ignore" comment, use narrower [import-untyped] instead of [import] code [unused-ignore] gui_2.py:399: error: Incompatible types in assignment (expression has type "Callable[[str], None]", variable has type "None") [assignment] gui_2.py:901: error: Function is missing a type annotation for one or more arguments [no-untyped-def] gui_2.py:995: error: Argument "binary_path" to "GeminiCliAdapter" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:997: error: Incompatible types in assignment (expression has type "Any | None", variable has type "str") [assignment] gui_2.py:1004: error: Argument 1 to "_cb_load_track" of "App" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1021: error: Argument 1 to "_switch_discussion" of "App" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1040: error: Argument 1 to "MMAApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1040: error: Argument 2 to "MMAApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1047: error: Incompatible types in assignment (expression has type "MMASpawnApprovalDialog", variable has type "MMAApprovalDialog") [assignment] gui_2.py:1048: error: Argument 1 to "MMASpawnApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1049: error: Argument 2 to "MMASpawnApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1050: error: Argument 3 to "MMASpawnApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1051: error: Argument 4 to "MMASpawnApprovalDialog" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:1360: error: Argument "pre_tool_callback" to "send" has incompatible type "Callable[[str, str, Callable[[str], str] | None], str | None]"; expected "Callable[[str], bool] | None" [arg-type] gui_2.py:1592: error: Function is missing a return type annotation [no-untyped-def] gui_2.py:1592: note: Use "-> None" if function does not return a value gui_2.py:2016: error: Incompatible types in assignment (expression has type "bool | None", variable has type "bool") [assignment] gui_2.py:2046: error: Incompatible types in assignment (expression has type "bool | None", variable has type "bool") [assignment] gui_2.py:2170: error: Unsupported operand types for + ("object" and "int") [operator] gui_2.py:2171: error: Unsupported operand types for + ("object" and "int") [operator] gui_2.py:2416: error: Argument "message_count" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2417: error: Argument "errors" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2418: error: Argument "size_kb" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2420: error: Argument "reason" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:2426: error: Argument "message_count" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2427: error: Argument "errors" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:2428: error: Argument "size_kb" to "update_session_metadata" of "LogRegistry" has incompatible type "Any | None"; expected "int" [arg-type] gui_2.py:3066: error: Argument 1 to "estimate_cost" has incompatible type "object"; expected "str" [arg-type] gui_2.py:3066: error: Argument 2 to "estimate_cost" has incompatible type "object"; expected "int" [arg-type] gui_2.py:3066: error: Argument 3 to "estimate_cost" has incompatible type "object"; expected "int" [arg-type] gui_2.py:3134: error: Argument 1 to "_cb_load_track" of "App" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:3208: error: Argument 1 to "text" has incompatible type "object"; expected "str" [arg-type] gui_2.py:3216: error: Argument 1 to "estimate_cost" has incompatible type "object"; expected "str" [arg-type] gui_2.py:3216: error: Argument 2 to "estimate_cost" has incompatible type "object"; expected "int" [arg-type] gui_2.py:3216: error: Argument 3 to "estimate_cost" has incompatible type "object"; expected "int" [arg-type] gui_2.py:3241: error: Argument 2 to "begin_combo" has incompatible type "object"; expected "str" [arg-type] gui_2.py:3258: error: Argument 1 to "append" of "list" has incompatible type "Any | None"; expected "str" [arg-type] gui_2.py:3268: error: Argument 2 to "_render_ticket_dag_node" of "App" has incompatible type "dict[Any | None, dict[str, Any]]"; expected "dict[str, Any]" [arg-type]