Files
Simon Diesenreiter e824475872
Some checks failed
Upload Python Package / Create Release (push) Successful in 37s
Upload Python Package / deploy (push) Failing after 38s
feat: initial release, refs NOISSUE
2026-04-02 01:43:16 +02:00

1.3 KiB

Changelog

[0.0.1] - 2026-03-14

Added

  • Initial commit with AI Software Factory service
  • FastAPI backend for software generation
  • Telegram integration via n8n webhook
  • Ollama LLM integration for code generation
  • Gitea API integration for commits and PRs
  • Web UI dashboard for monitoring progress
  • Docker and docker-compose configuration for Unraid
  • Environment configuration templates
  • Makefile with development utilities
  • PostgreSQL integration with connection pooling
  • Comprehensive audit trail functionality
  • User action tracking
  • System log monitoring
  • Database initialization and migration support
  • Full test suite with pytest coverage

Features

  • Automated software generation from Telegram requests
  • Iterative code generation with Ollama
  • Git commit automation
  • Pull request creation for user review
  • Real-time progress monitoring via web UI
  • n8n workflow integration
  • Complete audit trail for compliance and debugging
  • Connection pooling for database efficiency
  • Health check endpoints
  • Persistent volumes for git repos and n8n data

Infrastructure

  • Alpine-based Docker image
  • GPU support for Ollama
  • Persistent volumes for git repos and n8n data
  • Health check endpoints
  • PostgreSQL with connection pooling
  • Docker Compose for multi-service orchestration