Skip to content

Releases: GabrieleRuggieri/becket

0.2.3 - 2026-06-29

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:58

Release Notes

Added

  • becket context --plan — fast token budget estimate without reading source files
  • becket context --auto-budget — recommended budget from graph size and task
  • Task default budgetsfix 6k, refactor 12k, onboard 8k tokens when --budget is omitted
  • Fix mode test awareness — test snippets ranked first; ## Related tests in markdown bundles
  • WikiPageIndex and assemble-time file cache for faster context builds
  • MCP auto-enrichget_context enriches placeholder knowledge pages via host sampling
  • Onboard task — attaches the relevant flow wiki page to context bundles

Changed

  • Context bundles use ## Knowledge (wiki pages) instead of a separate enriched summary section
  • Smart budget advice notice in markdown when packing hits token limits
  • Website docs (EN/IT): --plan, --auto-budget, task budgets, knowledge layer, and agent setup
  • Website: broader agent messaging, demo folder, dark-only UI, clarified npx becket vs becket-mcp

Fixed

  • CI: latency budget guards stabilized on shared runners; skipped on Windows tier-2
  • CI: schema drift test independent of Windows line endings
  • Website: i18n hint translation and language toggle label

becket-cli 0.2.3

Install becket-cli 0.2.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/GabrieleRuggieri/becket/releases/download/v0.2.3/becket-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install becket

Install prebuilt binaries into your npm project

npm install becket@0.2.3

Download becket-cli 0.2.3

File Platform Checksum
becket-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
becket-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
becket-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
becket-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
becket-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

becket-mcp 0.2.3

Install becket-mcp 0.2.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/GabrieleRuggieri/becket/releases/download/v0.2.3/becket-mcp-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install becket-mcp

Install prebuilt binaries into your npm project

npm install becket-mcp@0.2.3

Download becket-mcp 0.2.3

File Platform Checksum
becket-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
becket-mcp-x86_64-apple-darwin.tar.xz Intel macOS checksum
becket-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
becket-mcp-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
becket-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.2 - 2026-06-26

Choose a tag to compare

@github-actions github-actions released this 25 Jun 23:07

Release Notes

Changed

  • Distribution: npm only for package-manager publish (Homebrew tap removed); shell installer and GitHub Releases unchanged
  • Docs: removed cargo install / crates.io as an install channel; contributors build from a clone
  • Website: homepage hero shows npx becket build as the install command

becket-cli 0.2.2

Install becket-cli 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/GabrieleRuggieri/becket/releases/download/v0.2.2/becket-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install becket

Install prebuilt binaries into your npm project

npm install becket@0.2.2

Download becket-cli 0.2.2

File Platform Checksum
becket-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
becket-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
becket-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
becket-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
becket-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

becket-mcp 0.2.2

Install becket-mcp 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/GabrieleRuggieri/becket/releases/download/v0.2.2/becket-mcp-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install becket-mcp

Install prebuilt binaries into your npm project

npm install becket-mcp@0.2.2

Download becket-mcp 0.2.2

File Platform Checksum
becket-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
becket-mcp-x86_64-apple-darwin.tar.xz Intel macOS checksum
becket-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
becket-mcp-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
becket-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.2.1 - 2025-06-25

Choose a tag to compare

@github-actions github-actions released this 25 Jun 16:59

Release Notes

Fixed

  • Release CI: distributed binaries build without ONNX by default (hash embeddings), fixing cross-platform cargo-dist failures
  • hash_embed_forced() honors BECKET_HASH_EMBED when ONNX feature is disabled

Changed

  • Website deploy config: Vercel (vercel.json) replaces Netlify
  • Local dev: scripts/becket-local.sh runs becket from source without install

becket-cli 0.2.1

Install becket-cli 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/GabrieleRuggieri/becket/releases/download/v0.2.1/becket-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install GabrieleRuggieri/becket/becket

Install prebuilt binaries into your npm project

npm install becket@0.2.1

Download becket-cli 0.2.1

File Platform Checksum
becket-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
becket-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
becket-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
becket-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
becket-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

becket-mcp 0.2.1

Install becket-mcp 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/GabrieleRuggieri/becket/releases/download/v0.2.1/becket-mcp-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install GabrieleRuggieri/becket/becket-mcp

Install prebuilt binaries into your npm project

npm install becket-mcp@0.2.1

Download becket-mcp 0.2.1

File Platform Checksum
becket-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
becket-mcp-x86_64-apple-darwin.tar.xz Intel macOS checksum
becket-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
becket-mcp-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
becket-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum