freshcrate
Skin:/
Home > AI Agents > botholomew

botholomew

Local, autonomous AI agent for knowledge work — works your task queue while you sleep.

Why this rank:Recent releaseHealthy release cadenceStrong adoption

Description

Local, autonomous AI agent for knowledge work — works your task queue while you sleep.

Release History

VersionChangesUrgencyDate
v0.21.1## What's Changed * Upgrade all dependencies to latest by @evantahler in https://github.com/evantahler/botholomew/pull/254 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.21.0...v0.21.1High6/6/2026
v0.20.0## What's Changed * Add membot_query: declarative JSONata transforms over stored JSON by @evantahler in https://github.com/evantahler/botholomew/pull/240 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.19.4...v0.20.0High6/1/2026
v0.19.4## What's Changed * Loud-fail when config.json is a dangling symlink by @evantahler in https://github.com/evantahler/botholomew/pull/239 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.19.3...v0.19.4High5/21/2026
v0.19.3## What's Changed * Upgrade all dependencies to latest by @evantahler in https://github.com/evantahler/botholomew/pull/237 * Pluggable LLM providers: Anthropic + Ollama + OpenAI-compatible by @evantahler in https://github.com/evantahler/botholomew/pull/238 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.18.7...v0.19.3High5/21/2026
v0.18.7## What's Changed * TUI: render markdown tables at the context-pane width by @evantahler in https://github.com/evantahler/botholomew/pull/235 * Bump membot to 0.15.4 and mcpx to 0.21.8 to silence install-time peer-dep warning by @evantahler in https://github.com/evantahler/botholomew/pull/236 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.18.6...v0.18.7High5/13/2026
v0.18.0## What's Changed * Default membot and mcpx to shared global stores (~/.membot, ~/.mcpx) by @evantahler in https://github.com/evantahler/botholomew/pull/224 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.17.0...v0.18.0High5/12/2026
v0.16.4## What's Changed * TUI: hide timestamp on system message bubbles by @evantahler in https://github.com/evantahler/botholomew/pull/220 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.16.3...v0.16.4High5/6/2026
v0.11.1## What's Changed * Run local embeddings on WASM (onnxruntime-web) to fix Bun segfault by @evantahler in https://github.com/evantahler/botholomew/pull/171 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.11.0...v0.11.1High5/2/2026
v0.9.12## What's Changed * db doctor: don't block repair on dead-PID workers; quiet child stderr by @evantahler in https://github.com/evantahler/botholomew/pull/161 * Mirror agent loop conversation to background worker logs by @evantahler in https://github.com/evantahler/botholomew/pull/162 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.9.11...v0.9.12High4/25/2026
v0.8.9## What's Changed * Fix capabilities command hanging ~30s after success by @evantahler in https://github.com/evantahler/botholomew/pull/140 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.8.8...v0.8.9High4/24/2026
0.8.2Imported from npm (0.8.2)Low4/21/2026
v0.8.2## What's Changed * Resolve context items by source_path in refresh/chunks/delete by @evantahler in https://github.com/evantahler/botholomew/pull/131 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.8.1...v0.8.2High4/21/2026
v0.8.2## What's Changed * Resolve context items by source_path in refresh/chunks/delete by @evantahler in https://github.com/evantahler/botholomew/pull/131 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.8.1...v0.8.2High4/21/2026
v0.8.1## What's Changed * Checkpoint after migrations to prevent WAL-replay crash on reopen by @evantahler in https://github.com/evantahler/botholomew/pull/130 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.8.0...v0.8.1High4/21/2026
v0.8.0## What's Changed * Allow TUI chat agent to call context_tree by @evantahler in https://github.com/evantahler/botholomew/pull/129 * Replace OS-managed daemon with in-DB worker agents by @evantahler in https://github.com/evantahler/botholomew/pull/127 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.13...v0.8.0High4/20/2026
v0.7.13## What's Changed * Show directory path in Context tab search results by @evantahler in https://github.com/evantahler/botholomew/pull/128 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.12...v0.7.13High4/20/2026
v0.7.12## What's Changed * Render markdown context previews with Bun.markdown.ansi by @evantahler in https://github.com/evantahler/botholomew/pull/125 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.11...v0.7.12High4/19/2026
v0.7.11## What's Changed * Add programmatic chat TUI captures via VHS + fake-LLM mode by @evantahler in https://github.com/evantahler/botholomew/pull/124 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.10...v0.7.11High4/18/2026
v0.7.10## What's Changed * Dedup context add by source_path before LLM placement by @evantahler in https://github.com/evantahler/botholomew/pull/123 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.9...v0.7.10High4/18/2026
v0.7.9## What's Changed * Add date sort, timestamps, and --limit/--offset to all list commands by @evantahler in https://github.com/evantahler/botholomew/pull/121 * Release DuckDB file lock between operations by @evantahler in https://github.com/evantahler/botholomew/pull/122 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.8...v0.7.9High4/17/2026
v0.7.8## What's Changed * Add LLM-suggested paths and fail-loud collision handling for context add by @evantahler in https://github.com/evantahler/botholomew/pull/119 * Fix task view showing same text in Waiting and Output fields by @evantahler in https://github.com/evantahler/botholomew/pull/120 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.7...v0.7.8High4/17/2026
v0.7.7## What's Changed * Add timestamps and lifecycle phase markers to daemon logs by @evantahler in https://github.com/evantahler/botholomew/pull/118 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.6...v0.7.7High4/17/2026
v0.7.6## What's Changed * Add docs/tui.md covering the `botholomew chat` TUI by @evantahler in https://github.com/evantahler/botholomew/pull/117 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.5...v0.7.6High4/17/2026
v0.7.5## What's Changed * Sync docs with implementation (tool renames, CLI, stale claims) by @evantahler in https://github.com/evantahler/botholomew/pull/116 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.4...v0.7.5High4/17/2026
v0.7.4## What's Changed * Add daemon/chat context_refresh tool, fix DuckDB corruption crashes by @evantahler in https://github.com/evantahler/botholomew/pull/113 * Refresh package.json description to match GitHub repo by @evantahler in https://github.com/evantahler/botholomew/pull/115 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.3...v0.7.4High4/17/2026
v0.7.3## What's Changed * Improve context_tree tool description to encourage discovery by @evantahler in https://github.com/evantahler/botholomew/pull/114 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.2...v0.7.3High4/17/2026
v0.7.2## What's Changed * Load contextual persistent-context files in chat (fixes #106) by @evantahler in https://github.com/evantahler/botholomew/pull/110 * Add `skill list` and `skill show` CLI subcommands (#107) by @evantahler in https://github.com/evantahler/botholomew/pull/111 * Add `nuke` CLI commands for bulk database resets by @evantahler in https://github.com/evantahler/botholomew/pull/112 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.1...v0.7.2High4/17/2026
v0.7.1## What's Changed * Rewrite README and add deep-dive docs by @evantahler in https://github.com/evantahler/botholomew/pull/104 * Add slash-command autocomplete popup to chat TUI by @evantahler in https://github.com/evantahler/botholomew/pull/109 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.7.0...v0.7.1High4/17/2026
v0.7.0## What's Changed * Show item IDs in `context list` output by @evantahler in https://github.com/evantahler/botholomew/pull/102 * Add remote context ingestion via URLs — Milestone 8 by @evantahler in https://github.com/evantahler/botholomew/pull/101 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.6.3...v0.7.0High4/17/2026
v0.6.3## What's Changed * Bump @evantahler/mcpx to 0.18.6 and add weekly auto-bump workflow by @evantahler in https://github.com/evantahler/botholomew/pull/100 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.6.2...v0.6.3High4/17/2026
v0.6.2## What's Changed * Unify agent tool terminology on 'context' language by @evantahler in https://github.com/evantahler/botholomew/pull/89 * Fix CLI tool commands not loading project config by @evantahler in https://github.com/evantahler/botholomew/pull/90 * Move search CLI commands under context subcommand by @evantahler in https://github.com/evantahler/botholomew/pull/92 * Fix --dir option not propagating to nested CLI subcommands by @evantahler in https://github.com/evantahler/botholomew/pull/High4/16/2026
v0.6.1## What's Changed * Catch tool execution errors so the agent can recover and retry by @evantahler in https://github.com/evantahler/botholomew/pull/88 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.6.0...v0.6.1High4/16/2026
v0.6.0## What's Changed * Replace SQLite with DuckDB for native vector search by @evantahler in https://github.com/evantahler/botholomew/pull/77 * Remove sliding window chunker, add overlap and embedding metadata by @evantahler in https://github.com/evantahler/botholomew/pull/78 * Parallelize description generation in context add by @evantahler in https://github.com/evantahler/botholomew/pull/79 * Fix context add duplicating items instead of upserting by @evantahler in https://github.com/evantahler/boHigh4/16/2026
v0.5.0## What's Changed * Remove HF Transformers, switch to OpenAI embeddings, add context commands by @evantahler in https://github.com/evantahler/botholomew/pull/76 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.4.0...v0.5.0High4/16/2026
v0.4.0## What's Changed * Fix border crash when deleting threads on non-Chat tabs by @evantahler in https://github.com/evantahler/botholomew/pull/72 * Add `context show` command by @evantahler in https://github.com/evantahler/botholomew/pull/73 * Add milestone 8: Remote Context plan by @evantahler in https://github.com/evantahler/botholomew/pull/74 * Milestone 6: daemon reliability, thread follow, and agent safety by @evantahler in https://github.com/evantahler/botholomew/pull/75 **Full Changelog**:High4/16/2026
v0.3.4## What's Changed * Make thread title italic in TUI chat and status bar by @evantahler in https://github.com/evantahler/botholomew/pull/70 * Remove binary build from autorelease by @evantahler in https://github.com/evantahler/botholomew/pull/71 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.3.3...v0.3.4High4/15/2026
v0.3.3## What's Changed * Fix autorelease binary build by excluding react-devtools-core by @evantahler in https://github.com/evantahler/botholomew/pull/69 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.3.2...v0.3.3High4/15/2026
v0.3.2## What's Changed * Display tool call errors with distinct styling in TUI by @evantahler in https://github.com/evantahler/botholomew/pull/55 * Improve agent prompts and add update_task tool by @evantahler in https://github.com/evantahler/botholomew/pull/56 * Show large result indicator in chat and tool explorer by @evantahler in https://github.com/evantahler/botholomew/pull/57 * Add Tasks tab to TUI and configurable max_turns by @evantahler in https://github.com/evantahler/botholomew/pull/58 * AHigh4/15/2026
v0.3.1## What's Changed * Add terminal background color awareness to TUI by @evantahler in https://github.com/evantahler/botholomew/pull/35 * Fix context add: validate paths early, show progress spinners by @evantahler in https://github.com/evantahler/botholomew/pull/36 * Add tabbed TUI with Chat, Tools, Context, and Help panels by @evantahler in https://github.com/evantahler/botholomew/pull/37 * Fix context add: deduplicate on existing context_path by @evantahler in https://github.com/evantahler/bothHigh4/15/2026
v0.3.0## What's Changed * Update init defaults: placeholder API key and opus model by @evantahler in https://github.com/evantahler/botholomew/pull/31 * Show timestamps in context list and search CLI output by @evantahler in https://github.com/evantahler/botholomew/pull/32 * Support multiple paths in `context add` command by @evantahler in https://github.com/evantahler/botholomew/pull/33 * Add interactive chat TUI with streaming and tool calls (M5) by @evantahler in https://github.com/evantahler/botholMedium4/14/2026
v0.2.0## What's Changed * Add tool execution tests for all 20 tools by @evantahler in https://github.com/evantahler/botholomew/pull/23 * Add embeddings CRUD with sqlite-vector for SIMD search by @evantahler in https://github.com/evantahler/botholomew/pull/24 * Add embedding pipeline, semantic search, and contextual prompt loading (M2) by @evantahler in https://github.com/evantahler/botholomew/pull/25 * Mark Milestone 2 as done in roadmap by @evantahler in https://github.com/evantahler/botholomew/pull/Medium4/14/2026
v0.1.1## What's Changed * Bump version to 0.1.1 to test publishing by @evantahler in https://github.com/evantahler/botholomew/pull/22 **Full Changelog**: https://github.com/evantahler/botholomew/compare/v0.1.0...v0.1.1Medium4/13/2026
v0.1.0## What's Changed * Extract migration SQL into numbered .sql files by @evantahler in https://github.com/evantahler/botholomew/pull/12 * Add Conductor worktree setup and simplify .botholomew gitignore by @evantahler in https://github.com/evantahler/botholomew/pull/13 * Add Conductor archive script to refresh parent worktree by @evantahler in https://github.com/evantahler/botholomew/pull/14 * Milestone 2: Tool class architecture with dir/file/search tools by @evantahler in https://github.com/evantMedium4/13/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

