Change8

b8553

Breaking Changes
📦 llama-cppView on GitHub →
2 breaking1 features🔧 3 symbols

Summary

This release introduces built-in tools backend support for the server and enforces snake_case conventions throughout the codebase, including renaming `displayName` to `display_name`.

⚠️ Breaking Changes

  • The field name `displayName` has been changed to `display_name` across the codebase, requiring updates to any code referencing it.
  • Argument for tools has been changed from its previous form to `--tools all`.

Migration Steps

  1. Update any code referencing the field `displayName` to use `display_name` instead.

✨ New Features

  • Added built-in tools backend support to the server component.

Affected Symbols