mirror of
https://github.com/leonvanzyl/autocoder.git
synced 2026-02-05 16:33:08 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f8a6a6274 | ||
|
|
76246bad69 | ||
|
|
b736fb7382 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "autoforge-ai",
|
"name": "autoforge-ai",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Autonomous coding agent with web UI - build complete apps with AI",
|
"description": "Autonomous coding agent with web UI - build complete apps with AI",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -34,6 +34,7 @@
|
|||||||
"registry.py",
|
"registry.py",
|
||||||
"rate_limit_utils.py",
|
"rate_limit_utils.py",
|
||||||
"security.py",
|
"security.py",
|
||||||
|
"temp_cleanup.py",
|
||||||
"requirements-prod.txt",
|
"requirements-prod.txt",
|
||||||
"pyproject.toml",
|
"pyproject.toml",
|
||||||
".env.example",
|
".env.example",
|
||||||
|
|||||||
2
ui/package-lock.json
generated
2
ui/package-lock.json
generated
@@ -53,7 +53,7 @@
|
|||||||
},
|
},
|
||||||
"..": {
|
"..": {
|
||||||
"name": "autoforge-ai",
|
"name": "autoforge-ai",
|
||||||
"version": "0.1.0",
|
"version": "0.1.2",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"autoforge": "bin/autoforge.js"
|
"autoforge": "bin/autoforge.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user