feat(vue): open Vue SPA to all tiers; fix cloud navigation and feedback button #64

Merged
pyr0ball merged 6 commits from feature/vue-streamlit-parity into main 2026-04-02 17:46:47 -07:00
Owner

Summary

  • Open Vue SPA to all tiers; fix cloud navigation and feedback button
  • Remove vllm from Docker adoption list (preflight)
  • Switch LLM model candidates to Phi-4-mini + Qwen2.5-3B
  • Add cf_orch block to vllm backend config
  • Fix cloud cover letter wrong user profile: generate() now accepts user_yaml_path — task_runner passes the per-user config dir so cloud users get their own name/voice/mission prefs instead of the global default (Meg's data)
  • Fix 4_Apply.py: use get_config_dir() for user.yaml and plain_text_resume.yaml

Test plan

  • Cloud instance: generate cover letter, verify correct user name appears
  • Local: cover letter generation unchanged
  • All tests passing (minus 2 pre-existing Vue tier failures)
## Summary - Open Vue SPA to all tiers; fix cloud navigation and feedback button - Remove vllm from Docker adoption list (preflight) - Switch LLM model candidates to Phi-4-mini + Qwen2.5-3B - Add cf_orch block to vllm backend config - **Fix cloud cover letter wrong user profile**: `generate()` now accepts `user_yaml_path` — task_runner passes the per-user config dir so cloud users get their own name/voice/mission prefs instead of the global default (Meg's data) - Fix 4_Apply.py: use `get_config_dir()` for user.yaml and plain_text_resume.yaml ## Test plan - [ ] Cloud instance: generate cover letter, verify correct user name appears - [ ] Local: cover letter generation unchanged - [ ] All tests passing (minus 2 pre-existing Vue tier failures)
pyr0ball added 5 commits 2026-04-02 17:42:34 -07:00
Ouro models incompatible with transformers 5.x bundled in cf env.
Phi-4-mini-instruct tried first (stronger benchmarks, 7.2GB);
Qwen2.5-3B-Instruct as VRAM-constrained fallback (5.8GB).
Phi-4-mini's cached modeling_phi3.py imports SlidingWindowCache which
was removed in transformers 5.x. Qwen2.5-3B uses built-in qwen2 arch
and works cleanly. Reorder so Qwen is tried first.
vllm is now managed by cf-orch as a host process — no Docker service
defined in compose.yml. Preflight was detecting port 8000 (llm_server)
and generating a vllm stub in compose.override.yml with no image,
causing `docker compose up` to error on startup.
feat(vue): open Vue SPA to all tiers; fix cloud nav and feedback button
Some checks failed
CI / test (pull_request) Failing after 1m16s
b06d596d4c
- Lower vue_ui_beta gate to "free" so all licensed users can access the
  new UI without a paid subscription
- Remove "Paid tier" wording from the Try New UI banner
- Fix Vue SPA navigation in cloud/demo deployments: add VITE_BASE_PATH
  build arg so Vite sets the correct subpath base, and pass
  import.meta.env.BASE_URL to createWebHistory() so router links
  emit /peregrine/... paths that Caddy can match
- Fix feedback button missing on cloud instance by passing
  FORGEJO_API_TOKEN through compose.cloud.yml
- Remove vLLM container from compose.yml (vLLM dropped from stack;
  cf-research service in cfcore covers the use case)
- Fix cloud config path in Apply page (use get_config_dir() so per-user
  cloud data roots resolve correctly for user.yaml and resume YAML)
- Refactor generate_cover_letter._build_system_context and
  _build_mission_notes to accept explicit profile arg (enables
  per-user cover letter generation in cloud multi-tenant mode)
- Add API proxy block to nginx.conf (Vue web container can now call
  /api/ directly without Vite dev proxy)
- Update .env.example: remove vLLM vars, add research model + tuning
  vars for external vLLM deployments
- Update llm.yaml: switch vllm base_url to host.docker.internal
  (vLLM now runs outside Docker stack)

Closes #63 (feedback button)
Related: #8 (Vue SPA), #50–#62 (parity milestone)
pyr0ball added 1 commit 2026-04-02 17:43:11 -07:00
test: update cover letter mock signature to include user_yaml_path param
Some checks failed
CI / test (pull_request) Failing after 31s
3313eade49
pyr0ball merged commit 8b1d576e43 into main 2026-04-02 17:46:47 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/peregrine#64
No description provided.