Skip to content

fix(settings): show uteke server version in Connections + bun build hooks#186

Merged
ajianaz merged 1 commit into
developfrom
fix/settings-server-version-bun
Jul 21, 2026
Merged

fix(settings): show uteke server version in Connections + bun build hooks#186
ajianaz merged 1 commit into
developfrom
fix/settings-server-version-bun

Conversation

@ajianaz

@ajianaz ajianaz commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Two smoke-test follow-ups:

1. Server version in Settings → Connections — the per-connection health line now shows the uteke server version from /health (already fetched into HealthInfo.version, just not rendered): ✓ Healthy · uteke v0.9.0 — 12ms. uteke-serve has reported version in /health since 0.7.2 (#636).

2. bun build hookstauri.conf.json beforeDevCommand/beforeBuildCommand switched from npm runbun run, matching the project tooling (bun, not npm/pnpm).

Verified: svelte-check (0 err), vitest (61), bun build.

Note: bunx svelte-check currently crashes on a node require interop issue — run svelte-check via node (npx svelte-check) for type-checking. (Separate from this PR.)

- ConnectionManager: the per-connection health line now shows the uteke
  server version (from /health, already fetched into HealthInfo.version)
  e.g. "✓ Healthy · uteke v0.9.0 — 12ms". Previously only latency showed.
- tauri.conf.json: beforeDevCommand/beforeBuildCommand switched from
  `npm run` to `bun run`, matching the project's bun tooling preference.

Verified: svelte-check (0 err), vitest (61), bun build.
@github-actions

Copy link
Copy Markdown

🔍 Cora AI Code Review

No issues found. Code looks good!


Review powered by cora-cli · BYOK · MIT

@ajianaz
ajianaz merged commit 3a2f0d9 into develop Jul 21, 2026
8 checks passed
@ajianaz ajianaz mentioned this pull request Jul 21, 2026
ajianaz added a commit that referenced this pull request Jul 21, 2026
* chore(release): v0.3.3

Patch release — auto-update now works, unified search, HTTP-only version
gate, server version in Settings, bun tooling.

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

Contents (since v0.3.2):
- Added: unified search across memories + documents — "Memories | All"
  toggle (#184, #185)
- Fixed: auto-update — generates latest.json manifest (workaround
  tauri-action#1098 that left every release since v0.2.0 without it) (#187)
- Changed: version detection fully HTTP-only (#183); uteke server version
  in Settings → Connections (#186); tooling switched to bun (#186, #187)

Verified: cargo fmt/clippy(-D warnings)/test (18), svelte-check (0 err),
vitest (61), npm build.

* feat(settings): make codecora.dev clickable (opens in browser)

The "codecora.dev" line under CorIn vX.Y.Z in the Settings sidebar is now
a link — clicking opens https://codecora.dev in the system browser via
@tauri-apps/plugin-shell (preventDefault + shellOpen), matching how
DocumentsView handles external links. Accessible (real href) + hover style.
@ajianaz ajianaz mentioned this pull request Jul 21, 2026
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