Local API for File Transcription and Backlog Management#179
Open
LagaV wants to merge 7 commits intoaltic-dev:mainfrom
Open
Local API for File Transcription and Backlog Management#179LagaV wants to merge 7 commits intoaltic-dev:mainfrom
LagaV wants to merge 7 commits intoaltic-dev:mainfrom
Conversation
- Added 'id' support to /status, /result, and /backlog endpoints in APIService.swift - Fixed bug in BacklogManager.swift where remote URLs were transcribed directly instead of local temp files - Added HTTP status code validation to BacklogManager downloads - Added com.apple.security.temporary-exception.files.absolute-path.read-only entitlement to fix error -54 - Updated API documentation - Added integration test testAPIService_idBasedOperations
- Locked APIService to 127.0.0.1 (IPv4) to prevent external access - Added 'APIPort' setting (default 7086) to SettingsStore - Added 'Port' configuration field to SettingsView - Updated API documentation with security details and port info
- Updated GET /models in APIService.swift to filter returned list by SettingsStore.SpeechModel.availableModels.filter { $0.isInstalled }
- Updated Documentation/API.md to reflect that only downloaded models are returned
Co-Authored-By: Warp <agent@warp.dev>
- Enhanced APIService with improved functionality - Updated BacklogManager for API integration - Refreshed API documentation - Updated package dependencies Co-Authored-By: Warp <agent@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Complete Local API implementation with HTTP endpoints for automating file transcriptions and backlog management. Includes security features, VTT export, and comprehensive backlog UI.
Type of Change
Related Issues
Closes #141
Testing
swiftlint --strict --config .swiftlint.ymlswiftformat --config .swiftformat SourcesFeatures Included
Local API
Security
Backlog Management
Technical Implementation
Files Changed
New Files:
Sources/Fluid/Services/APIService.swift- HTTP server implementationSources/Fluid/Services/BacklogManager.swift- Job queue managementModified Files:
ContentView.swift- Added backlog UI integrationSettingsStore.swift- API settings (port, enable/disable)SettingsView.swift- API configuration UIAppDelegate.swift- API server initializationFileLogger.swift- Enhanced logging with print statementPackage.swift- Added Swifter dependencyInfo.plist- Version bump to 1.6.0Co-Authored-By: Warp agent@warp.dev