Skip to content

v1.5.2

Latest

Choose a tag to compare

@web3ToolBoxDev web3ToolBoxDev released this 31 Mar 16:48
· 8 commits to main since this release

v1.5.2

Bug Fixes

  • Startup overlay no longer stuck: dbservice (mem0/transformers ML model loading) and toolService are no longer required for the UI overlay to clear. Only core server + WebSocket readiness is needed. AI services load in the background.
  • Reduced log spam: Removed Checking WebSocket connection console.log that was firing every second during startup polling.

Previous v1.5.x fixes included

  • StateService as single source of truth for agent sessions
  • Large data (jobCards, searchHistory) segregated to disk files to avoid 10MB HTTP limit
  • Backend loading overlay to prevent premature UI interaction
  • Indeed search dedup by title+company fallback for opaque tracking URLs
  • Phase 2 JD extraction: humanClick enforcement + 50% success threshold
  • Session delete now persists across restarts (Electron before-quit flush)
  • savePath switch syncs agent state correctly