Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dustinblackman/oatmeal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.5
Choose a base ref
...
head repository: dustinblackman/oatmeal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 14 commits
  • 34 files changed
  • 5 contributors

Commits on Mar 2, 2024

  1. fix: Config path default on non-supported OS

    Dustin Blackman committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c404103 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    d363b35 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. feature: Add gemini backend (#52)

    * feat: Add gemini enums
    
    * feat: Add cli arguments for gemini
    
    * feat: Add first version gemini
    
    * fix: Add break on empty text
    
    * feat: Added tests and snapshots
    
    * feat: Update readme
    
    * fix: Commented out unused model attributes
    
    * fix: Config URL for Gemini cannot be different
    
    * docs: Removed gemini-url from docs
    
    * test: Removed unused vars in model from tests
    
    * refactor: Clean imports in test
    
    * docs: Fix config example, removed unused variables
    
    * fix: Add config set to gemini tests
    
    * fix: Added config set to gemini test completions
    
    * refactor: Change completion test body to raw string
    
    * chore: Run fmt lint
    aislasq authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    55f7e7d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Feature/backend claude (#56)

    * feat: Add Claude to enums and cli options
    
    * feat: Add claude backend
    
    * feat: Added claude tests
    
    * docs: Added relevant docs for claude
    
    * chore: Run fmt lint
    
    * refactor: Change Claude healthcheck to official API
    
    * chore: Run fmt lint
    
    * feat: Read models from official TS API
    
    * fix: Claude listmodel test assert vector len
    
    * chore: Run fmt lint
    
    * fix: Handle modellist failed reqwest response
    aislasq authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    858207e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    e8430d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc557d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07a6b70 View commit details
    Browse the repository at this point in the history
  4. fix: Typos (#61)

    kyu08 authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    016b417 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    893d4ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99221b4 View commit details
    Browse the repository at this point in the history
  7. fix: Lint

    dustinblackman committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    6d76680 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f945c7a View commit details
    Browse the repository at this point in the history
  9. chore: Lock deps

    dustinblackman committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    06504e5 View commit details
    Browse the repository at this point in the history
  10. feat: Release v0.13.0

    dustinblackman committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e8181b2 View commit details
    Browse the repository at this point in the history
Loading