fix(automations): remove broken AI thread init, fix nav search param, remove rounded-full#683
Conversation
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
📝 WalkthroughWalkthroughThis PR removes AI chat thread initialization from the automation creation flow and adjusts related UI components. Specifically, it eliminates imports and logic for chat thread creation and metadata updates from the automation creation dialog, removes rounded styling from a Send button, and adds an "ai-chat" panel query parameter to the automations table row navigation handler. The automation creation process now focuses solely on creating the automation and navigating to it, without AI infrastructure setup. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
…move rounded-full
095e735 to
decee8f
Compare
… remove rounded-full (#683)
Summary
Closes #673, closes #674
Bugs fixed