zed/extensions/perplexity/extension.toml
Nathan Sobo 43e13df9f3
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Add a /perplexity slash command in an extension (#16438)
Release Notes:

- N/A
2024-08-18 16:34:55 -06:00

12 lines
385 B
TOML

id = "perplexity"
name = "Perplexity"
version = "0.1.0"
description = "Ask questions to Perplexity AI directly from Zed"
authors = ["Zed Industries <support@zed.dev>"]
repository = "https://github.com/zed-industries/zed-perplexity"
schema_version = 1
[slash_commands.perplexity]
description = "Ask a question to Perplexity AI"
requires_argument = true
tooltip_text = "Ask Perplexity"