Skip to content

Tipsboard v0.3.1: Semantic Search Runtime

Choose a tag to compare

@kyu999 kyu999 released this 23 May 04:35

Tipsboard v0.3.1

This release separates the semantic search runtime from the main VSIX.

Install the VSIX as usual. When you use semantic search for the first time, Tipsboard can download the matching runtime automatically. If automatic download is blocked by your network environment, download the runtime zip for your platform from this release and install it via:

Tipsboard: Install Semantic Runtime from File...

Semantic Runtime Downloads

Choose the runtime zip that matches your environment:

  • Apple Silicon Mac: tipsboard-semantic-runtime-darwin-arm64.zip
  • Windows x64: tipsboard-semantic-runtime-win32-x64.zip
  • Linux x64: tipsboard-semantic-runtime-linux-x64.zip

Intel Mac (darwin-x64) runtime is not provided in this release.

Notes

  • The main VSIX does not include the semantic runtime.
  • Semantic search runs locally after the runtime is installed.
  • The first semantic search may also download embedding model weights into VS Code global storage.
  • If semantic search stays in the initial loading state after installing the runtime, reload the VS Code window and try again.