botholomew 0.7.5 → 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 +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -169,6 +169,9 @@ 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
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botholomew",
3
- "version": "0.7.5",
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": {