This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryYou can now drop a single failing document from an error‑state knowledge base without rebuilding it.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Add ability to delete a single document from an error‑state knowledge base. Add ability to delete a single document from an error‑state knowledge base. Source: llm_adapter@2026-07-16 Confidence: high |
— |
Full changelog
DeepTutor v1.5.1 Release Notes
Release Date: 2026.07.09
A small release on top of v1.5.0: a knowledge base stuck in an error state is no longer a dead end — you can drop the single document that failed and keep going, instead of deleting and rebuilding the whole base. Drop-in — no migrations.
What's New
Remove a single document — even from an error-state KB
You can now delete one raw document from a knowledge base in the Files tab, and it works even while the KB is in an error state. Previously a file that failed to parse (for example, a PDF over the cloud parser's page limit) left the whole base locked, and the only escape was to delete and rebuild it from scratch. Now you drop just the offending file, upload a replacement, or retry indexing from the documents that remain. Removal is decoupled from the index — it never needs a working index to run — so any vectors from an already-indexed file are simply cleared on the next re-index.
Upgrade Notes
Drop-in from v1.5.0: pip install -U deeptutor; Docker users pull ghcr.io/hkuds/deeptutor:latest. No migrations and no behavior changes — existing knowledge bases, partners, and mastery paths keep working as-is. Connected (read-only) and legacy knowledge bases still reject per-file deletion, as before.
Full Changelog: https://github.com/HKUDS/DeepTutor/compare/v1.5.0...v1.5.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v1.4.5 Guided Learning rebuilt as tutor chat with hard mastery gate; old fixed-stage flow removed.
- v1.4.0-beta Deletes the legacy main.yaml capability copy; each capability now uses its own prompt files
- v1.4.0-beta Removes legacy main.yaml capability copy in favor of per-capability prompt files
- v1.4.0-beta Removes legacy agents/ and prompts/ directories for research, solve, question modes
Beta — feedback welcome: [email protected]