π¦ Changelog

Version: v0.12.0 | January 17, 2026
π Major Changes
β‘ New Marketing Automation Module We have launched a comprehensive marketing workflow to supercharge your promotion efficiency:
- Tweet Intelligence: Automated fetching, classification, and retrieval of industry-related tweets.
- Smart Product Analysis: Analyze product features via name, link, or attachment uploads.
- Automated Engagement Strategy:
- Match tweets to products for customized promotion.
- Generate three distinct comment types tailored to different promotion plans.
- AI Batch Execution: Reply to specific tweets or execute AI-driven batch comment publishing.
- Data Tracking: Full tracking of tweet comment metrics.
- Onboarding: New onboarding flow included for the marketing module.
π οΈ Core Capabilities
- π€ MCP Server Integration: Introduced MCP Server as a new module with complete documentation.
- π‘οΈ Auto-Captcha Solver: Added capability to automatically recognize and solve Captchas.
- πΎ OSS File Download: Enabled
session-download-files, allowing files to be downloaded directly to OSS within sessions.
β¨ Minor Changes
π‘ UX & Notifications
- π§ Email Notifications: Get updates on task progress and refund status directly in your inbox.
- π Streamlined Entry: Invitation codes are now optional and no longer mandatory during input.
βοΈ System & Documentation
- π¦ Batch Actions: Added support for Batch Actions with optimized logic and stability.
- π Docs & Structure: Added
API_REFERENCE.md; optimized file structure, versioning, and module organization. - π§ Dependency Management: Introduced Dependabot for automated dependency updates.
- π Repo Stats: Added
.gitattributesto improve language statistics accuracy.
π Bug Fixes
- Fixed exceptions in the Files module and Files API.
- Resolved issues where actions failed because the page was not fully ready.
- Fixed screenshot anomalies in the Extension.

Version: v0.10.0 | November 8, 2025
π Major Changes
- π₯ User Invitation System: We've added a new invitation feature that supports user invitation mechanisms.
- π¬ Deep Research Mode: We've introduced a new Deep Research mode that provides deeper analysis and research capabilities for complex tasks.
- π€ Expanded Agent Family: Multiple new agents and tools have been officially launched, including Writer Agent, Marketing Agent, Smart Search File, Eval Parser, and Product Stats Service, covering more application scenarios.
- π Enhanced Browser Agent Capabilities: We've added multiple new capabilities to Browser Agent, including Memo, PageCache, Popup operations, image input, text input (with images), and XPath with element_id, making browser automation more powerful.
- π Search Engine Expansion: We've added support for DuckDuckGo search engine and enhanced search strategies (including URL priority logic, two-phase correlation, and search term enhancement) to improve search quality.
- π Expanded File Processing Capabilities: We've added support for zip, mp3, and various office document formats, along with media preview and file line number display features, making file processing more comprehensive.
- πΎ Enhanced Storage Mechanisms: We've added new storage mechanisms including ReadOnlyTaskMemory and train-insight-topics, making data management more flexible.
β¨ Minor Changes
- π Intent: We've added Intent filtering functionality that supports public sharing of intents.
- π― Onboarding Process Optimization: We've updated the Onboarding popup.
- π Enhanced Session Features: Session attachments now support more formats (especially audio formats mp3, wav, flac), and we've added support for batch queries and platform/mode fields during creation, making the functionality more complete.
- π₯οΈ Browser Living Display Optimization: We've optimized Browser Living display behavior for smoother interface interactions.
- π³ Subscription Logic Enhancement: We've strengthened the overall Subscription logic to avoid duplicate billing and duplicate credits.
- π Bug Fixes:
- Fixed common browser issues.
- Fixed issues including duplicate logs, duplicate credits, subscriptionID exceptions, and user invitation code failures.
- Fixed extension message exceptions, engine._tab_index issues, and unknown errors with open_popup tool.
- Fixed multiple parsing exceptions including task parsing, extract_from_task, format content, and return types.
- Fixed errors in multiple API paths, product information, mode types, platform parameters, and proxy configurations.
- Fixed playwright version conflicts between browser and WebArena.
- Fixed language inconsistencies, type errors, and additional parameter processing issues.

