Skip to content

Tags: 0xranx/OpenContext

Tags

desktop-v0.2.5

Toggle desktop-v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13 from 0xranx/fix/vb

feat: add about icon and metadata to application menu

desktop-v0.2.4

Toggle desktop-v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from wormuz/main

fix: wrap array responses in object for MCP structuredContent compliance

desktop-v0.2.3

Toggle desktop-v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from 0xranx/feat/bundle

feat: update bundle identifier and enhance macOS build process

desktop-v0.2.2

Toggle desktop-v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from 0xranx/feat/ios

feat: Implement Ideas Box functionality

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from 0xranx/feat/idea

feat: enhance AI configuration and integrate idea management features

desktop-v0.2.1

Toggle desktop-v0.2.1's commit message
refactor: improve styling and layout in SearchModal component

- Adjusted spacing and alignment in the SearchModal for better visual consistency.
- Updated button styles for improved usability and aesthetics.
- Added a separator line to enhance the input area layout.

desktop-v0.2.0

Toggle desktop-v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from 0xranx/feat/idea

feat: enhance AI configuration and integrate idea management features

v0.1.17

Toggle v0.1.17's commit message
fix: update README files to clarify Coding Agent capabilities

- Revised the description of how the Coding Agent interacts with existing knowledge, emphasizing its ability to directly read and write to the knowledge base.
- Ensured consistency in both English and Chinese README files for better understanding.

desktop-v0.1.17

Toggle desktop-v0.1.17's commit message
fix: update README files to clarify Coding Agent capabilities

- Revised the description of how the Coding Agent interacts with existing knowledge, emphasizing its ability to directly read and write to the knowledge base.
- Ensured consistency in both English and Chinese README files for better understanding.

desktop-v0.1.16

Toggle desktop-v0.1.16's commit message
feat: implement data integrity management hook and enhance document a…

…nd folder caching mechanisms

- Introduced `useDataIntegrity` hook for managing data validity, including URL storage and cache clearing.
- Enhanced `useDocLoader` to utilize the new data integrity functions and handle document loading with improved error management.
- Updated `useFolderCache` to synchronize folder states with valid paths and manage folder document caching more effectively.
- Added error classification utilities for better error handling across the application.