mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
- settings.ts: replaced all getCachedPython/resolvePythonExecutable calls with _resolveRuntimeCommand (ManagedRuntime) - settings.ts: deleted _syncRuntime (superseded by ManagedRuntime.ensure) - settings.ts: cleaned dead imports (getMemoryRuntime, isMemoryReady, isVectorReady, getCachedPython) - main.ts: added _getPythonCommand helper using ManagedRuntime, replaced all resolvePythonExecutable calls - dashboard.ts: added _resolvePython helper, replaced all 7 resolvePythonExecutable + 1 checkRuntimeVersion calls - modals.ts: added _resolvePython helper to PaperForgeSetupModal, replaced getCachedPython + 3 resolvePythonExecutable calls Build: 258.0KB | Tests: 384/384 passed | Typecheck: clean |
||
|---|---|---|
| .. | ||
| .husky | ||
| docs/design | ||
| src | ||
| tests | ||
| .lintstagedrc | ||
| .prettierrc | ||
| esbuild.config.mjs | ||
| main.js | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| styles.css | ||
| tsconfig.json | ||
| versions.json | ||
| vitest.config.ts | ||