Version: v0.8.0 | August 29, 2025
π Major Changes
- π€ Intelligent Agent Intent Management: We've introduced new multi-agent conversation management features, allowing you to create, update, delete, and inspect agent intents. You can also control the public or private status of these intents, giving you better control over your workflow.
- πΌοΈ Enhanced Browser & Frontend Capabilities:
- Browser screenshot & Preview: A new browser screenshot feature has been added, with support for full-screen preview and zoom. You can now also preview images in full-screen.
- File & Attachment Management: We've expanded supported file types, added multi-select boxes, and optimized attachment preview and download functions for more convenient file handling.
- π File & Attachment Management:
- Lazy Loading: We've implemented a lazy import mechanism to significantly boost the loading speed of the sidebar, input box, and chat components, making the interface much more responsive.
- Rendering Optimization: The new memoization mechanism for message items reduces unnecessary re-rendering, resulting in smoother overall performance.
β¨ Minor Changes
- π¨ Improved User Experience & Visualization:
- Conversation Management: The conversation page now includes filtering, searching, and status-based sorting to help you quickly find specific conversations.
- Interaction Details: We've added a copy button for user messages, a conversation loading page, and support for rendering mathematical formulas to enhance daily usability.
- Stop Button: A new "Stop" button has been added to the Deep Research team workflow, giving you more precise control over the process.
- π Content Display Enhancements: We've improved the display logic for long messages, search results, and RAG outputs, making complex content easier to read and understand.
- π§ System & Interaction Fixes:
- Resolved multiple issues with agent calls, state management, and API key authorization.
- Fixed frontend display bugs, including Markdown style glitches, incorrect Iframe attributes, and double line breaks.
π οΈ WyseOS Python SDK
- π¦ SDK Renaming: To align with the broader WyseOS ecosystem, the SDK has been formally renamed from wyse-mate-sdk to wyseos-sdk. All module import paths must be updated accordingly:
- Before:
from wyse_mate import Client - After:
from wyseos.mate import Client
- Before:
- βοΈ Simplified Configuration & Structure: We have removed redundant configuration options like
user_agentand refactored the project structure, establishing a new wyseos namespace. - π New Example Code: A new examples directory and a getting-started guide have been added to help developers get up and run faster.
- π Bug Fixes: We have fixed an import error caused by the simplified configuration and a validation error within the SessionInfo model.

Version: v0.7.2 | July 23, 2025
π Major Changes
- π€ Enhanced Intent Recognition: Our intent analysis logic has been fully optimized to more accurately understand and match complex requests. The system is now better at identifying your intent and routing it to the right agent or team for a smoother workflow.
- πΌοΈ Mermaid Chart Support: The chat window can now render Mermaid charts directly. This allows complex flowcharts, sequence diagrams, and Gantt charts to be displayed visually, significantly improving clarity.
- π Optimized Browser Control: We've added zoom and maximize buttons to the browser interface, giving you more flexible control over how you view web content. The "Stop Session" button has also been improved for better interaction.
β¨ Minor Changes
- π» Code & File Preview Improvements: We've enhanced preview support for code blocks, SVG files, and embedded code, making these elements more readable and visually appealing. Small details like full filename tooltips and inline code parsing have also been refined.
- π¨ UI Refinements: The visual style has been unified, with adjustments made to file styles, buttons, and links. We've also fixed several UI interaction issues, including incorrect agent intent recognition and modal pop-up misalignment.
- π Bug Fixes: We've resolved several critical bugs, including browser screenshot issues, WebSocket communication errors, Markdown rendering glitches, NFT module problems, and incorrect session status displays. These fixes have significantly improved overall system stability.

Version: v0.7.1 | July 23, 2025
π Major Changes
- π New Knowledge Base Module: We've officially launched a brand new knowledge base module. You can now store, query, and delete documents, making it easy to manage your own knowledge and lay the groundwork for future knowledge-based agents.
- π‘ Deep RAG Integration: The system now fully incorporates the Retrieval-Augmented Generation (RAG) process. By intelligently retrieving and enhancing context, this significantly improves the quality and accuracy of the model's generated content.
- π€ Enhanced Agent Team Functionality: We've merged and optimized the WyseMate Team feature to support more complex multi-agent collaboration scenarios, making cooperation between different agents more efficient.
β¨ Minor Changes
- β‘οΈ Performance & Efficiency Optimizations: We've removed the plan critic module to streamline the reasoning process and boost agent task execution efficiency. The system's initialization process has also been optimized for faster startups.
- π οΈ Improved Stability: We've continuously refined the agent module's processing logic and fault tolerance. This enhances its stability during complex tasks, reducing interruptions and unexpected responses.
- π Bug Fixes: We've resolved multiple issues in the agent execution flow and disabled unnecessary default modules to prevent interference.

