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: warpy-ai/oite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.7-preview
Choose a base ref
...
head repository: warpy-ai/oite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.8-preview
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 5, 2026

  1. The build was failing on aarch64-unknown-linux-gnu because on ARM

     Linux, c_char is defined as u8 (unsigned), while on
     x86_64 and macOS it's i8 (signed). The code was hardcoding i8 for C
     string pointers instead of using the
     platform-appropriate c_char type.
    jucasoliveira committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    889e38a View commit details
    Browse the repository at this point in the history
  2. FIx linting

    jucasoliveira committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    33d7b3e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #89 from warpy-ai/new_release_build

     The build was failing on aarch64-unknown-linux-gnu because on ARM
    jucasoliveira authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    ecb5ef2 View commit details
    Browse the repository at this point in the history
Loading