Commit graph

15 commits

Author SHA1 Message Date
Andrew Beal
d3b461efc7 Add new models for Gemini and Claude. Remove older models for OpenAI and Sonnet 3.7. 2026-02-20 00:56:18 +00:00
Andrew Beal
19948bcc2e docs: update Planning Mode to describe three-agent workflow
Replace two-agent description with three-agent architecture
(planning, orchestration, execution). Document the orchestration
agent's role in monitoring progress, replanning, and passing
context between steps.
2026-02-03 17:29:22 +00:00
Andrew Beal
c748d165c6 docs: add planning mode documentation to README and help text
Document the new two-agent planning workflow, including how it works, when to use it, capabilities, visualization, and planning model configuration. Add planning mode section to both README.md and help copy.
2026-01-05 22:27:58 +00:00
Andrew Beal
275f548914 refactor: streamline planning UX and strengthen complexity gate
Restructure system prompt to enforce mandatory complexity evaluation before action. Replace verbose multi-step planning framework with concise gate-based decision model. Add UI for execution plan visibility. Improve planning/execution separation by blocking execution tools during planning phase. Remove cancellation indicator component. Fix conversation deletion bug preventing saves after delete. Strengthen type safety for AIFunction names. Simplify function summary format for planning agent. Update test mocks for new callback signatures.
2026-01-03 11:15:32 +00:00
Andrew Beal
961904c471 Update project copy and readme. 2025-12-20 11:37:47 +00:00
Andrew Beal
01cb1bf557 Update readme. 2025-12-06 16:48:58 +00:00
Andrew Beal
ba599ffd58 Update read me installation section to be clear that the plugin is not yet available as a community plugin.
Add regex-parser to project dependencies list
2025-11-12 22:13:22 +00:00
Andrew Beal
6b5eafa4a5 Update Acknowledgments in read me 2025-11-10 20:43:01 +00:00
Andrew
b7404ff154
Update image source in README.md 2025-11-10 08:26:18 +00:00
Andrew Beal
a217e84643 Rename plugin to Vaultkeeper AI 2025-11-10 08:03:27 +00:00
Andrew Beal
ff111c69e6 Rename from AI Agent to Vault AI 2025-11-09 23:09:08 +00:00
Andrew
61c2e85aa2
Update README with image
Added an image in README.
2025-11-09 21:29:25 +00:00
Andrew Beal
3c5425716b update GitHub repository URLs 2025-11-09 21:16:55 +00:00
Andrew Beal
b8dba18989 refactor: centralize UI copy strings to Copy enum
Replace hardcoded strings in AIAgentSettingTab with Copy enum constants for better maintainability and consistency. Add new Copy entries for settings labels, descriptions, placeholders, and tooltips. Update README with comprehensive documentation and fix textarea resize behavior.
2025-11-08 15:37:01 +00:00
Andrew
64831546f2
Initial commit 2025-08-25 12:41:08 +01:00