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:
Alex Kemper
2026-07-30 22:54:41 +00:00
committed by GitHub
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.",