File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Eidos is built around several core modules that are iteratively developed. Docum
79
79
- [ ] Publish Service: Publish your data to the web.
80
80
- [ ] P2p sync based on CRDT: local-first, not local-only. Sync your data across devices.
81
81
82
- Check [ changelogs] ( ./docs/changelogs.md ) for more details.
82
+ Check [ changelogs] ( ./docs/changelogs/index .md ) for more details.
83
83
84
84
## Contributors
85
85
Original file line number Diff line number Diff line change 1
1
## Commits
2
2
3
+ ```
3
4
504c263d feat(ext): Add 'Run' button to extension toolbar for executing scripts and refactor script call handling
4
5
405f1545 refactor(ext): Update response handling in useExtMsg hook to return text directly from AI model
5
6
6866e2ba refactor(chat): Improve error handling and configuration retrieval for AI models across chat components
@@ -21,6 +22,7 @@ b016cd3a refactor(core): Standardize BroadcastChannel usage and update core vers
21
22
fc27b232 feat(file): Improve file handling and preview with comma encoding and data URI support
22
23
278e25be feat(gallery): Add fit content option for gallery view cover images
23
24
22532df5 feat(fields): Improve field type detection and display type handling
25
+ ```
24
26
25
27
---
26
28
File renamed without changes.
You can’t perform that action at this time.
0 commit comments