@ryuenn3123/agentic-senior-coreForce your AI Agent to code like a Staff Engineer, not a Junior.main@2026-06-07
@blockrun/franklinFranklin — The AI agent with a wallet. Spends USDC autonomously to get real work done. Pay per action, no subscriptions.v3.27.0
@windyroad/agent-pluginsOne-command installer for all Windy Road AI agent plugins and skills@windyroad/retrospective@0.23.2
@memberjunction/ai-agentsMemberJunction: AI Agent Execution and Managementnext@2026-06-07
@sigmashake/ssgAI Agent Governance CLI — evaluate tool calls against rules, block dangerous operations, and surface blocked commandsv0.29.156

More from GitHub Actions

paperclipaiPaperclip CLI — orchestrate AI agent teams to run a business
@aaif/gooseGoose - an open-source AI agent
@n8n-as-code/skillsAI Agent skills library for n8nac (internal — use npx n8nac skills)
@zhin.js/agentZhin AI Agent — session, ZhinAgent, init; composes @zhin.js/core providers and tools

More in AI Agents

@blockrun/franklinFranklin — The AI agent with a wallet. Spends USDC autonomously to get real work done. Pay per action, no subscriptions.
hermes-agentThe agent that grows with you
awesome-copilotCommunity-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.
e2bE2B SDK that give agents cloud environments