-
Notifications
You must be signed in to change notification settings - Fork 37
Releases: 0xranx/OpenContext
Releases · 0xranx/OpenContext
OpenContext Desktop v0.2.7
@github-actions
github-actions
7df79ed
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Other Changes
- fix(indexer): skip missing files during build_all indexing by @wormuz in #20
- feat: add CLI smoke test workflow and improve error handling in nativ... by @0xranx in #21
- chore: update @aicontextlab/core-native to version 0.2.1 in package.j... by @0xranx in #22
- fix(embedding): reduce MAX_CHARS to prevent context length errors by @wormuz in #23
- fix: fix some code block bugs by @0xranx in #28
Full Changelog: desktop-v0.2.6...desktop-v0.2.7
Assets 6
2 people reacted
OpenContext Desktop v0.2.6
What's Changed
OpenContext now lets you reuse the coding agent CLI you already use (Codex/Claude/OpenCode) and wraps it with a ready‐to‐use GUI + built‐in Skills/tools.
No new agent subscriptions—just plug in your existing CLI and get a full agent experience: multi‐session chat, model selection, tool outputs, and permission prompts.
Why it matters
Bring your own agent — no extra agent fees
Agent‐ready GUI — faster, clearer workflows
Built‐in Skills/tools — load/search/create/iterate with one command
Related PR
- feat: add Linux x86_64 native bindings support by @wormuz in #10
- feat: update README and command definitions for tool integrations by @0xranx in #14
- feat: extend desktop build workflow to support Linux by @wormuz in #15
- feat: support coding agent sidebar by @0xranx in #19
Full Changelog: desktop-v0.2.5...desktop-v0.2.6
Assets 6
1 person reacted
desktop-v0.2.5
@github-actions
github-actions
7a27ed0
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Other Changes
- feat: enhance tray icon functionality and window management by @0xranx in #12
- feat: add about icon and metadata to application menu by @0xranx in #13
Full Changelog: desktop-v0.2.4...desktop-v0.2.5
Assets 5
2 people reacted
desktop-v0.2.4
@github-actions
github-actions
0078def
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Added dark mode configuration in Tailwind CSS.
- Enhanced localization for theme settings in English and Chinese.
Assets 5
1 person reacted
desktop-v0.2.3
@github-actions
github-actions
0db8750
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
Assets 5
desktop-v0.2.2
@github-actions
github-actions
eb25fa6
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
Assets 5
desktop-v0.2.1
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.
Assets 5
desktop-v0.2.0
@github-actions
github-actions
2aad5d8
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
Assets 5
desktop-v0.1.17
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.
Assets 5
desktop-v0.1.16
feat: implement data integrity management hook and enhance document a...