Skip to content
/ core Public
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: mx-space/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.0.2
Choose a base ref
...
head repository: mx-space/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.3
Choose a head ref
  • 6 commits
  • 26 files changed
  • 1 contributor

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    89fa7d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25ca95d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump @haklex/* to 0.0.88

    Made-with: Cursor
    Innei committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    15e9b29 View commit details
    Browse the repository at this point in the history
  4. feat(ai): implement Vercel AI Gateway prompt caching in OpenAICompati…

    …bleRuntime
    
    - Added baseURL detection for Vercel AI Gateway to enable automatic caching for chat completion requests.
    - Introduced helper methods to decorate request parameters with `providerOptions.gateway.caching = 'auto'` for compatible endpoints.
    - Updated `generateText`, `generateStructured`, and `generateTextStream` methods to utilize the new caching logic.
    - Created unit tests to verify caching behavior for both gateway and non-gateway endpoints.
    
    Signed-off-by: Innei <[email protected]>
    Innei committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    8c2afef View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. fix(activity): populate category in getRecentComment and expose in re…

    …sponse
    
    Include nested category populate for post refs and add category field
    to the returned comment objects so consumers can build correct post URLs.
    Innei committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    7dadc81 View commit details
    Browse the repository at this point in the history
  2. release: v11.0.3

    Innei committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    408f292 View commit details
    Browse the repository at this point in the history
Loading