Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:44
· 24 commits to master since this release

CogZ v0.1.1

Bug-fix release addressing two issues that blocked clean installs.

Fixes

  • Install script JSON parsing — the install.sh grep pattern for extracting browser_download_url from the GitHub API response did not match the actual JSON key format, producing a malformed URL and a curl exit 3. The install script was broken for all users. Fixed the regex to match "browser_download_url": "...".
  • ONNX Runtime auto-download checksum handling — the ORT auto-download treated a missing SHA256SUMS manifest (404) as a hard failure, but Microsoft ORT releases don't ship SHA256SUMS files. This made auto-download always fail on clean installs, preventing embeddings from working. Per the security policy, a missing manifest is now degraded mode (HTTPS-only download with a warning). The manifest-present-but-asset-missing case still fails hard — that's the supply-chain red flag.

Documentation

  • Agent compatibility — README and agent-setup.md updated. Removed Windsurf (acquired by Devin). Added Gemini CLI and GitHub Copilot with config paths and docs links. Agent list now leads with Claude Code and Cursor instead of Devin.
  • Docs cleanup — removed Python predecessor comparison from architecture.md, deleted stale hot-path evaluation, removed version stamp from resource profile, restructured agent-setup.md into equal per-agent sections with shared hook config centralized in hooks.md.
  • Release workflow — added permissions: contents: write to fix the HTTP 403 release creation error.

Upgrade

cogz update

Or install fresh:

curl -fsSL https://raw.githubusercontent.com/balaianu/CogZ/master/install.sh | bash

Checksums

See SHA256SUMS in the release assets for binary integrity verification.