generated from Templates/Docker_Image
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45bcbfe80d | |||
| d82b811e55 | |||
| b10c34f3fc | |||
| f7b8925881 | |||
| 78c8bd68cc | |||
| f17e241871 | |||
| 55c5fca784 | |||
| aa0ca2cb7b |
@@ -86,8 +86,8 @@ start() {
|
|||||||
echo "New version: $new_version"
|
echo "New version: $new_version"
|
||||||
|
|
||||||
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
||||||
echo $new_version > ai_test/VERSION
|
echo $new_version > ai_software_factory/VERSION
|
||||||
git add ai_test/VERSION HISTORY.md
|
git add ai_software_factory/VERSION HISTORY.md
|
||||||
git commit -m "release: version $new_version 🚀"
|
git commit -m "release: version $new_version 🚀"
|
||||||
echo "creating git tag : $new_version"
|
echo "creating git tag : $new_version"
|
||||||
git tag $new_version
|
git tag $new_version
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./ai_test/* /app
|
COPY ./ai_software_factory/* /app
|
||||||
|
|
||||||
CMD ["sh", "/app/hello_world.sh"]
|
CMD ["sh", "/app/hello_world.sh"]
|
||||||
81
HISTORY.md
81
HISTORY.md
@@ -1,29 +1,64 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
## [0.0.1] - 2026-03-14
|
|
||||||
|
|
||||||
### Added
|
(unreleased)
|
||||||
- Initial commit with AI Software Factory service
|
------------
|
||||||
- FastAPI backend for software generation
|
|
||||||
- Telegram integration via n8n webhook
|
Fix
|
||||||
- Ollama LLM integration for code generation
|
~~~
|
||||||
- Gitea API integration for commits and PRs
|
- Fix container build, refs NOISSUE. [Simon Diesenreiter]
|
||||||
- Web UI dashboard for monitoring progress
|
|
||||||
- Docker and docker-compose configuration for Unraid
|
|
||||||
- Environment configuration templates
|
0.1.3 (2026-04-02)
|
||||||
- Makefile with development utilities
|
------------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Fix version increment logic, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
0.1.2 (2026-04-02)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Test version increment logic, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
0.1.1 (2026-04-01)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Broken CI build, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
0.1.0 (2026-04-01)
|
||||||
|
------------------
|
||||||
|
- Feat: initial release, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
- ✅ Ready to clone and code. [simon]
|
||||||
|
|
||||||
|
|
||||||
|
0.0.1 (2026-03-14)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Second initial commit refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
- Chore: initial commit refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
- Initial commit. [Projects <>]
|
||||||
|
|
||||||
### 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
|
|
||||||
|
|
||||||
### Infrastructure
|
|
||||||
- Alpine-based Docker image
|
|
||||||
- GPU support for Ollama
|
|
||||||
- Persistent volumes for git repos and n8n data
|
|
||||||
- Health check endpoints
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.0.0
|
0.1.4
|
||||||
|
|||||||
Reference in New Issue
Block a user