Skip to content

DeepFundAI Browser v0.0.8

Choose a tag to compare

@lsustc lsustc released this 12 Nov 01:15
· 131 commits to main since this release

πŸŽ‰ What's New in v0.0.8

✨ New Features

  • Human Interaction Support: AI agents can now request user assistance for tasks like login, captcha solving, or manual operations
    • Four interaction types: confirm, input, select, and help
    • Seamless integration in message flow with interactive cards
    • Real-time IPC communication between frontend and backend

πŸ› Bug Fixes

  • Session Execution: Fixed "Error: cancle" bug that prevented multiple consecutive sessions
    • Properly clear request state after task completion
    • Enable unlimited consecutive conversations without restart
  • WebGL Detection: Simplified WebGL context detection logic for better compatibility

🎨 UI/UX Improvements

  • WebGL Fallback: Graceful degradation with CSS gradient background when WebGL is unavailable
  • Internationalization: Complete i18n support with English/Chinese language switching
  • Interactive Cards: Human interaction cards embedded in agent execution flow

πŸ“¦ Dependencies

  • Upgraded @jarvis-agent/core to 0.1.4
  • Upgraded @jarvis-agent/electron to 0.1.8

πŸ”§ Technical Details

  • Implemented toolId to requestId mapping for human interaction responses
  • Added human-response IPC channel
  • Enhanced error handling and state management

Full Changelog: v0.0.7...v0.0.8