Commit graph

15 commits

Author SHA1 Message Date
LLLin000
508ef78d51 feat(#81, #82): Release N+1/2 cutover — remove setup_complete, auto_update, legacy migration, deprecated build-state JSON writer
#81 (N+1) remaining:
- settings.ts: _resolveRuntimeCommand fail-closed (no getCachedPython fallback)
- managed-runtime.ts: PYTHON_310_DEPRECATED warning removed, single 3.11+ gate
- Python backend: checker/setup_wizard/status → 3.11 minimum
- i18n: 3.10 → 3.11 user-facing strings

#82 (N+2) deletions:
- constants.ts: removed setup_complete, auto_update, auto_update_on_startup, selected_skill_platform
- main.ts: removed _autoUpdate, _firstLaunchSnapshotMigration, credential migration
- modals.ts: removed setup_complete write
- settings.ts: removed categorizeMaintenanceRow dead import
- build_state.py: removed deprecated get_vector_build_state_path

Build: 261.4KB | Tests: 384/384 passed | Typecheck: clean
2026-07-19 14:54:19 +08:00
Research Assistant
19c28a8b91 chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00
Research Assistant
f90327bfa3 refactor(memory): convert vector_db.py to deprecated forwarding shim 2026-05-18 17:18:53 +08:00
Research Assistant
7b567af7c8 fix: add missing chunker module; restore deleted vector_db.py 2026-05-15 21:27:22 +08:00
Research Assistant
64ee50a080 feat: add persistent vector build state helpers 2026-05-15 01:13:12 +08:00
Research Assistant
bfc4e9ffab fix: get_embed_status reads API model; defer display() after async status refresh 2026-05-14 00:18:03 +08:00
Research Assistant
7ad1d2405d debug: log API base_url to check env var passthrough 2026-05-13 22:25:20 +08:00
Research Assistant
110889da73 fix: pass API key/base/model as env vars to avoid saveSettings race 2026-05-13 22:22:37 +08:00
Research Assistant
58bd70ace7 feat: API model as text field (custom any name) + fix Python duplicate 2026-05-13 21:55:09 +08:00
Research Assistant
4113af1c99 feat: urllib-based model download bypasses HF hub + HF_TOKEN field 2026-05-13 21:33:09 +08:00
Research Assistant
d8435be4bd feat: huggingface_hub.set_endpoint() mirror + API base_url support 2026-05-13 21:03:24 +08:00
Research Assistant
571ac32ba0 fix: Python no longer overrides HF_ENDPOINT from stale settings 2026-05-13 19:21:21 +08:00
Research Assistant
ea8073c60f feat: HF mirror endpoint support for model downloads behind firewalls 2026-05-13 19:15:43 +08:00
Research Assistant
3d5a4a4e15 fix: lighter terminal output box + cache embedding model across papers 2026-05-13 19:12:52 +08:00
Research Assistant
8d3e4432c3 chore: add pre-commit JS syntax hook + stage missing vector CLI files 2026-05-12 23:34:24 +08:00