What's New:
- Locally can now automatically detect what external sevices are required by the repo(like Redis, Postgres, etc)
- It can compose a
docker-compose.generated.ymlfile for the repo - Detect if the docker deamon is running or not. In case can also automatically start it, with users permission
- And can automatically start those containers
What Changed:
- Insted of directly trying to run the repo files, the agent first looks up for the requied external services, by reading, code files, readme files, etc.
Full Changelog: v0.1.0...v0.2.0