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
qwen-code: refactor update.py to use common helper infrastructure
- Use `run_command` from updater.nix for running prefetch-npm-deps and nix-update
- Use `fetch_text` from updater.http for downloading files from GitHub
- Add GITHUB_TOKEN support for authenticated GitHub API requests
- Replace direct subprocess calls with helper functions for consistency
This addresses code review feedback to use existing helpers instead of custom implementations.
Co-authored-by: Mic92 <[email protected]>
0 commit comments