Skip to content

Instantly share code, notes, and snippets.

@eonist
Created January 21, 2026 16:21
Show Gist options
  • Select an option

  • Save eonist/113ccc70c27d1d67caf4d56d8832a3a9 to your computer and use it in GitHub Desktop.

Select an option

Save eonist/113ccc70c27d1d67caf4d56d8832a3a9 to your computer and use it in GitHub Desktop.
versions_temp.md

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
@eonist
Copy link
Author

eonist commented Jan 21, 2026

internal version:

v0.1.7: Introduction of Signing Documentation

Added

  • docs/signing.md: Comprehensive documentation on signing features added to enhance user understanding and utilize these functionalities effectively.

v0.1.5 – v0.2.0 - Enhancements and Improvements

Added/Changed/Fixed:

  • Updated README.md to emphasize the repository's private nature with 'All rights reserved!'.
  • Enhanced GitHub API functionality by adding support for collaborator responses and modifying the list_collaborators endpoint with OAuth token validation.
  • Enhanced the GeneralSettings component by adding useMemo and useSettings hooks for dynamic model options and default selections.
  • Refactored store.ts to include a new ollama setting for clarity in handling Ollama-specific configurations.
  • Refactored ollama_client.rs to incorporate Serde deserialization for improved JSON handling and validation.
  • Added new modules to main.rs and GeneralSettings.tsx to enhance application functionality.
  • Refactored CommitList.tsx to integrate usePRStore, improving maintainability and scalability.
  • Implemented necessary imports and the GitHubRemoteInfo struct to enhance GitRemote.rs.

v0.1.5 – Omni v1.0.0 - Enhanced Functionality and Type Safety

Added:

  • Updated src-tauri/scripts/pretauri.mjs for Apple Silicon (AFM) targeting.
  • Updated core/tsconfig.json and package-lock.json for ES2020 compatibility and optimized dependencies.
  • Updated core/bin/omni and core/mock/omni_payload.json to enhance functionality.
  • Updated ReleaseView with new PromptPopup import and consolidated contextMenu.
    Changed:
  • Refactored src/views/commit/types/index.ts and src/views/pr/components/index.ts for improved type definitions and interface consistency.
  • Updated component files in the views directory for better consistency and structure.
  • Refactored DetailsPanel.tsx and FileDetailView.tsx for improved state management and separation of concerns.
  • Refactored src/stores/commit/commitStore.ts for better type safety and error handling with added type annotations.
    Fixed:
  • No specific fixes applied in this release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment