Releases: antiwork/helper
Releases · antiwork/helper
v0.2.0
What's Changed
Bug Fixes
- chore: Fix broken LICENSE link by @vishaltelangre (#15)
- fix: make seeds easier to run by @binary-koan (#16)
- Fix dashboard background colors by @devin-ai-integration (#17)
- fix: handle nulls correctly in tool output by @binary-koan (#20)
- fix: Tauri deep linking while the app is running by @binary-koan (#25)
- Fix: Don't close conversations when staff member sends first message by @devin-ai-integration (#26)
- fix: cache prompt conversations for anonymous sessions by @binary-koan (#34)
- fix: enable file drag and drop in Tauri by @binary-koan (#31)
- fix: better prompt for resolution tracking by @binary-koan (#42)
- fix(docs): add missing metadata to docs website by @CSALS (#41)
- docs: fix SSL certificate generation script name in README and development guide by @vikaswakde (#43)
- fix: generate subject for chats in the correct cases by @binary-koan (#46)
- fix: keep conversation selected when reopening a ticket by @devin-ai-integration (#55)
- fix: message resetting after opening the command bar by @binary-koan (#63)
- fix: update Expo API calls by @binary-koan (#64)
- fix: recommended actions in command bar to use horizontal scrolling by @devin-ai-integration (#76)
- fix: remove Next.js rewrites for help.gumroad.com and customers.gumroad.com by @devin-ai-integration (#79)
- fix: update conversation links in RealtimeEvents and GitHub router by @vikaswakde (#82)
- fix: remove background from keyboard shortcut display by @binary-koan (#92)
- fix: log errors with sending messages by @binary-koan (#98)
- fix: Deduplicate sources in chat.ts before writing to dataStream by @devin-ai-integration (#100)
- fix: prevent duplicate sources from rendering in MessageElement by @devin-ai-integration (#99)
- fix: list item content overflow in search results by @khalatevarun (#103)
- fix: vip query in Expo app by @binary-koan (#104)
- fix: prompt conversations incorrectly escalated for VIPs by @binary-koan (#105)
- fix: VIP customers still not getting AI responses to prompts by @binary-koan (#107)
- fix: remove PageContainer component to simplify layouts by @binary-koan (#95)
- fix: scroll issue on settings and dashboard by @binary-koan (#114)
- fix: speed up dashboard queries by @binary-koan (#116)
- fix(web): horizontroll scroll in mobile and desktop view by @khalatevarun (#119)
- fix: squashed navbar on mobile by @binary-koan (#124)
- fix: iframe removal error in deep link redirection by @raphaelcosta (#127)
- fix: handle errors from getClerkOrganization in hardDeleteRecordsForNonPayingOrgs by @devin-ai-integration (#137)
- fix: cleanup topics references while preserving schemas by @devin-ai-integration (#138)
- fix: reduce complexity of the similarity query by @raphaelcosta (#140)
- fix: disable Sentry middleware traces by @binary-koan (#143)
- fix: reply button cutting off on certain tickets by @binary-koan (#145)
- fix: incorrect proxy replacement for inline image urls by @binary-koan (#146)
- fix: failing tests after merging auto-close by @binary-koan (#149)
- fix: filter out conversations with is_prompt=true in findSimilarConversations by @devin-ai-integration (#150)
- fix: make email auto-response trigger more reliably by @binary-koan (#148)
- fix: add missing COMMIT statement-breakpoint to migration 0070 by @devin-ai-integration (#155)
- fix: exclude merged conversations from counts by @binary-koan (#156)
- fix: show cc field initially if there are cc recipients by @binary-koan (#162)
- fix: desktop app tab behaviour fixes by @binary-koan (#165)
- fix: remove redundant status index from conversations table by @devin-ai-integration (#168)
- fix: use DROP INDEX CONCURRENTLY for index removal by @devin-ai-integration (#169)
- fix: remove topics and conversationsTopics tables by @devin-ai-integration (#173)
New Features
- feat: Don't send Assigned Ticket Response Time Alert for Gumroad during weekends by @devin-ai-integration (#14)
- feat: change details tooltip to expand/collapse by @binary-koan (#2)
- feat: track AI resolutions by @binary-koan (#21)
- feat: remove escalated status and escalation flow by @binary-koan (#22)
- feat: stream reasoning to show in chat by @binary-koan (#36)
- feat: bill for AI resolutions by @binary-koan (#37)
- feat: inline command bar by @binary-koan (#54)
- feat: show events in real time on the dashboard by @binary-koan (#48)
- feat: add suggested actions to command bar by @binary-koan (#62)
- feat: remove workflow tables by @raphaelcosta (#75)
- feat: Connect conversations to GitHub issues (#12) by @vikaswakde (#47)
- feat: use app auth flow for github integration by @binary-koan (#77)
- feat: new onboarding database changes by @raphaelcosta (#78)
- feat: floating editor toolbar by @binary-koan (#71)
- feat: add Slack notifications for suggested knowledge bank edits by @devin-ai-integration (#72)
- feat: remove transactionalEmailAddressRegexes table and replace with fixed regex by @devin-ai-integration (#87)
- feat: improve mobile app conversation screen by @binary-koan (#88)
- feat: show all tools on the command bar main page by @binary-koan (#93)
- feat: use chat to respond to emails by @binary-koan (#73)
- feat: buttons to ask for human support and give feedback by @raphaelcosta (#96)
- feat: show sources from website knowledge base by @raphaelcosta (#97)
- feat: add VIP and assigned tabs on mobile by @binary-koan (#91)
- feat: remove style linter by @binary-koan (#109)
- feat: benchmark Clerk API calls by @binary-koan (#122)
- feat: remove skipOpenTelemetrySetup to enable tracing back to Sentry by @devin-ai-integration (#134)
- feat: gracefully handle all API errors in fetchMetadata by @devin-ai-integration (#136)
- feat: merge conversations by @devin-ai-integration (#108)
- feat: hide human support button when conversation is already escalated by @devin-ai-integration (#135)
- feat: remove thumbs up/down reaction buttons from chat widget by @devin-ai-integration (#141)
- feat: use pg instead of postgres by @binary-koan ([#139](https://github...