This release introduces a fully rebuilt AI Agent — a significant upgrade from the previous chatbot. The new agent operates in a sandboxed environment with file system access, a skill system, and granular permission controls. It can help you manage your data and more.
This release introduces an experimental embedded browser. It may be utilized as a lightweight browser; however, its primary significance lies in enabling access to personal raw data. When browsing certain websites, if a raw data adapter is available, the context menu will present an option. Users can view their personal data in tabular form, with support…
Table grid now supports field summary statistics. Click on any column header to configure aggregated metrics tailored to each field type: - Number/Rating: Sum, average, min/max, median, standard deviation - Checkbox: Checked/unchecked count and percentage - Date/Datetime: Date range, earliest/latest - Select/Multi-select: Unique values, empty percentage -…
Node name uniqueness validation. For backward compatibility, this feature is not automatically enabled. You need to manually enable it in Space Data Management and complete the data migration. Once enabled, new nodes must have unique names within the same folder level, matching standard file system logic. This is required for using the Eidos CLI.
- Table API Reorganization: The table() method now returns the new Prisma-style TableClient API. The legacy TableManager API has been moved to table().
Now supports multi-tab mode, allowing parallel management of multiple pages for easier context organization. The current mode is more like an IDE or browser, but serves only your personal data.
This release focuses on storage and routing mechanism refactoring, adding external file handling capabilities. Thanks to these adjustments, many features become more flexible and stable. This also brings breaking changes, you may need to fix some data, see the guide below for details.
- Type Checking Enhancement: Improved type checking for project code - CI Build Workflow Refactor: Refactored CI build workflow to use native platform machines for building - Mac Intel Compatibility: Fixed a bug that prevented running on Mac Intel chip machines
- Table SDK Enhancement: Added findMany and count query methods for more powerful data querying capabilities. - Custom Database Column Names: You can now specify custom database column names when creating new fields. Note: Customization is only supported at creation and cannot be modified later. - Quick Field Creation: Tables now support quickly creating…
- Unified AI Chat Interface: Merged the chat interfaces from the extension and the sidebar for a more consistent experience. - Persistent AI Chat History: AI chat conversations can now be saved and restored.
- Now you can directly insert enabled micro Blocks into documents - Micro Blocks can be opened standalone - Add keyboard shortcuts for duplicating paragraphs, shift + opt + arrow up/down quickly duplicate paragraphs
Changelog Features - AI: Added UI to display results of tool calls - AI: Enhanced chat interface with thought process visualization and animations - AI: Implemented AI-powered title generation for documents https://github.com/user-attachments/assets/2e04473f-e1a1-4df2-bef6-d1050fa0d5a9 Refactor - AI: Improved chat streaming performance and UI interaction…
- Support for writing scripts using Python - Blocks can be used as album card covers - API forwarding, allowing access to local APIs via network addresses. When the local client is offline, requests will be cached. When the client comes online, the queued requests will be executed. Suitable for data collection scenarios
Highlight 🎉 New Extension Mechanism 🎉 —— Doc plugin Custom document plugin powered by AI, creating a unique editing experience https://github.com/user-attachments/assets/5129f8e7-2858-4826-b3c5-e1445efae1c4 Make it real 😎 Generate micro block directly in the document https://github.com/user-attachments/assets/8bd7f818-4514-4d5a-9c11-8f805bf0cf91 Docume…
https://github.com/user-attachments/assets/af88d258-119a-49b9-99d3-cd9f43a8ed1e What's Changed feat(block): built-in remix by @mayneyao in https://github.com/mayneyao/eidos/pull/192 Full Changelog: https://github.com/mayneyao/eidos/compare/v0.10.0...v0.11.0
What's Changed Feat/block remix by @mayneyao in https://github.com/mayneyao/eidos/pull/191 Full Changelog: https://github.com/mayneyao/eidos/compare/v0.9.1...v0.10.0
What's Changed - feat(table): auto choose color for new select option by @mayneyao in https://github.com/mayneyao/eidos/pull/190 - support for macOS(intel) Bug Fixes 🐛 - Table: - Fixed rendering issue when the target field of lookup is select - Block: - Fixed config parameters not working - Added more tips for block usage Full Changelog: https://github.c…
What's Changed Feat/block by @mayneyao in https://github.com/mayneyao/eidos/pull/186 Full Changelog: https://github.com/mayneyao/eidos/compare/v0.8.1...v0.9.0
What's Changed fix: crash when calling the script via cmdk by @mayneyao in https://github.com/mayneyao/eidos/pull/185 Full Changelog: https://github.com/mayneyao/eidos/compare/v0.8.0...v0.8.1
What's Changed i18n by @mayneyao in https://github.com/mayneyao/eidos/pull/184 Full Changelog: https://github.com/mayneyao/eidos/compare/v0.7.9...v0.8.0
fix: more tips for activation fix: improve UX of renaming a node chore: update shadcn/ui feat: new sidebar fix: constrain DocListView height to prevent page shift fix(desktop): static file hosting fix(desktop): correct display of created-by and updated-by fields fix: sidebar layout fix: improve week calculation for local time in getDaysByYearWeek Update t…
Highlight We now have a desktop client available for macOS and Windows. What's Changed fix: align filter item by @lawvs in https://github.com/mayneyao/eidos/pull/170 Publish service by @mayneyao in https://github.com/mayneyao/eidos/pull/167 Desktop App by @mayneyao in https://github.com/mayneyao/eidos/pull/173 New Contributors @lawvs made their first cont…