This commit is contained in:
2025-11-06 15:56:19 +08:00
parent cb18e27f18
commit 30304da0c8
4 changed files with 40 additions and 5 deletions

View File

@@ -75,3 +75,8 @@ tree:
@powershell -Command "git ls-files --exclude-standard | Select-String -NotMatch '$(EXCLUDE_CONTEXT_PREFIX)' | Out-File -Encoding UTF8 $(OUTPUT_FILE)"
@powershell -Command "Add-Content -Path $(OUTPUT_FILE) -Value '$(EXCLUDE_CONTEXT_PREFIX)' -Encoding UTF8"
@echo "The project file list has been generated to project_structure.txt"
# 启用gemini-cli
.PHONY: gemini
gemini:
gemini -m "gemini-2.5-flash"