You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add Linux server installation script with auto-updates and security hardening ([295a8ca](https://github.com/twohreichel/PiSovereign/commit/295a8cab4f8975ca4fb6e164b1933315c8947688))
14
+
* add visualization endpoint for knowledge graph ([04c677f](https://github.com/twohreichel/PiSovereign/commit/04c677f4ba0e54a1cdceeeeb61ca41a8b321eec7))
15
+
***api:** add REST endpoints for snippet CRUD and resolution ([97b9b02](https://github.com/twohreichel/PiSovereign/commit/97b9b02d03069cf85ba70da4bc2b20fbab9b3631))
16
+
***application:** add SnippetPort and SnippetService ([51f66b2](https://github.com/twohreichel/PiSovereign/commit/51f66b256b24dfc8c4a2a622018858b77147c04f))
17
+
***domain:** add Snippet entity and SnippetId value object ([ed3498d](https://github.com/twohreichel/PiSovereign/commit/ed3498d3bc248a98685c954276db58e2910678e2))
18
+
* implement shared embedding retrieval for memory and knowledge graph services ([96f44e5](https://github.com/twohreichel/PiSovereign/commit/96f44e5efcf6db38109c578f1bbe9a9b497f4ee6))
19
+
***infrastructure:** add snippets migration and PgSnippetStore ([8edafb0](https://github.com/twohreichel/PiSovereign/commit/8edafb0caf36ad160e5a1b0cb5c64cedf0e0cabf))
20
+
***web:** add Snippets page and /snippet chat trigger ([dfd87ed](https://github.com/twohreichel/PiSovereign/commit/dfd87ed2a71ac5a3cf8486c2d90967b816c93f5a))
* correct Docker container security caps for runtime compatibility ([30de25d](https://github.com/twohreichel/PiSovereign/commit/30de25dc36096df6e79563e54b5939f3db51000d))
27
+
* resolve broken intra-doc links and missing bench field ([9edfcad](https://github.com/twohreichel/PiSovereign/commit/9edfcadbc9eb370d383a61b73c54dded672c3811))
28
+
* resolve ESLint errors in dream mode page ([b701ce8](https://github.com/twohreichel/PiSovereign/commit/b701ce8bc6374b36f090c508714eb1726df79d33))
29
+
***tests:** align indentation for snippet_service in test configurations ([6469f21](https://github.com/twohreichel/PiSovereign/commit/6469f21f8a3a22c91d198aa0e13c29dee46d4d3b))
30
+
* update default Ollama models for initialization script and configuration ([49e7385](https://github.com/twohreichel/PiSovereign/commit/49e7385a66b3009a4c028794c7367f582cc2d62f))
31
+
* update package versions in Cargo.lock for js-sys, rustls-webpki, wasm-bindgen, and related dependencies ([40752fb](https://github.com/twohreichel/PiSovereign/commit/40752fbbd7fc26c37b0c84bed6afe34aa0f5f7e1))
32
+
33
+
34
+
### Performance Improvements
35
+
36
+
* harden Docker containers and optimize Dockerfile ([c017160](https://github.com/twohreichel/PiSovereign/commit/c017160377750a53727c869ec16c793e0c3ceab9))
37
+
* minimize dependency feature flags and add release profile ([690841b](https://github.com/twohreichel/PiSovereign/commit/690841b23599fdd98adc47a087c8d24576bea1fb))
38
+
* optimize concurrency primitives and eliminate hot-path clones ([255d7ce](https://github.com/twohreichel/PiSovereign/commit/255d7ce01db1c846d1218aa4a0ccf2f1d2e2c53f))
39
+
* optimize Docker image for smaller runtime size ([c33f743](https://github.com/twohreichel/PiSovereign/commit/c33f743a02b430b40e1dd4e03c3ad5ce043c701a))
40
+
* remove 30+ unused dependencies across workspace ([0bbd57d](https://github.com/twohreichel/PiSovereign/commit/0bbd57d9c433bff2db510c4770033e4c7ecd08b3))
0 commit comments