botholomew 0.7.4 → 0.7.5

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 +4 -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 |
@@ -170,7 +170,7 @@ Topics worth understanding in detail:
170
170
  - **[Architecture](docs/architecture.md)** — daemon, chat, watchdog, and how
171
171
  they share a database.
172
172
  - **[The virtual filesystem](docs/virtual-filesystem.md)** — why the agent's
173
- "files" are actually DuckDB rows, and how `file_read`/`file_write` work.
173
+ "files" are actually DuckDB rows, and how `context_read`/`context_write` work.
174
174
  - **[Context & hybrid search](docs/context-and-search.md)** — LLM-driven
175
175
  chunking, OpenAI embeddings, and DuckDB's HNSW-accelerated keyword +
176
176
  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.5",
4
4
  "description": "Local, autonomous AI agent for knowledge work — works your task queue while you sleep.",
5
5
  "type": "module",
6
6
  "bin": {