chore: update Fastlane configuration and clean up API service

- Updated the Deliverfile to submit for review and skip metadata and screenshots.
- Removed outdated build lane from Fastfile.
- Refactored API service to eliminate fallback to latest assistant message, addressing duplication issues in multi-turn conversations.
This commit is contained in:
cogwheel0
2025-10-16 23:51:18 +05:30
parent 3455431786
commit a2ae48f85f
3 changed files with 9 additions and 66 deletions

View File

@@ -1,3 +1,7 @@
# The Deliverfile allows you to store various App Store Connect metadata
# For more information, check out the docs
# https://docs.fastlane.tools/actions/deliver/
submit_for_review(true)
skip_metadata(true)
skip_screenshots(true)
ipa("../build/ios/ipa/conduit.ipa")