Skip to content

0.1.0 - 2026-03-26

Choose a tag to compare

@github-actions github-actions released this 26 Mar 23:00
729f636

Release Notes

⚙️ Miscellaneous

  • (config) Remove JSON-era code remnants from config system
  • (build) Enable nightly rustfmt and standardize workspace lints
  • Resolve PR #127 review feedback and enable taplo verification

⛰️ Features

  • (thoughts_tool) [breaking] Rewrite configuration system with unified agentic-config
  • (agentic-config) [breaking] Replace ModelsConfig with tool-specific subagents and reasoning sections
  • (config) [breaking] Rewrite configuration system from JSON to TOML

🎨 Styling

  • Apply rustfmt 2024 edition and fix clippy lints

🐛 Bug Fixes

  • (agentic-config) Address PR #124 v6 review comments
  • (config) Address follow-up issues from TOML rewrite

📚 Documentation

  • Write comprehensive CLAUDE.md for agentic-config and agentic-bin
  • (config) Add PR #127 groups 5, 7, 10, 11 TODO comments

🚜 Refactor

  • (agentic-config) Make loader read-only with in-memory legacy fallback
  • (agentic-config) Remove premature models deprecation handling

Install agentic-bin 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/allisoneer/agentic_auxilary/releases/download/agentic-bin-v0.1.0/agentic-bin-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install agentic-bin

Download agentic-bin 0.1.0

File Platform Checksum
agentic-bin-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
agentic-bin-x86_64-apple-darwin.tar.xz Intel macOS checksum
agentic-bin-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
agentic-bin-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum