botholomew 0.7.4 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -121,9 +121,9 @@ Everything the agent can touch is here. No surprises.
121
121
  | `botholomew task list\|add\|view\|update\|reset\|delete` | Manage the task queue |
122
122
  | `botholomew schedule list\|add\|enable\|trigger\|delete` | Recurring work |
123
123
  | `botholomew context add\|list\|view\|search\|refresh\|remove` | Ingest & browse knowledge (files, folders, URLs) |
124
- | `botholomew mcpx add\|list\|tools\|test` | Configure external MCP servers |
125
- | `botholomew skill list\|show\|create` | Manage slash-command skills |
126
- | `botholomew file\|dir\|search ...` | Direct access to the agent's virtual filesystem |
124
+ | `botholomew mcpx servers\|add\|remove\|info\|search\|exec\|ping\|auth\|import-global` | Configure external MCP servers |
125
+ | `botholomew skill list\|show\|create\|validate` | Manage slash-command skills |
126
+ | `botholomew context ... \| search ...` | Direct access to the agent's virtual filesystem |
127
127
  | `botholomew thread list\|view` | Browse the agent's interaction history |
128
128
  | `botholomew nuke context\|tasks\|schedules\|threads\|all` | Bulk-erase sections of the database |
129
129
  | `botholomew upgrade` | Self-update |
@@ -169,8 +169,11 @@ Topics worth understanding in detail:
169
169
 
170
170
  - **[Architecture](docs/architecture.md)** — daemon, chat, watchdog, and how
171
171
  they share a database.
172
+ - **[The TUI](docs/tui.md)** — the `botholomew chat` Ink/React terminal UI:
173
+ seven tabs, slash-command autocomplete, message queue, and tool-call
174
+ visualization.
172
175
  - **[The virtual filesystem](docs/virtual-filesystem.md)** — why the agent's
173
- "files" are actually DuckDB rows, and how `file_read`/`file_write` work.
176
+ "files" are actually DuckDB rows, and how `context_read`/`context_write` work.
174
177
  - **[Context & hybrid search](docs/context-and-search.md)** — LLM-driven
175
178
  chunking, OpenAI embeddings, and DuckDB's HNSW-accelerated keyword +
176
179
  vector search.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botholomew",
3
- "version": "0.7.4",
3
+ "version": "0.7.6",
4
4
  "description": "Local, autonomous AI agent for knowledge work — works your task queue while you sleep.",
5
5
  "type": "module",
6
6
  "bin": {