Version: v0.7.0 | July 22, 2025
π Major Changes
- π€ Expanded Agent Family: We've added a RAG Agent and a Summary Tool to support reasoning and content generation based on knowledge documents. We also introduced other agents like WyseParser and Summary, allowing for a wider variety of tasks to be handled.
- π» Code & Command Line: For the first time, we've enabled a Code Execution Console and Shell Command Execution. This provides more powerful tools for debugging and automated operations.
- π Comprehensive Multi-Session Management: We've implemented full multi-session management. You can now switch between different sessions and extract states, making your cloud-based agent tasks much more flexible.
- π Enhanced Data & API Capabilities: A new API Gateway has been added to aggregate and display more external API interface information in a structured way.
β¨ Minor Changes
- π¨ UI Improvements: We've optimized Markdown rendering (e.g., table styles and fonts), updated the behavior and buttons of the chat sidebar, and added status indicators and icon optimizations to the browser module.
- π Information Display Optimization: We've improved the structured display of various messages and added a code viewer and a one-click copy button to make information browsing clearer and more convenient.
- π Bug Fixes: We've resolved several minor issues that impacted the user experience, including failed screenshots, DevTool port conflicts, abnormal browser message formats, and font, icon, and spacing issues in the chat UI.

Version: v0.6.0 | July 3, 2025
π Major Changes
- π€ Enhanced Team Collaboration: We've introduced new AutoTeam automatic allocation logic, which supports cross-turn collaboration. This allows complex tasks to be broken down and executed in a continuous flow. The Deep Research Team now also supports multi-turn chats.
- π PDF File Handling: We've added the ability to handle PDF files, expanding our document parsing capabilities. You can now process PDF content directly within your conversations.
- βοΈ Personalized Configuration: With the new User Preferences feature, the system can store your personalized configurations. This allows it to provide more tailored services based on your usage habits.
- π Browser & API Enhancements: We've introduced a new browser model and lazy initialization. We've also enhanced our HTTP interface and fingerprint injector capabilities, laying the groundwork for more complex web tasks.
β¨ Minor Changes
- π€ Agent Optimizations: We've continued to refine our agent's operational instructions and default context to improve execution accuracy. We also optimizes the logic for list generation and management.
- π Performance & Build Improvements: We've standardized our Stripe, production environment, and Kubernetes settings. This optimizes our build process and dependency management for a more stable deployment and user experience.
- π Bug Fixes: We've fixed several critical issues, including browser crashes, truncated screenshots, path parsing errors, lost session context, and JSON serialization errors.

Version: v0.5.0 | May 29, 2025
π Major Changes
- π€ Introducing Specialized Agent Series: We've officially launched a series of specialized agents, including Browser/Web Search, Financial Data, Creative Assistance, and Web Automation. These agents are designed to handle specific tasks with greater efficiency.
- π§© Automated Team Planning: We now offer unified, cross-component support for automated team planning. You can initiate a planning session from the WebApp, Extension, or UI, and the system will intelligently organize agents to complete your task.
- π New Browser Automation & Debugging Tools: We've introduced a variety of new automation capabilities like scroll_to and evaluate, along with multi-session management. The addition of a CDP Debugger and WebSocket real-time events takes our web automation features to the next level.
- π Full Session Lifecycle Management: For the first time, you can fully manage your sessions. You can create, query, stop, reset, or share any session or workflow.
β¨ Minor Changes
- π§ Deployment & Configuration Optimizations: We've improved our Nginx, Docker, and CI/CD configurations. We've also provided example environment variables and SQL scripts to make it easier for developers to get started and deploy.
- π Engine & Performance Improvements: We've refactored the Runtime and Flow engines, and optimized timeout handling and log stream visualization to improve system stability and maintainability.
- π Bug Fixes: We've resolved several core issues, including API route conflicts, multi-task concurrency, path parsing, and exceptions with Markdown rendering and resource loading. These fixes provide a solid foundation for future versions.