Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 764 Bytes

File metadata and controls

19 lines (14 loc) · 764 Bytes

Changelog

All notable changes to the Prompt Babbler project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial project scaffold with .NET 10 backend and React 19 frontend
  • Speech-to-text transcription via Azure AI Speech Service with WebSocket streaming
  • Prompt generation via Azure OpenAI LLM with streaming (SSE)
  • LLM settings management (endpoint, API key, deployments)
  • Babble management (create, read, update, delete) with localStorage
  • Template management with built-in and custom templates
  • Aspire AppHost orchestration
  • CI/CD pipeline with GitHub Actions