freshcrate
Home > AI Agents > botholomew

botholomew

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

Description

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

Release History

VersionChangesUrgencyDate
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.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

paracosmAI agent swarm simulation engine with emergent crises, runtime tool forging, HEXACO personality drift, and deterministic kernels. Built on AgentOS.v0.4.382
n8n-nodes-caldav-pron8n community node for CalDAV calendars (Infomaniak, NextCloud, iCloud, Fastmail). Usable as AI Agent tool.2.3.3
@kyalabs/agent-radarAI agent detection for merchant storefronts. 21 behavioral, environment, and network signals. Zero dependencies, zero CWV impact.1.1.5
@sentygent/sdkSentygent SDK for AI agent observability0.1.1
@sqfcy/liteagentA lightweight, general-purpose AI agent harness0.1.3