feat: make DAVE Telegram chat conversational #83

Merged
MrSphay merged 1 commits from codex/issue-dave-conversation-web-search into codex/production-intelligence-terminal 2026-07-07 16:49:52 +00:00
Owner

Closes #82.

Summary:

  • Sends DAVE AI/proactive Telegram output as smaller plain-text conversation messages.
  • Removes visible Markdown markers from conversation-mode Telegram delivery.
  • Routes proactive sweep alerts and dynamic presence through the conversational sender.
  • Adds bounded read-only web_search backed by GDELT DOC search for current-claim corroboration.
  • Updates DAVE persona instructions, README, handoff, and tests.

Local verification:

  • node --check lib/alerts/telegram.mjs
  • node --check lib/agent/terminal-tools.mjs
  • node --check lib/agent/terminal-agent.mjs
  • node --check lib/agent/dave-presence.mjs
  • node --check server.mjs
  • node --test test/telegram-chat.test.mjs
  • node --test test/terminal-agent.test.mjs
  • node --test test/dave-presence.test.mjs
  • git diff --check
Closes #82. Summary: - Sends DAVE AI/proactive Telegram output as smaller plain-text conversation messages. - Removes visible Markdown markers from conversation-mode Telegram delivery. - Routes proactive sweep alerts and dynamic presence through the conversational sender. - Adds bounded read-only `web_search` backed by GDELT DOC search for current-claim corroboration. - Updates DAVE persona instructions, README, handoff, and tests. Local verification: - `node --check lib/alerts/telegram.mjs` - `node --check lib/agent/terminal-tools.mjs` - `node --check lib/agent/terminal-agent.mjs` - `node --check lib/agent/dave-presence.mjs` - `node --check server.mjs` - `node --test test/telegram-chat.test.mjs` - `node --test test/terminal-agent.test.mjs` - `node --test test/dave-presence.test.mjs` - `git diff --check`
MrSphay added 1 commit 2026-07-07 16:47:56 +00:00
feat: make DAVE Telegram chat conversational
All checks were successful
Codex Template Compliance / template-compliance (pull_request) Successful in 8s
Build / test-and-image (pull_request) Successful in 52s
a7f3f36d2b
MrSphay merged commit cd19c857f3 into codex/production-intelligence-terminal 2026-07-07 16:49:52 +00:00
Sign in to join this conversation.