Skip to content

Releases: DeepFundAI/ai-browser

v0.0.15

22 Dec 13:28

Choose a tag to compare

Release v0.0.15

Features & Improvements

  • Enhanced file preview with syntax highlighting
  • Custom modal window system with i18n support
  • Tray icon improvements for macOS and Windows

Bug Fixes

  • Fixed tray icon not showing on Windows
  • Fixed app not exiting properly on Windows
  • Fixed tray context menu on macOS

Downloads

  • macOS (Universal): DeepFundAIBrowser-0.0.15-universal.dmg

For auto-update configuration, see latest-mac.yml.

DeepFundAI Browser v0.0.14

15 Dec 12:50

Choose a tag to compare

What's New in v0.0.14

Features

  • Add custom modal window system with i18n support
  • Add file download and loading page drag support
  • Add playback speed control (0.5x-50x) for history replay

Bug Fixes

  • Upgrade react and next.js to patch CVE-2025-55182
  • Update onHumanSelect signature for jarvis-agent 0.1.11 compatibility

DeepFundAI Browser v0.0.13

10 Dec 00:23

Choose a tag to compare

What's New

  • feat: add playback speed control (0.5x-50x) for history replay
  • fix: upgrade react and next.js to patch CVE-2025-55182
  • fix: update onHumanSelect signature for jarvis-agent 0.1.11 compatibility
  • feat: isolate FileAgent work directory per task execution
  • feat: remove read-only mode warning in history panel

DeepFundAI Browser v0.0.12

04 Dec 01:42

Choose a tag to compare

🎉 DeepFundAI Browser v0.0.12

✨ New Features

🎤 Voice Input Support

  • Offline voice recognition powered by Vosk
  • Automatic language model switching (Chinese/English)
  • Voice input button in chat interface
  • Support for voice-based query input

🔘 UI Improvements

  • Added send button to home page input area
  • Improved button layout consistency

🐛 Bug Fixes

  • Fixed extra spaces in Chinese voice recognition results
  • Optimized scheduled task storage and IndexedDB handling
  • Various UX improvements

🔧 Improvements

  • Enhanced macOS microphone permission handling
  • Optimized Electron codebase and error handling
  • Updated dependencies

v0.0.11

26 Nov 10:23
4597691

Choose a tag to compare

What's New

  • Fixed scheduled task storage and execution history tracking
  • Optimized IndexedDB performance with debounce mechanism
  • Fixed UX issues in history session playback
  • Improved Electron codebase stability

Downloads

Download the appropriate package for your platform below.

DeepFundAI Browser v0.0.10

23 Nov 13:05

Choose a tag to compare

🎬 New Features

  • Implement atomic fragment-based history playback with typewriter effects
  • Add comprehensive playback controls (play/pause/restart/speed)
  • Support granular message display with AtomicFragmentRenderer

🏗️ Code Refactoring

  • Restructure directories: extract components, services, types, utils
  • Improve code organization with better type management
  • Extract reusable utilities and services

✨ UX Improvements

  • Fix input clearing timing - now clears immediately on send
  • Fix auto-scroll detection for workflow and agent messages
  • Remove auto-expand behavior of detail panel on continue
  • Fix playback termination when continuing conversation

DeepFundAI Browser v0.0.8

12 Nov 01:15

Choose a tag to compare

🎉 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

DeepFundAI Browser v0.0.7

04 Nov 05:17

Choose a tag to compare

New Features

  • 🌍 Complete internationalization support (Chinese/English switching)
  • 🔧 Integrated react-i18next for multi-language support

Bug Fixes

  • 🐛 Fixed message hook usage by replacing direct imports with App.useApp()
  • 🐛 Corrected import paths and removed duplicate notifications

Improvements

  • ✨ Enhanced Popconfirm background opacity for better readability
  • 💡 Improved internationalization implementation and hook usage

DeepFundAI Browser v0.0.6

30 Oct 11:48

Choose a tag to compare

Download

Windows

  • Installer (recommended): ai-browser-0.0.6-win-x64-setup.exe - Full installer with auto-update support
  • Portable: ai-browser-0.0.6-win-x64.zip - Extract and run without installation

macOS

  • DMG Package: DeepFundAIBrowser-0.0.6-universal.dmg - Universal binary for Intel and Apple Silicon

New Features

Agent Configuration System

  • Added AgentConfigModal for customizing Browser Agent and File Agent behavior
  • Support for custom prompts to extend agent capabilities
  • MCP tools management (enable/disable individual tools)
  • Real-time configuration reload without restart

Toolbox Page

  • New centralized hub for all system features
  • Draggable window area for better UX
  • Visual distinction for implemented vs planned features
  • Coming Soon badges for undeveloped features

Improvements

UI/UX Enhancements

  • Increased modal sizes (90% width) for better usability
  • Optimized text layout and spacing in configuration modals
  • Fixed dark theme color scheme for better readability
  • Responsive card layouts

Documentation Updates

  • Updated README.md and README.zh-CN.md with new features
  • Added screenshots for Toolbox and Agent Configuration

Technical Details

  • Extended IPC handlers for agent configuration management
  • Enhanced ConfigManager functionality
  • Integrated EkoService with agent configuration system
  • Upgraded @jarvis-agent/electron to v0.1.7

v0.0.5

24 Oct 22:49

Choose a tag to compare

What's Changed

UI/UX Improvements

  • Update theme color from blue to purple (Fellou.ai style)
  • Update all panel backgrounds with elegant gradient (#1e1c23 → #281c39)
  • Fix input box border color on focus
  • Update Select dropdown styles with light purple theme
  • Switch to native system font stack (system-ui) to match Fellou.ai
  • Optimize Atlas icon and text styles

Bug Fixes

  • Fix FileAgent file path generation issue

Other Changes

  • Update screenshot functionality
  • Update application icons

Full Changelog: https://github.com/deepfundai/browser/compare/v0.0.4...v0.0.5