You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c87085d: Initialize Mew Agents monorepo with core structure, including Go agent, web UI, and ESP-IDF firmware. Add Makefile for build automation, .gitignore files for various components, and CI/CD workflows for testing and releases. Include README and documentation for setup and feature implementation. (Mew mauminh.nguyen@gmail.com)
34ed135: Update Makefile to replace web-docker-build with web-dc for Docker compose command, enhancing clarity in build instructions. (Mew mauminh.nguyen@gmail.com)
2238881: Update README and CI configuration for web release process. Remove outdated Docker image instructions and streamline GitHub Actions workflow to trigger on version tags only. Update docker-compose to specify the new image name and adjust README to reflect changes in CI behavior and image tagging. (Mew mauminh.nguyen@gmail.com)
0442aa6: Update docker-compose to use the latest image tag for the web service, removing the specific version reference for improved flexibility. (Mew mauminh.nguyen@gmail.com)
b61158d: Update docker-compose.yml to correct image placement for the web service, ensuring proper configuration for deployment. (Mew mauminh.nguyen@gmail.com)