feat: add snapshot database tables, live snapshot recording, and vi/emacs editing mode toggles

This commit is contained in:
2026-02-14 07:07:05 +00:00
parent 37e7aa4833
commit 83b3eec68b
16 changed files with 2131 additions and 68 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ SRC_TOOLS = $(TOOLSDIR)/tools_init.c \
$(TOOLSDIR)/tool_automation.c \
$(TOOLSDIR)/tool_csv.c \
$(TOOLSDIR)/tool_agent.c \
$(TOOLSDIR)/tool_deepsearch.c
$(TOOLSDIR)/tool_deepsearch.c \
$(TOOLSDIR)/tool_snapshot.c
SRC = $(SRC_CORE) $(SRC_TOOLS)