chore: release v0.1.0#1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an initial CHANGELOG.md entry to document the v0.1.0 MVP release of Sift, aligning the project with Keep a Changelog + SemVer for future releases.
Changes:
- Introduces a new
CHANGELOG.mdfollowing Keep a Changelog structure. - Records v0.1.0 (2026-04-08) features and a “Security” section.
- Adds reference links for
[Unreleased]and[0.1.0].
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+45
to
+46
| - All patient data processed locally; no network egress by design (HIPAA-safe by architecture) | ||
| - LLM inference via local Ollama — PHI never leaves the machine |
There was a problem hiding this comment.
The Security bullets claim “no network egress by design” / “PHI never leaves the machine”, but the app supports configuring llm_base_url (UI + SIFT_LLM_BASE_URL) and the backend sends excerpts to whatever URL is configured. Please reword these lines to avoid implying a guarantee; e.g., clarify that the default is localhost/Ollama and that PHI may be transmitted to the configured LLM endpoint if it is not local.
Suggested change
| - All patient data processed locally; no network egress by design (HIPAA-safe by architecture) | |
| - LLM inference via local Ollama — PHI never leaves the machine | |
| - Default configuration processes patient data locally and targets a local Ollama endpoint (`http://127.0.0.1:11434/v1`) | |
| - When `llm_base_url` is set to a non-local endpoint, excerpts containing PHI may be transmitted to that configured LLM service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial MVP release of Sift — a privacy-first, local-only clinical intelligence engine
notifycratebetter-sqlite3) for document storagepdf-parse)http://127.0.0.1:11434/v1); heuristic fallback when LLM is unavailableMarkdownTextcomponent for rendering LLM-generated markdown summariesprintReport.ts)sift.mjsdeveloper CLI:run,check,deps,debug,stop,packagesubcommands.exeviapkg; spawned and lifecycle-managed by Tauri in production buildscargo check).cursor/rules/.cursor/skills/samples/