diff --git a/docs/images/logos/tabnine/tabnine-logo-dark.svg b/docs/images/logos/tabnine/tabnine-logo-dark.svg new file mode 100644 index 0000000..8467f8a --- /dev/null +++ b/docs/images/logos/tabnine/tabnine-logo-dark.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/docs/images/logos/tabnine/tabnine-logo-light.svg b/docs/images/logos/tabnine/tabnine-logo-light.svg new file mode 100644 index 0000000..45a141a --- /dev/null +++ b/docs/images/logos/tabnine/tabnine-logo-light.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index b2b358d..95aa554 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -331,4 +331,12 @@ export const clients = [ instructionsUrl: "https://fast-agent.ai/agents/skills/", sourceCodeUrl: "https://github.com/evalstate/fast-agent", }, + { + name: "Tabnine", + description: "Tabnine is an AI engineering platform that combines code assistants, agentic workflows, and enterprise context to help development teams build, review, and maintain software with context-aware AI—while keeping code private, secure, and fully under your control.", + url: "https://www.tabnine.com/", + lightSrc: "/images/logos/tabnine/tabnine-logo-light.svg", + darkSrc: "/images/logos/tabnine/tabnine-logo-dark.svg", + instructionsUrl: "https://docs.tabnine.com/main/getting-started/tabnine-cli/features/agent-skills", + }, ];