Skip to content

Add Spettro ACP agent#421

Open
cesp99 wants to merge 6 commits into
agentclientprotocol:mainfrom
cesp99:main
Open

Add Spettro ACP agent#421
cesp99 wants to merge 6 commits into
agentclientprotocol:mainfrom
cesp99:main

Conversation

@cesp99

@cesp99 cesp99 commented Jul 2, 2026

Copy link
Copy Markdown

As you guys suggested me on X i added Spettro to the registry!

cesp99 and others added 6 commits July 2, 2026 12:17
- Bump 2.4.0 -> 2.6.2 (latest release)
- Repository moved from cesp99/spettro to Aploide/spettro; point
  repository and archive URLs at the new location so the hourly
  auto-updater tracks releases correctly
- Pin sha256 for every platform archive (from release checksums.txt)

Co-Authored-By: Spettro <spettro@eyed.to>
@cesp99

cesp99 commented Jul 22, 2026

Copy link
Copy Markdown
Author

Summary

This PR adds Spettro to the registry — a terminal-first, multi-agent coding assistant written in Go, with configurable orchestrator/worker agent roles.

Spettro serves ACP over stdio via spettro --acp and supports the full session lifecycle (new/load/resume/list), image and embedded-context prompts, session config options (mode, model, permission, thinking level), slash commands advertised via available_commands_update, and permission requests mapped onto session/request_permission.

Entry details

  • Distribution: binary tarballs for darwin-aarch64, darwin-x86_64, linux-aarch64, linux-x86_64, with pinned sha256 checksums from the release's checksums.txt (no Windows builds yet)
  • Authentication: Terminal Auth (spettro-setup) — the client launches the binary without --acp, which opens Spettro's interactive TUI where the user configures provider API keys; ACP sessions reload the shared config each turn, so no restart is needed
  • Icon: 16×16 monochrome SVG using currentColor

Validation

  • uv run --with jsonschema .github/workflows/build_registry.py passes (schema, ID, version, URLs, icon; only the non-blocking missing-Windows warning)
  • python3 .github/workflows/verify_agents.py --auth-check --agent spettro passes against the real v2.6.2 release binary: Auth OK: spettro-setup(terminal)

@cesp99 cesp99 changed the title Add Spettro agent (v2.4.0) — terminal-first multi-agent coding assistant Add Spettro agent (v2.6.2) Jul 22, 2026
@cesp99 cesp99 changed the title Add Spettro agent (v2.6.2) Add Spettro ACP agent Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant