Releases: renbytes/boot-go
Releases · renbytes/boot-go
v0.1.0-alpha
📋 Release Notes
v0.1.0-alpha
This is the first alpha release of the boot-go plugin, providing initial support for Go language project generation with boot-code.
✨ What's New
- Initial gRPC Server: Implements the
BootCodePluginservice to provide Go-specific prompt components to the core application. - Dynamic Prompt Loading: Loads all prompt instructions and rules from the local
prompts/directory. - Makefile Generation Rules: Includes detailed instructions for the LLM to generate a dynamic
Makefilefor Go projects. - Cross-Platform Build Script: A
release.shscript is included to build binaries for Windows, macOS (Intel & Apple Silicon), and Linux.
⚠️ Known Issues
- This is an early version intended for testing and feedback. The build process and prompt quality are still being refined.