From da037dcae825b14fde383105b842497b4287b02e Mon Sep 17 00:00:00 2001 From: Jasper Middendorp Date: Sun, 15 Mar 2026 20:29:44 +0100 Subject: [PATCH 1/2] Add noxkey.ai links and AI-agent positioning to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5839d7f..9827c38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # NoxKey -A macOS menu bar app for managing secrets -- API keys, tokens, passwords -- stored in the Secure Enclave and protected by Touch ID. +**[noxkey.ai](https://noxkey.ai)** | [Docs](https://noxkey.ai/docs.html) | [AI Agent Security](https://noxkey.ai/ai-agents.html) | [Compare](https://noxkey.ai/compare.html) + +A macOS menu bar app for managing secrets -- API keys, tokens, passwords -- stored in the Secure Enclave and protected by Touch ID. The only secret manager with AI-agent safe sharing: encrypted temp files, process-tree detection, and DLP guards prevent API keys from leaking into AI context windows. From 5ee48c594789fa59472ad0b533bfe1b609ed2306 Mon Sep 17 00:00:00 2001 From: Jasper Middendorp Date: Sun, 15 Mar 2026 20:33:27 +0100 Subject: [PATCH 2/2] Remove bold from link bar for visual consistency Addresses Gemini Code Assist review feedback. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9827c38..1333c38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NoxKey -**[noxkey.ai](https://noxkey.ai)** | [Docs](https://noxkey.ai/docs.html) | [AI Agent Security](https://noxkey.ai/ai-agents.html) | [Compare](https://noxkey.ai/compare.html) +[noxkey.ai](https://noxkey.ai) | [Docs](https://noxkey.ai/docs.html) | [AI Agent Security](https://noxkey.ai/ai-agents.html) | [Compare](https://noxkey.ai/compare.html) A macOS menu bar app for managing secrets -- API keys, tokens, passwords -- stored in the Secure Enclave and protected by Touch ID. The only secret manager with AI-agent safe sharing: encrypted temp files, process-tree detection, and DLP guards prevent API keys from leaking into AI context windows.