You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: convert Maps to objects, remove verbose logs, and cleanup comments
- Convert all Map data structures to plain objects in use-send-message.ts
- Remove [SEND-MESSAGE], [SDK-ERROR], [SEND-MESSAGE-ERROR], [BATCH-RETRY], and [RETRY-PENDING] log prefixes
- Remove verbose logs like 'Creating AI message for response', 'Adding AI message to UI', 'Calling client.run()'
- Reduce comments in use-auth-state.ts
- Remove [CONNECTION-CHECK] logs from use-connection-status.ts
- Remove warning emoji from error messages
- Fix type error in use-network-status.test.ts
0 commit comments