Research Assistant
|
ec2e91d4ac
|
feat(update): smart update with auto-detection + Windows one-click script
paperforge update:
- Auto-detects installation method (pip/pip-editable/git/zip)
- Routes to appropriate update strategy
- pip users: pip install --upgrade
- pip-editable users: git pull + pip install -e .
- git users: git pull
- unknown: zip download fallback
scripts/update-paperforge.ps1:
- Windows one-click update script
- Auto-detects install method
- Supports -Force (skip confirm) and -DryRun
- Clear colored output with error handling
AGENTS.md:
- Added comprehensive update section with 4 methods
- Documented auto-update and PowerShell script
|
2026-04-25 00:17:54 +08:00 |
|