Skip to content

Commit e03294b

Browse files
Upgrade to v1.3.0 with new features and bug fixes (#15)
* Upgrade to v1.3.0 with new features and bug fixes This release integrates OmniParser v2 for enriched screenshots, automates Playwright installation, and adds the Factifai logo for better branding. It also resolves LLM context isolation issues, enhances chat context management, and fixes graph rendering in explore mode. Update version in package.json and include associated assets. * release v1.3.0 - update changelog * release v1.3.0 - update changelog
1 parent 518101f commit e03294b

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- ### Features
8+
9+
- **Integrated OmniParser v2:** Delivers enriched, annotated screenshots to the LLM, enabling more informed decision-making for task execution
10+
- **Automated Playwright Installation:** Playwright binaries now automatically install after `npm install`, streamlining the setup process.
11+
- **Factifai Logo Added:** Improved visual identity with the addition of the Factifai logo.
12+
- **OpenAI Support for Explore Mode:** Explore mode now supports OpenAI models, expanding LLM options and capabilities.
13+
- **Chat History and Persistence:** Added chat history tracking with file storage persistence, allowing users to revisit previous conversations.
14+
15+
16+
**Bug Fixes:**
17+
18+
- **LLM Context Isolation:** Resolved context contamination between different operating modes, ensuring accurate and isolated responses.
19+
- **Chat Context Management:** Implemented context management to prevent exceeding LLM token limits on complex websites.
20+
- **Explore Mode Graph Fix:** Corrected a bug causing incorrect graph rendering in explore mode.
21+
- **Seamless VNC Mode Switching:** Resolved issues with VNC mode switching, ensuring a smoother user experience.
22+
23+
**Enhancements:**
24+
25+
- **UX Improvements:** General UX enhancements implemented to improve usability and overall user experience.
26+
27+
328
## 1.2.0
429

530
### New Feature: Explore Mode
35.5 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Factifai",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "",
55
"scripts": {
66
"start": "npm run start:backend & npm run start:frontend",

0 commit comments

Comments
 (0)