DeepFundAI Browser v0.0.8
π 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