From 6b5eafa4a5c9548832a177ec41d3813a16507df2 Mon Sep 17 00:00:00 2001 From: Andrew Beal Date: Mon, 10 Nov 2025 20:43:01 +0000 Subject: [PATCH] Update Acknowledgments in read me --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc52498..68285de 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ This plugin is built on the shoulders of many excellent projects: **Platform & AI** - Built for [Obsidian](https://obsidian.md) - Powered by [Anthropic Claude](https://anthropic.com), [Google Gemini](https://deepmind.google/technologies/gemini/), and [OpenAI](https://openai.com) -- Official SDKs: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@google/genai](https://github.com/google/generative-ai-js) +- Official SDKs: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [@google/genai](https://github.com/google/generative-ai-js), [openai](https://github.com/openai/openai-node) **UI Framework** - [Svelte](https://svelte.dev) - Reactive UI components @@ -310,6 +310,7 @@ This plugin is built on the shoulders of many excellent projects: **Utilities** - [fuzzysort](https://github.com/farzher/fuzzysort) - Fuzzy search for reference autocomplete - [gpt-tokenizer](https://github.com/niieani/gpt-tokenizer) - Token counting and usage tracking +- [Zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation **Development** - [Vitest](https://vitest.dev/) - Fast unit testing framework