+ - [x] [Automatic Local file
+ sync](/beta-preview/active-features/live-document-sync) is now live in Beta
+ features!
+
+ Now you can upload local files, edit their contents, and AnythingLLM will
+ automatically re-sync these files. While in beta, please do not watch
+ thousands of files locally.
+
+ [Read more about local file sync
+ →](/beta-preview/active-features/live-document-sync#how-does-document-sync-work-with-local-files)
+
+
+- [x] You can now fork messages to start new threads from any point in a conversation
+- [x] You can now delete singular messages to remove them from a conversation - [x]
+We improved the layout of all icons below each chat. Hover to show them all - [x]
+We finally have a clean sidebar layout! - [x] We removed the limit of `12` for max
+snippets for a vector db search. - [x] Generic OpenAi connector can now be used for
+[@agents](/agent/overview).
+
+## Fixes & Improvements:
+
+- Improvements to the beta background worker functionality
+- Patched issue with some agent providers falling back on model that doesn't exist
+- Patched issue with OpenAI-compatible API endpoint always returning refusals
+- General UI and typo cleanup
+- Fixed issue where Confluence code snippets would not be collected.
+- Refactored and improved PDF loader/parser
+- Patched "domain" issue with bulk link scraper
+- Added system wide logger for easier debugging
+
+## What's Next:
+
+- Fine-tuning pipeline
+- Custom agent skill builder/tooling
+- Custom plugins/skills for AnythingLLM app and agents.
diff --git a/pages/index.css b/pages/index.css
index 69e406d..1df49ec 100644
--- a/pages/index.css
+++ b/pages/index.css
@@ -12,3 +12,18 @@
.mt-20 {
margin-top: 20px;
}
+
+.nested > ul > li > ul,
+.nested > blockquote {
+ margin-top: 0px;
+}
+
+.nested > blockquote > br.sm {
+ content: "";
+ display: block;
+ height: 5px;
+}
+
+.nested > blockquote > p {
+ margin-top: 0px !important;
+}
diff --git a/theme.config.tsx b/theme.config.tsx
index 9c1e31c..64ebde6 100644
--- a/theme.config.tsx
+++ b/theme.config.tsx
@@ -92,10 +92,10 @@ const config: DocsThemeConfig = {
),
banner: {
dismissible: true,
- key: 'v1.5.8-release', // Storage key to keep the banner state (dismissed or not). If you have updated your banner text, you should change the key to make sure the banner is shown again.
+ key: 'v1.5.9-release', // Storage key to keep the banner state (dismissed or not). If you have updated your banner text, you should change the key to make sure the banner is shown again.
text: (