发布

  • chore: prepare v1.3.2 release

    frostbyte_neo 发布于 2026-04-29 12:44:05 +00:00 | 1210 次提交 在此版本后已推送到 main

    Embedding endpoint URLs are now transparent end-to-end: Settings shows the
    exact URL DeepTutor will POST to, legacy /v1-style bases are migrated to
    full /embeddings / /api/embed URLs, the embedding client rejects
    known-provider misconfigurations early, and OpenRouter routes through the
    same exact-URL HTTP adapter as other providers.

    LlamaIndex RAG now refreshes embedding state before initialize/search/add,
    validates persisted vectors before retrieval, and reports invalid indexes
    with needs_reindex: true instead of raw NumPy/NoneType errors.

    Memory refresh strips <think> / <thinking> blocks from reasoning-model
    output before writing PROFILE.md / SUMMARY.md, and existing memory files
    self-repair on read.

    Also fixes a Deep Solve runtime regression where MainSolver still passed
    a stale attachments keyword to SolverAgent.process().

    Adds release notes (assets/releases/ver1-3-2.md) and updates README.

    Made-with: Cursor

    下载附件