v1.0.1-alpha #17
mdavistffhrtporg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Full Changelog: v1.0.0-alpha...v1.0.1-alpha
OpenSift Release Notes
Release:
v1.0.1-alpha(proposed)Date: February 17, 2026
Range:
v1.0.0-alpha→066035aCommits included:
2244e5b,6ea7db4,18c26f9,066035aSummary
This release adds a true gateway runner, CI workflows, repository badges, and major reliability fixes for URL ingestion/retrieval. It also hardens owner/session handling and improves user-facing ingest error feedback.
Highlights
gatewaymode for running UI + optional MCP from one command.What’s New
1. Gateway Runner (OpenClaw-style orchestration)
File:
backend/opensift.pyAdded:
gatewaycommand in launcher CLI.run_gateway(...)process supervisor:--with-mcp)/healthreadinessgatewayis now a launch option (and default in setup flow)CLI additions:
python opensift.py gateway --host 127.0.0.1 --port 8001 --with-mcp--health-timeoutfor startup readiness timeout tuning.2. URL Ingestion Reliability Improvements
Files:
backend/ui_app.py,backend/app/ingest.py,backend/templates/chat.html, plus retrieval paths inbackend/cli_chat.pyandbackend/mcp_server.pyBackend ingestion improvements:
/chat/ingest/url:https://when protocol missingExtractor improvements:
UI ingest improvements:
finally)3. Owner/Namespace Consistency Fix
Files:
backend/ui_app.py,backend/templates/chat.htmlAdded canonical owner normalization across routes and UI input:
[a-zA-Z0-9._-], max length 128)4. Retrieval Fallback Hardening
Files:
backend/ui_app.py,backend/cli_chat.py,backend/mcp_server.pyWhen owner-filtered retrieval returns empty:
5. CI/CD and Repo Metadata
Files:
.github/workflows/ci.yml,.github/workflows/dependency-review.yml,README.md,backend/.gitignoreAdded:
.gitignoreupdate(s) for backend housekeepingChange Stats
From
v1.0.0-alphatoHEAD:Upgrade Notes
python opensift.py setup(choosegateway)python opensift.py gateway --with-mcpKnown Limitations
Included Commits
066035a- major bug fixes18c26f9- added badges6ea7db4- added CI2244e5b- update gitignoreThis discussion was created from the release v1.0.1-alpha.
Beta Was this translation helpful? Give feedback.
All reactions