AFM Commit bug fix Bug fix:
Fix AFM commit generation bug.
Sidecar bug fix Fix Side car bug.
Fixes
- Cross-branch PR creation enabled
- Branch view enabled in Release view
- UI fix for PR creation
Enhancements
- Git diff strategy enhanced with diffsense algorithm
- Prompt tuning for local, Ollama and Remote models
- Dynamic prompt cap for different models
- Full BYOK support
- Caching strategy to reduce egress API calls to Github
- Copy link feature on top of Toast for PR and Release modes.
- Other minor bugs addressed and UI fixes
internal version:
v0.1.7: Introduction of Signing Documentation
Added
v0.1.5 – v0.2.0 - Enhancements and Improvements
Added/Changed/Fixed:
list_collaboratorsendpoint with OAuth token validation.GeneralSettingscomponent by addinguseMemoanduseSettingshooks for dynamic model options and default selections.store.tsto include a newollamasetting for clarity in handling Ollama-specific configurations.ollama_client.rsto incorporate Serde deserialization for improved JSON handling and validation.CommitList.tsxto integrateusePRStore, improving maintainability and scalability.v0.1.5 – Omni v1.0.0 - Enhanced Functionality and Type Safety
Added:
src-tauri/scripts/pretauri.mjsfor Apple Silicon (AFM) targeting.Changed:
src/views/commit/types/index.tsandsrc/views/pr/components/index.tsfor improved type definitions and interface consistency.DetailsPanel.tsxandFileDetailView.tsxfor improved state management and separation of concerns.src/stores/commit/commitStore.tsfor better type safety and error handling with added type annotations.Fixed: