plugins marketplace
← All plugins

dovetail

v1.0.3

Connect Dovetail inside Codex to turn customer feedback into decisions without leaving your conversation.

Codex

by DovetailMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/dovetail/ inside the repository.

Layout

plugins/dovetail/
└── .codex-plugin/plugin.json

Manifests1

plugins/dovetail/.codex-plugin/plugin.json
{
  "name": "dovetail",
  "version": "1.0.3",
  "description": "Connect Dovetail inside Codex to turn customer feedback into decisions without leaving your conversation.",
  "author": {
    "name": "Dovetail",
    "url": "https://dovetail.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Dovetail ",
    "shortDescription": "Connect Dovetail inside Codex to turn customer feedback into decisions without leaving your conversation.",
    "longDescription": "Connect Dovetail inside Codex to turn customer feedback into decisions without leaving your conversation. Search your Dovetail workspace for relevant projects, notes, docs, and themes, and get results back instantly. Ask things like “Summarize top friction points impacting enterprise renewal conversations” to surface evidence in seconds.",
    "developerName": "Dovetail",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Find the relevant customer insights in Dovetail"
    ],
    "screenshots": [],
    "websiteURL": "https://dovetail.com",
    "privacyPolicyURL": "https://dovetail.com/privacy/privacy-policy/",
    "termsOfServiceURL": "https://dovetail.com/legal/user-terms-of-service/",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  },
  "homepage": "https://dovetail.com"
}