mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 23:51:08 +00:00
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
Release Notes: - N/A
12 lines
385 B
TOML
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"
|