andy-stack_vaultkeeper-ai/Services/AIServices
Andrew Beal 72bf43a8ea refactor: clarify binary file attachment handling for AI agents
Add explicit instructions across all agent prompts explaining that binary
files (PDFs, images, documents) return content as attachments in the
message following the tool result, not as text in the result itself.

Update tool response messages to clearly state the attachment delivery
mechanism and prevent agents from re-reading the same file expecting
different output.

Improve build safety by neutralizing dynamic eval constructs and
hardening the officeparser plugin against bundle shape changes.
2026-05-31 17:58:23 +01:00
..
AIToolService.ts refactor: clarify binary file attachment handling for AI agents 2026-05-31 17:58:23 +01:00
BaseAgent.ts refactor: replace custom markdown pipeline with Obsidian's native MarkdownRenderer. 2026-05-25 16:25:22 +01:00
ExecutionAgent.ts refactor: move replaceCopy helper to Helpers module and add tag merge utilities 2026-05-29 22:01:02 +01:00
MainAgent.ts refactor: replace edit/planning mode toggles with unified chat mode selector 2026-04-19 20:39:04 +01:00
OrchestrationAgent.ts refactor: move replaceCopy helper to Helpers module and add tag merge utilities 2026-05-29 22:01:02 +01:00
PlanningAgent.ts feat: add conditional web viewer access setting and directive system 2026-04-10 22:19:34 +01:00
QuickAgent.ts refactor: replace Spinner boolean prop with customizable background color 2026-04-23 15:57:27 +01:00