Skip to content

Releases: mrAibo/AI_Toolbox

AI Toolbox v1.5.5

Choose a tag to compare

@github-actions github-actions released this 28 Apr 05:05

Changes

feat(setup): single-client mode — stop cluttering project root

Installation

Quick Start

git clone https://github.com/mrAibo/AI_Toolbox.git my-project
cd my-project
bash .agent/scripts/bootstrap.sh

Downloads

Documentation

AI Toolbox v1.5.4

Choose a tag to compare

@github-actions github-actions released this 28 Apr 04:44

Changes

fix(setup): detect Codex CLI + correctly clean npm bd.ps1 shim

Installation

Quick Start

git clone https://github.com/mrAibo/AI_Toolbox.git my-project
cd my-project
bash .agent/scripts/bootstrap.sh

Downloads

Documentation

AI Toolbox v1.5.3

Choose a tag to compare

@github-actions github-actions released this 27 Apr 23:44

Changes

fix(codex): broken [model] sub-table in .codex/config.toml template

Installation

Quick Start

git clone https://github.com/mrAibo/AI_Toolbox.git my-project
cd my-project
bash .agent/scripts/bootstrap.sh

Downloads

Documentation

AI Toolbox v1.5.2

Choose a tag to compare

@github-actions github-actions released this 27 Apr 23:40

Changes

fix(setup): infinite loop on closed stdin + non-interactive auto-fallback

Installation

Quick Start

git clone https://github.com/mrAibo/AI_Toolbox.git my-project
cd my-project
bash .agent/scripts/bootstrap.sh

Downloads

Documentation

AI Toolbox v1.5.1

Choose a tag to compare

@github-actions github-actions released this 27 Apr 12:16

Changes

chore(v1.5.1): add local linter checks to doctor

Installation

Quick Start

git clone https://github.com/mrAibo/AI_Toolbox.git my-project
cd my-project
bash .agent/scripts/bootstrap.sh

Downloads

Documentation

AI Toolbox v1.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 12:08

Changes

