Skip to content

v0.1.36

Choose a tag to compare

@github-actions github-actions released this 05 Aug 16:03
· 34 commits to main since this release

KodaX Space v0.1.36

Changed

  • KodaX 0.7.82 Registry alignment - Root/Desktop manifests, workspace
    packages, lockfile views, installed bytes, runtime capability reporting, and
    the release gate now use one exact npm Registry package and integrity pin.
  • Active Session admission - Send, interrupt, after-turn, Session switch,
    draft restoration, and history revalidation now share a bounded admission
    boundary so transient topology changes cannot surface as generic handler
    failures or attach a new answer to an older query.
  • Live/history identity - Accepted input keeps its exact runId and
    streamed turnId; snapshot watermarks, paging cursors, and canonical
    boundaries remain Session-scoped through reconnect and late reads.
  • Renderer recovery isolation - Session hydration, sidebar activity, live
    transcript projection, and history paging reject stale events from another
    Session while preserving in-flight work.

Fixed

  • Prevented concurrent Session persistence and input admission from restoring
    a draft after a successful send or interrupt.
  • Prevented stale Runtime snapshots and history pages from hiding activity,
    duplicating output, reordering turns, or moving content across Sessions.
  • Updated the history-repair guard to the published KodaX 0.7.82 package.

Documentation

  • Added the v0.1.36 design and release-readiness record.
  • Synchronized README files, the documentation hub, PRD/HLD, Feature List,
    capability ledger, known-issue baseline, user manual, and in-app
    kodax_manual with the v0.1.36 / KodaX 0.7.82 baseline.
  • Kept F137/F139 scheduled for v0.1.42 and retained unresolved lifecycle and
    performance boundaries as explicit known issues.

Verification

  • Release checks, builtin-skill integrity, typecheck, lint, and the full local
    workspace test suite are required before tagging; GitHub main and tagged
    release workflow evidence belongs in the versioned readiness record.


Installation Notes

Unsigned installers: first launch may trigger OS trust prompts.

  • Windows: use Setup.exe for normal install, Portable.exe for no-install launch, or the matching .zip fallback if the browser blocks direct .exe downloads.
  • Windows SmartScreen: click "More info" -> "Run anyway"
  • macOS: Gatekeeper -> right-click -> Open -> confirm
  • Linux: chmod +x *.AppImage then run; or sudo dpkg -i *.deb

KodaX Space is a local-first tool for trusted users; installers remain unsigned for this release.

Verify Checksums

SHA-512 checksums are included in the uploaded latest*.yml electron-updater manifests; GitHub also exposes a SHA-256 digest for each release asset.

Full Changelog: v0.1.35...v0.1.36