Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 1.01 KB

File metadata and controls

12 lines (11 loc) · 1.01 KB

🛠️ Live Work Log

2026-01-01

Session Start: Hybrid AI & Filesystem Migration

  • [FileSystem] Moved project to native Linux path ~/Poshmark-Assistant-LATEST for performance and permission stability.
  • [AI Core] Successfully decoupled from Google Gemini API. Configured local Ollama (Llama 3.2) as the primary reasoning engine.
  • [Vision] Implemented a "Lean Scraper" for Google Lens. This bypasses API costs and quotas by using background HTTP requests to extract item data.
  • [UI] Integrated "Google Lens Search" button which opens a tab for the user while scraping results in the background.
  • [Bugfix] Resolved JSON parsing errors by implementing robust regex extraction for AI responses.
  • [Bugfix] Fixed Docker environment issues by installing Python3 and requests library inside the application container.
  • [Docs] Established a new Obsidian Vault on E: Drive and deployed a real-time sync agent.
  • [Git] Pushed all consolidated code and architectural changes to GitHub repository.