├── .github └── workflows │ ├── build.yml │ ├── manual-build.yml │ └── notify-telegram.yml ├── README.md └── inject-code.txt /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/augment-code-auto/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/manual-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/augment-code-auto/HEAD/.github/workflows/manual-build.yml -------------------------------------------------------------------------------- /.github/workflows/notify-telegram.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/augment-code-auto/HEAD/.github/workflows/notify-telegram.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/augment-code-auto/HEAD/README.md -------------------------------------------------------------------------------- /inject-code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochengcube/augment-code-auto/HEAD/inject-code.txt --------------------------------------------------------------------------------