v0.1.1
CogZ v0.1.1
Bug-fix release addressing two issues that blocked clean installs.
Fixes
- Install script JSON parsing — the
install.shgrep pattern for extractingbrowser_download_urlfrom 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
SHA256SUMSmanifest (404) as a hard failure, but Microsoft ORT releases don't shipSHA256SUMSfiles. 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.mdupdated. 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: writeto fix the HTTP 403 release creation error.
Upgrade
cogz updateOr install fresh:
curl -fsSL https://raw.githubusercontent.com/balaianu/CogZ/master/install.sh | bashChecksums
See SHA256SUMS in the release assets for binary integrity verification.