Skip to content

v1.4.0 — 28 Tools: The Full Agent

Latest

Choose a tag to compare

@zanderone1980 zanderone1980 released this 28 Feb 02:56

15 New Tools (13 → 28 total)

CodeBot now has parity with top-tier coding agents. All tools are zero-dependency, using only Node.js built-ins.

Tier 1 — Intelligence

Tool What It Does
git status, diff, log, commit, branch, checkout, stash, push, pull, merge, blame, tag
code_analysis Symbol extraction, find references, imports, file outline
multi_search Fuzzy search across filenames + content + symbols with ranking
task_planner Hierarchical task tracking with priorities and persistence
diff_viewer File comparison, git diffs, staged changes

Tier 2 — Development

Tool What It Does
docker Container management (ps, run, build, compose)
database SQLite queries with destructive SQL blocking
test_runner Auto-detect jest/vitest/pytest/go/cargo, run, parse results
http_client HTTP requests with auth, headers, JSON handling
image_info PNG/JPEG/GIF/SVG dimensions from binary headers

Tier 3 — Infrastructure

Tool What It Does
ssh_remote Remote exec and file transfer with injection protection
notification Slack/Discord/webhook with severity formatting
pdf_extract Text extraction and metadata from PDFs
package_manager Auto-detect npm/yarn/pip/cargo/go
code_review Security scanning and complexity analysis

Security

Every tool has safety guards: SQL injection blocking, SSH injection protection, SSRF blocking, dangerous command blocking, force-push prevention.

Tests

131 tests, all passing (up from 99 in v1.3.0).

Install / Update

npm install -g codebot-ai