Skip to content

Construct v0.3.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Sep 19:17
0b3bd68

Construct v0.3.1 makes the local knowledge service on-demand and resource-bounded, keeping agent access responsive without leaving an always-on indexer behind.

Highlights

  • The local knowledge service now starts on desktop or MCP demand, stops after five idle minutes, and restarts transparently.
  • MCP tool discovery no longer waits for indexing; accessed Locations reconcile on request.
  • Indexed work is bounded to one active tool call plus at most 32 queued calls.
  • Skipped reconciliations reuse the persisted index without a recursive source scan.
  • Shutdown and restart races are covered on both Unix and Windows.

Downloads

  • macOS Apple Silicon: Construct_0.3.1_aarch64.dmg
  • macOS Intel: Construct_0.3.1_x64.dmg
  • Windows x64: Construct_0.3.1_x64-setup.exe
  • Standalone CLI archives are available for macOS Apple Silicon, macOS Intel, Windows x64, and Linux x64.

Verify downloaded files against SHA256SUMS.

Preview notice

Construct installers and binaries are currently unsigned. This release is therefore published as a pre-release. macOS and Windows may show operating-system security warnings during installation or first launch.

Changes

  • On-demand, resource-bounded knowledge service: #64
  • Release preparation: #65
  • Full changelog: v0.3.0...v0.3.1