• v0.8.4 b6baa664b4

    v0.8.4 — Cloud per-user profile fix + Vue SPA for all tiers
    Some checks failed
    CI / test (push) Failing after 30s
    Stable

    pyr0ball released this 2026-04-02 17:47:26 -07:00 | 21 commits to main since this release

    Bug Fixes

    Cloud: cover letter used wrong user's profile

    All cloud users were getting the default user's name, voice, and mission preferences in their generated cover letters. generate() now accepts user_yaml_path; task_runner derives it from the per-user config directory. The fix flows through _build_system_context, _build_mission_notes, detect_mission_alignment, build_prompt, and _trim_to_letter_end.

    Apply Workspace: hardcoded config paths in cloud mode

    4_Apply.py was loading the user profile and resume YAML from the global config/ before resolve_session() ran. Both paths now use get_config_dir() after session resolution, so each cloud user sees their own resume.

    Changes

    • Vue SPA open to all tiers — no longer gated behind beta flag
    • LLM model candidates — Qwen2.5-3B first, Phi-4-mini fallback; cf_orch block added to vllm config
    • Preflightvllm removed from Docker adoption list (managed by cf-orch)

    See CHANGELOG.md for full history.

    Downloads