docs(v1.5): rewrite README, add CHANGELOG entry for v1.5.0
fix(ci): rename To-CheckName to ConvertTo-CheckName for PSScriptAnalyzer
fix(ci): resolve shellcheck warnings in bootstrap dry-run logs
fix(ci): defensive fallback for old jsonschema (< 4.18)
feat(v1.5): bootstrap --dry-run + plugin convention
feat(v1.5): declarative contracts + unified CLI surface
docs(readme): expand Quick Start with three installation options (Template, Script, AI-assisted)
chore: add Beads integration to AGENTS.md, extend .gitignore
docs(readme): add repo link to Use this template instruction
docs: add repo link to Use this template instructions
docs(template): expand installation docs with full GitHub Template guide and cross-links
feat(pi): add Pi (Inflection AI) as Basic-Tier client (#11)
docs(readme): fix Quick Start template section — remove wrong link, add step-by-step guide
docs(readme): extend README with workflow, hooks, token efficiency, before/after

Installation

Quick Start

git clone https://github.com/mrAibo/AI_Toolbox.git my-project
cd my-project
bash .agent/scripts/bootstrap.sh

Downloads

Documentation

AI Toolbox v1.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 00:46

Changes

chore(release): v1.2.0 — CI fix, bootstrap cleanup, README rewrite
fix(cleanup): bootstrap QWEN template dedup, cache-prefix CI test, setup-claude docs
fix(ci): update action-gh-release to v2 (invalid SHA removed) docs(readme): rewrite README — shorter, scannable, no repetition

Installation

Quick Start

git clone https://github.com/mrAibo/AI_Toolbox.git my-project
cd my-project
bash .agent/scripts/bootstrap.sh

Downloads

Documentation

AI Toolbox v1.1.0

Choose a tag to compare

@mrAibo mrAibo released this 13 Apr 08:56
Release Date: 2026-04-12

Security Fixes

 - sync-task.ps1: Fixed UTF-8 encoding corruption that caused complete script failure on Windows
 - hook-post-tool-qwen.sh: Added realpath fallback (cd + pwd) for systems without GNU coreutils (macOS, minimal Linux)
 - hook-post-tool-qwen.sh: Fixed secret scanner regex — now matches both quoted and unquoted values for secret|token|auth_key patterns
 - hook-post-tool-ps1-qwen.ps1: Aligned secret patterns with .sh version — matches both quoted and unquoted values
 - hook-pre-command-qwen.sh: Added python3 existence check with JSON fallback — prevents silent hook failure
 - hook-session-end-ps1-qwen.ps1: Dynamic shell detection (pwsh preferred, falls back to powershell) — fixes silent failure on pwsh-only systems
 - verify-commit.ps1: Added CODERULES.md and OPENCODERULES.md to router file list (was only in .sh version)
 - .gitignore: Added .qwen/settings.json, .codex/, opencode.json, opencode.jsonc to prevent accidental commits of local configs
 - changelog.yml: Fixed subshell variable scope bug — replaced pipe (echo | while) with process substitution (< <(echo))
 - release.yml: Pinned softprops/action-gh-release to commit SHA for supply chain security
 - setup.sh: Added --locked to cargo install for reproducible builds

New Features

 - repo-map.sh: Zero-dependency code skeleton generator — scans 14 file types for class/function/interface signatures, excludes 11 junk directories. Saves 2,000-5,000 input tokens per read vs reading full
   files.
 - diff-editing.md: Token-efficient editing rules — forbids outputting full file contents, mandates sed for 1-liners and Python .replace() for multi-line changes.
 - context-flush.md: Semantic context reset workflow — triggers on sub-task completion or component switch (not turn counting). Saves 80-90% per turn after flush.
 - AGENT.md lazy-loading: Boot sequence now reads only memory-index.md, not full architecture-decisions.md or integration-contracts.md. Saves input tokens on every restart.

Refactoring

 - Skills moved to `.agent/skills/`: 9 skills moved from .qwen/skills/ to client-independent location. .qwen/skills/ replaced with symlink.
 - Commands moved to `.agent/commands/`: 4 commands moved from .qwen/commands/. .qwen/commands/ replaced with symlink.
 - Project no longer appears Qwen-specific — skills and commands are now accessible to all 10 clients.

Documentation

 - INSTALL.md: Added release download option as alternative to git clone (tar.gz download path)
 - README.md: Updated architecture diagram to include all 16 scripts, updated client matrix to 10 clients, added version badge
 - All docs: Updated to reference .agent/skills/ instead of .qwen/skills/

CI

 - 21/21 CI steps passing (Run #96)
 - Release pipeline: Automated GitHub Releases on v* tag pushes
 - Changelog validation: Warns when PRs change code without updating CHANGELOG.md
 - bump-version.sh: Helper script for semantic version tagging

Contributors

 - AI Toolbox CI (automated)
 - Comprehensive audits: 30 security findings, 38 code quality findings, ~65% test coverage

AI Toolbox v1.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 13:29

Changes

fix: release archive - zip not available on ubuntu-latest
feat: add release pipeline (semantic versioning + automated releases)
fix: add Verification section to context-flush.md
feat: add token cost optimization (4 features)
feat: harden secret scanning with 4 improvements
feat: improve secret scanning in verify-commit.sh
feat: add client-independent secret scanning to verify-commit.sh
fix: address third review findings (5 valid issues)
fix: address second review findings
fix: address review findings (3 valid issues)
fix: documentation audit P0/P1 findings
fix: integration tests - don't fail on platform-specific hook skips
fix: address comprehensive audit findings (Critical + High + Medium)
docs: comprehensive documentation update
ci: make hook tests non-fatal in CI (platform-specific)
fix: make hook tests non-fatal in integration suite
ci: make hook tests non-fatal temporarily for debugging
fix: move TMPDIR_HOOKS initialization to top of test-hooks.sh
feat: comprehensive test suite to 100% coverage
feat: comprehensive test suite — hooks, integration, CI
feat: add OpenCode CLI integration
feat: add OpenAI Codex CLI integration
fix: resolve 3 critical security findings from deep audit
fix: resolve all remaining markdown review issues
fix: resolve all markdown review issues (15 fixes across 15 files)
fix: resolve all 8 critical issues from comprehensive shell/PS review
fix: resolve 4 critical/high security findings from full audit
fix: resolve critical code injection + 10 security suggestions
fix: remove accidentally committed test file from agent test run
fix: add Use PROACTIVELY pattern to 5 skills for auto-delegation
fix: boot command mismatch + templates validation note
feat: graceful fallback documentation + hook hardening
feat: add doctor.sh/ps1 health check scripts
refactor: restructure memory — ADR directory, memory index, read-only task mirror
feat: close donor gaps — Superpowers skills + Template Bridge workflow rules
feat: integrate Superpowers methodology and Template Bridge templates
feat: add parallel execution rules to prevent sequential anti-patterns
fix: prevent shell injection in .sh Qwen hooks + update docs
feat: bootstrap auto-configures Qwen Code hooks
fix: rename qwen-hooks-unix.json to .jsonc to pass CI JSON validation
feat: add Linux/macOS Qwen hook scripts (.sh versions)
feat: 4 new Qwen-native hook scripts for full automation
feat: add Qwen Code native hook integration
chore: make shellcheck informational-only (non-failing)
fix: broaden shellcheck exclusions for style-preference rules
fix: remove remaining emojis from sync-task.sh and hook-stop.sh
fix: resolve all shellcheck issues across .sh scripts
fix: relax shellcheck exclusions and add verbose error output
feat: improve CI with concurrency, timeout, shellcheck, and size limits
fix: sync-task.ps1 uses bd.exe directly, bypassing broken npm wrapper
fix: pwsh [ref] syntax for pwsh 7+ on Linux
fix: remove remaining emojis from .sh files and improve test diagnostics
feat: configure hooks for all AI clients
fix: replace emoji characters in PowerShell scripts with ASCII-safe text
chore: make script syntax check non-fatal (debug mode)
fix: add verbose diagnostics to test-scripts.sh
fix: simplify test-scripts.sh — remove set -e and shellcheck
fix: simplify validation to minimal python3 -c check
fix: align validation schema with actual client-capabilities.json structure
fix: rewrite validate-client-capabilities.sh to avoid heredoc syntax error
fix: make validate-client-capabilities.sh robust without set -e
fix: rewrite bootstrap parity check to use canonical file lists
fix: replace xxd dependency with portable alternatives in trailing-newline check
feat: expand CI with 4 new validation checks
fix: correct rtk and Beads installation instructions across all docs
fix: remove broken link to gitignored session-handover.md in GEMINI.md
fix: remove memory files from tracking, fix broken links in active-session.md, skip memory files in CI link check
docs: update memory files for next session — handover complete, CI task ready
fix: bootstrap now updates existing hooks when they contain outdated references
fix: move TDD enforcement from pre-commit to commit-msg hook
fix reviewer issues: awk stops at any H2 heading, heavy commands include docker compose build + npm/pnpm/yarn test, ready count uses python JSON parser, document tdd-skip limitation for interactive commits
ci: trigger new workflow run
fix: restore correct relative AGENT.md link in QWEN.md template
fix CI link checker: only check core files, use while-read to handle spaces in link text
fix: broken AGENT.md links in template files (../../../AGENT.md -> AGENT.md)
fix: update all remaining install.md references to INSTALL.md
fix review 8+9+10: document auto-hook install in README, remove double-scanning in sync-task.sh, add Spring detection for Java projects, rename install.md to INSTALL.md for naming consistency
fix review 6+7: portable stats tracking (python fallback), clarify SHOULD vs MUST in section 13
fix: verify-commit.sh remove set -e, add error handling to git rev-parse
fix: sync-task multi-agent count uses bd ready --json instead of wc -l
fix: sync-task skips bd list header row for workflow detection
remove accidental duplicate file
fix: precise heavy command regex — java -version, go version, docker ps no longer blocked
fix 5 review issues: hook-pre-command.ps1 exit 1 consistency, bootstrap.sh chmod always, sync-task.sh awk instead of sed, setup.ps1 direct bootstrap call, fix 4 broken mcp-guide.md links
fix 4 review issues: hook-stop.sh git-repo fallback, CI link path resolution via realpath, architecture.md workflow order (REVIEW before VERIFY), correct AGENT.md section numbering (15 sections)
fix: gitignore .claude/ local config, remove accidentally committed file
fix 3 critical review issues: bash hook uses .sh not .ps1, TDD-skip reads COMMIT_EDITMSG not git log, CI guards client-capabilities.json
add feedback section to Habr article: ask for integration ideas, CI/CD ADR, orchestration improvements
expand Habr article install section: add manual setup.sh/ps1 method with 7-step breakdown
fix Habr article: list all heavy commands detected by pre-command hook
rewrite Habr article: focus on dev experience, add Template Bridge, Superpowers, MCP, auto-hooks, orchestration
fix: CI — only check tier badges on existing router files, missing bootstrap-generated files are OK
fix: update Habr article — GUI hooks are auto-configured now, clarify that execution depends on agent implementation
fix: enforce TDD — verify-commit blocks code without tests, tdd-skip override for emergencies
fix: AGENT.md section numbering — eliminate duplicate §11, renumber 11.1→12, 11.2→13, 12→14, 13→15
fix final 5: remove EAP=Stop crashes, advisory hooks, bootstrap exit-code check
fix phase 5+6: CI expanded, .gitignore cleanup, README tree updated
fix phase 4: sync-task + hook-stop robustness
fix phase 3: Windows hooks use PowerShell, repair GUI client detection
fix phase 1+2: complete bootstrap rules, remove dead template code, honest docs
fix: minimal CI - just check files exist
fix: CI robustness — exclude .qwen/, add file presence checks, normalize paths
fix: medium-priority audit issues — hooks, .gitignore, portability
docs: update session handover — ensemble complete, CI fixed
fix: minimal CI file with LF line endings
fix: CI failure — .gitattributes forces LF line endings
fix: CI failure — rewrite CI file with clean line endings
fix: CI failure — removed all emojis from CI workflow file
fix: CI failure — Windows does not preserve executable bit on .sh files
fix: ensemble automation — 12 parallel fixes for complete automation
fix: active-session.md now created by bootstrap (was missing on fresh clone)
feat: complete ensemble automation — 3 fixes for seamless integration
feat: finalize ensemble automation — 5 fixes for seamless integration
feat: automatic tool activation — zero manual configuration needed
feat: one-command setup script with client selection
docs: final polish — FAQ, setup guides, architecture, quickstart, security
feat: production readiness — CI, templates, CONTRIBUTING, CHANGELOG
docs: add German and Russian translations for 4 key examples
docs: rewrite all examples in English — 4 common daily scenarios
feat: daily pitfalls example + final cleanup
fix: audit round 8 — cosmetic final fixes
feat: status reporting — agent progress visibility
fix: audit round 7 — bootstrap.ps1 ADR backtick escape
fix: audit round 6 — final broken links, .gitignore, README tree
fix: audit round 5 — ensemble integration issues
feat: Phase 5 — Documentation & Examples ensemble
feat: Phase 4 — Unified Workflow ensemble
feat: Phase 3 — MCP full integration for all 8 clients
feat: Phase 2 — Template Bridge fully integrated
feat: Phase 1 — Superpowers skills fully encoded
fix: audit round 4 — duplicate runbook block + gradle regex
fix: audit round 3 — 12 remaining issues
fix: audit round 2 — 10 remaining issues
fix: audit findings — broken links, contradictions, missing steps
feat: full tool integration — rtk, Beads, Superpowers, Template Bridge
feat: expanded verify-commit + bug-fix workflow
docs: add MCP setup prompt (EN/DE/RU) to prompts/
docs: add MCP quick-start section to README
feat: MCP configuration, guide, and usage rules
feat: multi-agent workflow, examples, and qwen-code rules expansion
chore: remove dead code from bootstrap.ps1
fix: N1 stack-rules section order + N2 QWEN/CONVENTIONS guards
fix: final audit fixes — content parity, config guards
fix: review round 3 — content drift, guards, gitignore, install.md
fix: production readiness — bootstrap guards, content drift, git-hook safety
fix: 7 bootstrap/repo consistency issues from review round 2
fix: track QWEN.md and CONVENTIONS.md in git (remove from .gitignore)
fix: resolve 9 medium/low review issues (docs consistency + bootstrap guards)
fix: bootstrap/gitignore 5 critical issues
feat: 3-tier orchestration system + Qwen Code + Aider integr...

Read more