Change8

b9620

📦 llama-cppView on GitHub →
2 features🐛 1 fixes🔧 3 symbols

Summary

This release cleans up static asset handling within the server component and bundles UI assets into an archive. It also simplifies file name usage across the system.

Migration Steps

  1. Users relying on the previous static asset handling mechanism in the server component may need to adjust paths due to simplified file name handling.

✨ New Features

  • UI assets are now bundled in an archive via cmake/ui.
  • Introduced running prettier on post-build.js for UI improvements.

🐛 Bug Fixes

  • Simplified file name handling in the server component, using a static file name consistently.

Affected Symbols