mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(catalog): update Amp tagline (#3806)
## Summary Update Amp's runtime catalog description to use its current tagline: > The coding agent and development environment that runs anywhere and everywhere. ### Related issue N/A. This follows the Amp description update in https://github.com/block/buzz/pull/3758. ### Testing * `pnpm -C desktop check` * `pnpm -C desktop typecheck` * `pnpm -C desktop test` (3,835 passed) No screenshot is included because this changes only the catalog description text. It does not change layout or interaction behavior. Signed-off-by: AJKemps <AJKemps@users.noreply.github.com> Co-authored-by: AJKemps <AJKemps@users.noreply.github.com> Co-authored-by: Alex Kemper <alex@ampcode.com>
This commit is contained in:
co-authored by
AJKemps
Alex Kemper
parent
9e8fcfda09
commit
f3e5e81267
@@ -36,7 +36,7 @@ const HARNESS_DESCRIPTIONS: Record<string, string> = {
|
||||
// https://moonshotai.github.io/kimi-cli/en/
|
||||
kimi: "A terminal coding agent for software development and command-line tasks.",
|
||||
// Sources: https://ampcode.com, https://ampcode.com/manual
|
||||
amp: "A coding agent for your terminal and editor.",
|
||||
amp: "The coding agent and development environment that runs anywhere and everywhere.",
|
||||
// Sources: https://github.com/NousResearch/hermes-agent,
|
||||
// https://hermes-agent.nousresearch.com/docs/
|
||||
hermes: "A general-purpose AI agent from Nous Research.",
|
||||
|
||||
Reference in New Issue
Block a user