What's Changed
- Fix version information not being set via ldflags by @roblesjm in #7
- docs: Add 'Getting Started with Docker' section to README by @roblesjm in #3
- Fix system prompt caching for string format by @roblesjm in #4 #5
Changes
Bug Fixes
Fix Version Information (#7)
- Fixed version information not being set properly via ldflags during build
- Ensures proper version reporting in the application
System Prompt Caching for String Format (#4, #5)
- Fixed issue where system prompts using the string format were not being cached
- Convert system strings to SystemBlocks when cacheable (>= min tokens)
- Add proper JSON handling for both string and array formats
- See v1.0.3 release notes for full technical details
Documentation
Docker Getting Started (#3)
- Added comprehensive "Getting Started with Docker" section to README
- Improved Docker setup and usage documentation
Full Changelog: v1.0.1...v1.0.2