{"id":47941025,"url":"https://github.com/cesp99/spettro","last_synced_at":"2026-04-04T08:05:48.384Z","repository":{"id":344428053,"uuid":"1180707714","full_name":"cesp99/spettro","owner":"cesp99","description":"Spettro is a terminal coding assistant built in Go. It automates planning, coding, and testing with multi-agent workflows, model selection, and an intuitive UI. Connects to local and remote AI providers, supports conversation history, and empowers developers to streamline their workflow from the terminal.","archived":false,"fork":false,"pushed_at":"2026-04-01T21:36:38.000Z","size":686,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-02T09:17:51.107Z","etag":null,"topics":["ai","ai-agent","ai-agents","bubbletea","cli","coding-agent","go","local","multi-agent","terminal","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cesp99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"cesp99","ko_fi":"cesp99"}},"created_at":"2026-03-13T10:22:11.000Z","updated_at":"2026-04-01T21:36:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cesp99/spettro","commit_stats":null,"previous_names":["cesp99/spettro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cesp99/spettro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesp99%2Fspettro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesp99%2Fspettro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesp99%2Fspettro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesp99%2Fspettro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cesp99","download_url":"https://codeload.github.com/cesp99/spettro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cesp99%2Fspettro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31392188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-agent","ai-agents","bubbletea","cli","coding-agent","go","local","multi-agent","terminal","tui"],"created_at":"2026-04-04T08:05:45.048Z","updated_at":"2026-04-04T08:05:48.370Z","avatar_url":"https://github.com/cesp99.png","language":"Go","funding_links":["https://github.com/sponsors/cesp99","https://ko-fi.com/cesp99"],"categories":[],"sub_categories":[],"readme":"# Spettro\n\n[![Go 1.24+](https://img.shields.io/badge/Go-1.24%2B-00ADD8?logo=go)](https://go.dev/)\n[![UI Bubble Tea](https://img.shields.io/badge/UI-Bubble%20Tea-ff69b4)](https://github.com/charmbracelet/bubbletea)\n[![Providers](https://img.shields.io/badge/LLM-OpenAI%20Compatible%20%7C%20Anthropic-6f42c1)](#provider-setup)\n[![Status](https://img.shields.io/badge/status-experimental-orange)](#)\n[![License](https://img.shields.io/badge/License-GPL--3.0-green)](LICENSE)\n\nSpettro is a terminal-first multi-agent coding assistant written in Go.\n\nIt uses a configurable agent manifest (`spettro.agents.toml` + `agents/*.md` prompts), parallel sub-agent spawning via `TOOL_CALL` and an `agent` tool, plus specialized orchestrator/worker roles (plan, coding, ask, explore, code, git, test, review, docs).\n\n## Highlights\n\n- Configurable multi-agent system via `spettro.agents.toml` and `agents/*.md`\n- Parallel `TOOL_CALL` spawning of sub-agents\n- Permission policies: `ask-first`, `restricted`, `yolo`\n- Live tool traces in planning/coding runs\n- Multi-provider model support via `models.dev` catalog + OpenAI-compatible endpoints\n- Conversation persistence and resume per project\n- Project trust prompt before first use in a folder\n\n## Build and run\n\nRequirements:\n\n- Go `1.24.2+`\n\n```bash\ngit clone https://github.com/cesp99/spettro\ncd spettro\nmake build\n./bin/spettro\n```\n\nAlternative:\n\n```bash\ngo run ./cmd/spettro\n```\n\n## First-time setup\n\nAt first launch:\n\n1. Confirm folder trust.\n2. Run `/connect` to add an API key (or local endpoint).\n3. Run `/models` to select provider/model.\n4. Start with `plan` (default agent) and switch with `Shift+Tab`.\n\n## Common commands\n\nSpettro commands are entered with a leading `/`.\n\n- `/help` show help text\n- `/exit`, `/quit` quit Spettro\n- `/mode`, `/next` cycle active agent/mode\n- `/connect` connect provider or local endpoint\n- `/models [provider:model] [api_key]` open selector or set directly\n- `/permission \u003cask-first|restricted|yolo\u003e` set execution policy\n- `/permissions [ask-first|restricted|yolo]` show/set permission policy\n- `/permissions debug \u003con|off\u003e` toggle permission diagnostics\n- `/budget \u003cn|0\u003e` set request token budget (`0` = unlimited)\n- `/plan [prompt]` switch to plan mode or run plan prompt\n- `/approve` execute pending approved plan through coding agent\n- `/tasks [list|add|done|set|show]` manage session tasks\n- `/mcp \u003clist|read|auth\u003e` manage MCP resources and auth tokens\n- `/skills` list local skills/prompts\n- `/hooks` show effective runtime hooks\n- `/compact [focus]` summarize conversation history\n- `/compact auto \u003cstatus|on|off\u003e` configure auto-compact\n- `/compact policy` show compact thresholds/counters\n- `/clear` auto-save and clear current conversation\n- `/resume` load a previous saved conversation\n- `/init` analyze the repo and create/update `SPETTRO.md`\n\nFor full commands and keybindings, see [`docs/commands.md`](docs/commands.md).\n\n## Project docs\n\n- [Agent Manifest](AGENTS.md)\n- [Agent Prompts](agents/README.md)\n- [Getting started and workflow](docs/getting-started.md)\n- [Commands and keybindings](docs/commands.md)\n- [Configuration and storage](docs/configuration.md)\n- [Architecture overview](docs/architecture.md)\n- [Troubleshooting](docs/troubleshooting.md)\n- [Documentation Index](docs/README.md)\n\n## Development\n\n```bash\nmake test\nmake build\nmake build-all\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesp99%2Fspettro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesp99%2Fspettro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesp99%2Fspettro/lists"}