Skip to content

Releases: renbytes/boot-go

v0.1.0-alpha

07 Aug 01:54

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

📋 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 BootCodePlugin service 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 Makefile for Go projects.
  • Cross-Platform Build Script: A release.sh script 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.