bugger/Sources/Services/Feishu
tigerenwork ba56b2385e debug: switch to print() for critical path, manual JSON body
print() goes to stdout which is always visible in Xcode console regardless
of log level filtering. Also replaced JSONEncoder with manual JSON string
construction to rule out any Encodable issues with [String: String].

All critical send() calls now use print() instead of os.Logger.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-29 00:26:15 +08:00
..
FeishuAuthService.swift debug: switch to print() for critical path, manual JSON body 2026-06-29 00:26:15 +08:00
FeishuError.swift feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00
FeishuModels.swift feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00
FeishuService.swift feat: full macOS menu bar app implementation 2026-06-28 20:56:44 +08:00