Skip to content

release: v0.3.2#182

Merged
ajianaz merged 14 commits into
mainfrom
release/v0.3.2
Jul 20, 2026
Merged

release: v0.3.2#182
ajianaz merged 14 commits into
mainfrom
release/v0.3.2

Conversation

@ajianaz

@ajianaz ajianaz commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

v0.3.2 Patch Release

Fixed

Changed

  • Version gate is now HTTP-first (reads connected server's /health version)

Dependencies

  • vite 6→8, @sveltejs/vite-plugin-svelte 5→7
  • tokio, serde, thiserror, toml, tauri-plugin-dialog, codemirror, dompurify, marked
  • actions/setup-node 6→7

See CHANGELOG.md for full details.

ajianaz and others added 14 commits July 20, 2026 10:46
uteke #735 (post-v0.8.0-tag develop) renames POST /room/document to
POST /room/summary-document to avoid colliding with the existing
GET /room/summary. The old route still works on newer servers but logs
a deprecation warning and will eventually be removed.

room_document() now prefers /room/summary-document and falls back to
the legacy /room/document on HTTP 404, so Corin works against both the
released v0.8.0 tag (which only has the old route) and the upcoming
release cut from develop.

Also documents /recall and /search compat in the module doc: both
return the stable [{memory, score}] shape across uteke 0.7.x-0.8.x, so
no /api/v1/ prefix is needed (and that prefix is currently broken in
uteke develop anyway due to a leading-slash stripping bug in
ApiVersion::from_path).
…ename

fix(uteke-client): prefer /room/summary-document with legacy fallback
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.228 to 1.0.229.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.228...v1.0.229)

---
updated-dependencies:
- dependency-name: serde
  dependency-version: 1.0.229
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anaz S. Aji <aji.anaz@gmail.com>
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.18 to 2.0.19.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.18...2.0.19)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ri (#177)

Bumps [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@log-v2.7.1...dialog-v2.7.2)

---
updated-dependencies:
- dependency-name: tauri-plugin-dialog
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [toml](https://github.com/toml-rs/toml) from 1.1.2+spec-1.1.0 to 1.1.3+spec-1.1.0.
- [Commits](toml-rs/toml@toml-v1.1.2...toml-v1.1.3)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.1.3+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@codemirror/language](https://github.com/codemirror/language) from 6.12.3 to 6.12.4.
- [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/language/commits)

---
updated-dependencies:
- dependency-name: "@codemirror/language"
  dependency-version: 6.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.11 to 3.4.12.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.11...3.4.12)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [marked](https://github.com/markedjs/marked) from 18.0.5 to 18.0.6.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v18.0.5...v18.0.6)

---
updated-dependencies:
- dependency-name: marked
  dependency-version: 18.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.3 to 1.53.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.53.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Combined major upgrade — the two are peer-coupled and cannot be bumped
independently:

- @sveltejs/vite-plugin-svelte@7.2.0 requires vite ^8.0.0
- @sveltejs/vite-plugin-svelte@5.x requires vite ^6.0.0

So bumping only one causes an npm ERESOLVE. This commit does both
together. Regenerated package-lock.json cleanly (the old lock pinned
@sveltejs/vite-plugin-svelte-inspector@4.0.1 which peers plugin-svelte ^5).

Verified locally:
- svelte-check: 0 errors (36 pre-existing a11y warnings)
- vitest: 61/61 pass
- npm run build: ✓ built in 3.40s (vite 8 now uses rolldown)

Closes #168 (vite 6→8) and #170 (vite-plugin-svelte 5→7).
…180)

On Windows the Documents tab always showed "uteke CLI not found" /
"Detected: unknown" even with uteke.exe correctly on PATH, because the
Documents version gate fell back to shelling the CLI and the CLI lookup
missed the .exe extension. Two-pronged fix:

1. HTTP-first version resolution (the real fix). resolve_uteke_version
   now probes the running server's /health `version` field for LOCAL
   servers too, not just remote ones. The connected uteke-serve already
   reports its version over HTTP (>= 0.7.2, #636), so the gate no longer
   depends on locating the CLI binary at all for any modern install.
   The cached `uteke --version` CLI output remains as a fallback for
   servers older than 0.7.2 that don't report /health version.

2. PATHEXT-aware CLI discovery (fixes the fallback + self-update path).
   - find_in_path now probes every PATHEXT extension on Windows
     (uteke.exe, uteke.com, ...) per PATH entry.
   - find_uteke_cli / find_uteke_serve try the .exe variants in
     ~/.local/bin as well.
   - PATHEXT parsing extracted into a pure `expand_with_pathext` helper
     (cfg-gated) with 3 cross-platform unit tests, since CI runs only
     on Linux.

Verified locally: cargo fmt/clippy(-D warnings)/test (17), svelte-check
(0 err), vitest (61), npm build.
Patch release — Windows Documents-tab fix, uteke 0.8.x compatibility, and
a full dependency sweep (incl. vite 6→8).

- bump version 0.3.1 → 0.3.2 (package.json, Cargo.toml, Cargo.lock,
  tauri.conf.json)
- CHANGELOG entry

Contents (since v0.3.1):
- Fixed: Windows "uteke CLI not found" — HTTP-first version gate reads
  /health `version`; CLI discovery now PATHEXT-aware (#171, #180)
- Fixed: uteke 0.8.x room-document compat — /room/summary-document with
  legacy /room/document fallback (#178)
- Changed: version gate HTTP-first for local servers too (#180)
- Deps: vite 6→8 + @sveltejs/vite-plugin-svelte 5→7 (#179), tokio
  1.52→1.53 (#175), serde/thiserror/toml/tauri-plugin-dialog,
  @codemirror/language/dompurify/marked, actions/setup-node 6→7 (#172)
@github-actions

Copy link
Copy Markdown

🔍 Cora AI Code Review

⚠️ Review could not complete. Cora produced an empty result. Check the workflow logs for errors.


Review powered by cora-cli · BYOK · MIT

@ajianaz
ajianaz merged commit bdcb58d into main Jul 20, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant