Added
oikb daemoncommand: long-lived scheduler with FastAPI server, /health and /history endpoints.oikb historycommand: view sync history from local SQLite database.- Webhook support: /webhooks/github, /webhooks/gitlab, /webhooks/slack, /webhooks/confluence for real-time sync triggers.
--jsonoutput flag forhistorycommand.- 13 new connectors: Document360, Slab, Outline, Google Sites, Egnyte, Oracle Cloud Storage, ProductBoard, XenForo, Zulip, Gong, Fireflies, DokuWiki, ServiceNow. Total: 44 connectors.
- Multi-KB routing:
routeskey in.oikb.yamlto route files by glob pattern to different KBs. - Selective sync filters:
filter.include/filter.excludeglob patterns to narrow sync scope. - Daemon doubles as an OpenAPI tool server for Open WebUI (Settings → Connections → Tool Server).
Changed
- FastAPI and uvicorn are now core dependencies.