feat: sync with upstream — v1.2.0, in-app updates, Projects, modules
Brings the public tree back in line with the development repo after several weeks of drift caused by a stale publish include list. New: - In-app update path: GET /update/check compares the checkout against origin/main and POST /update/apply runs `ncp upgrade` detached (pull, rebuild, restart). The sidebar shows the version, checks on click, and offers an "update available" pill. - Projects: a project workspace groups chats and RAG documents, with per-project instructions and document retrieval scoped to the active project. Replaces the standalone Documents page. - modules/: auto-discovered feature plugins (mail, network) with their frontend counterparts and tests. - Memory curation runs in-process (synapse/memory/curator.py) on the chat model when a conversation goes idle. The separate memory service on :8001 is gone, along with the launcher lines that started it. Also: the KDE theme, panel and Promethean terminal assets, the full test suite, and VERSION 1.2.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<channel name="xfce4-desktop" version="1.0">
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<property name="monitor0" type="empty">
|
||||
<property name="image-path" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
<property name="last-image" type="empty"/>
|
||||
<property name="last-image" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
<property name="last-single-image" type="empty"/>
|
||||
<property name="brightness" type="empty"/>
|
||||
<property name="image-show" type="bool" value="true"/>
|
||||
@@ -13,13 +13,13 @@
|
||||
</property>
|
||||
<property name="monitor1" type="empty">
|
||||
<property name="image-path" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
<property name="last-image" type="empty"/>
|
||||
<property name="last-image" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
<property name="last-single-image" type="empty"/>
|
||||
<property name="brightness" type="empty"/>
|
||||
</property>
|
||||
<property name="monitor2" type="empty">
|
||||
<property name="image-path" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
<property name="last-image" type="empty"/>
|
||||
<property name="last-image" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
<property name="last-single-image" type="empty"/>
|
||||
<property name="brightness" type="empty"/>
|
||||
</property>
|
||||
@@ -32,17 +32,17 @@
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/xfce4/backdrops/linuxmint.jpg"/>
|
||||
<property name="last-image" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
</property>
|
||||
<property name="workspace2" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/xfce4/backdrops/linuxmint.jpg"/>
|
||||
<property name="last-image" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
</property>
|
||||
<property name="workspace3" type="empty">
|
||||
<property name="color-style" type="int" value="0"/>
|
||||
<property name="image-style" type="int" value="5"/>
|
||||
<property name="last-image" type="string" value="/usr/share/xfce4/backdrops/linuxmint.jpg"/>
|
||||
<property name="last-image" type="string" value="/home/jon/nexus-core/assets/background.png"/>
|
||||
</property>
|
||||
</property>
|
||||
<property name="monitoreDP-1" type="empty">
|
||||
|
||||
Reference in New Issue
Block a user