Skip to content

Oryven 6.0.25

Choose a tag to compare

@github-actions github-actions released this 20 Jul 01:13

Oryven v6.0.25

Summary

Smarter Playwright shopping plus a dedicated small Tool helper model for Auto Fixer / product ranking — keeps “best” + budget in Amazon search, strips INRand glue, and resumes Add to Cart on the open product page after login.

Details

  • Tool helper model: Settings → Privacy → Tool helper model (default auto: llama3.2:3b / phi4-mini / qwen2.5:3b). Used for Auto Fixer suggestions and ranking real search candidates — never invents /dp/ URLs. Chat can stay on a tiny model; Playwright still owns search + cart.
  • Auto Fixer: Shopping failures (ADD_TO_CART_FAILED, INRand) map to repair_shop_query / retry_shop_cart instead of a vague tool retry. Uses the tool helper, not the chat model.
  • Query intent: Store search keeps ranking words (best) and expands 2k2000 (e.g. best iems under 2000). Task filler still stripped.
  • INRand hardened: Currency glue is stripped in store URLs, browser_act type text, and Playwright fill as a last defense.
  • Smarter pick: Playwright product picker prefers in-budget, higher-rated listings; optional helper ranks candidates when you ask for “best”.
  • Login resume: If the product page is already open with Add to Cart, reply try clicks it without re-searching.
  • Playbook: Prefer shop_add_to_cart over manually typing into Amazon’s search box.

Downloads

  • macOS / Windows / Linux: Electron installers from this Release

First open

  • macOS: Open the DMG → if prompted, choose Install to Applications (auto-clears Gatekeeper). Or drag to Applications and double-click Fix Gatekeeper, then open from Applications. Privacy → Allow if macOS asks once. Needs Python 3.10+ for the local API (first launch may take a few minutes).
  • Windows: SmartScreen → More infoRun anyway (no Windows cert). Needs Python 3.10+.
  • Linux: chmod +x Oryven-Linux.AppImage && ./Oryven-Linux.AppImage (or install the .deb). Needs Python 3.10+.

Legal

Full changelog: https://github.com/1tsRajOwO/oryven/blob/main/CHANGELOG.md

Desktop stack

  • macOS / Windows / Linux: Electron + React desk + Python backend
  • Classic Champagne themes · full Settings · local Ollama

Native Swift/C#/Rust experiments use native-v* tags only.