Open Issues Need Help
View All on GitHub docs: Add comment explaining SDK-permissions logging coupling about 13 hours ago
AI Summary: The SDK logger's enablement in `src/logging_config.py` is intentionally coupled with both SDK and permissions debugging flags, as permission logging flows through the SDK. This coupling currently lacks an explanation in the code. The issue recommends adding an inline comment at line 135 to clarify this dependency for future maintainers.
Complexity:
1/5
documentation good first issue
Attempting to build a WebUI for Claude Code (and future for Gemini CLI as well probably) that can be used from another machine or a phone, etc.
Python