{"id":50731358,"url":"https://github.com/deadronos/copilot-agent","last_synced_at":"2026-06-10T09:01:14.510Z","repository":{"id":362425210,"uuid":"1258780541","full_name":"deadronos/copilot-agent","owner":"deadronos","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-04T06:43:51.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T07:19:37.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deadronos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2026-06-03T23:07:49.000Z","updated_at":"2026-06-04T06:43:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/deadronos/copilot-agent","commit_stats":null,"previous_names":["deadronos/copilot-agent"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/deadronos/copilot-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fcopilot-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fcopilot-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fcopilot-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fcopilot-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deadronos","download_url":"https://codeload.github.com/deadronos/copilot-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadronos%2Fcopilot-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34144680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-06-10T09:01:13.585Z","updated_at":"2026-06-10T09:01:14.504Z","avatar_url":"https://github.com/deadronos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# copilot-agent\n\nA personal assistant that runs as a Telegram bot, powered by the [GitHub Copilot SDK](https://github.com/github/copilot-sdk) as its agentic backend. Configurable providers via BYOK (GitHub token, OpenAI, Anthropic, Ollama, anything OpenAI-compatible).\n\n## Quick start\n\n```bash\n# Clone and install\ngit clone \u003crepo\u003e \u0026\u0026 cd copilot-agent\nnpm install\n\n# Set up config directory\nnpm run setup\n\n# Edit config\n$EDITOR ~/.config/copilot-agent/config.yaml   # add your Telegram user ID\n$EDITOR ~/.config/copilot-agent/.env           # add TELEGRAM_BOT_TOKEN + API keys\n\n# Run\nnpm start\n```\n\n## Commands\n\n| Command              | Effect                                       |\n| -------------------- | -------------------------------------------- |\n| `/start`             | Greet, show current provider/model/agent     |\n| `/new`               | Start a fresh session                        |\n| `/resume [n]`        | Resume the n-th most recent archived session |\n| `/provider [name]`   | List or switch provider                      |\n| `/model [name]`      | List or switch model                         |\n| `/agent [name]`      | List or switch agent                         |\n| `/status`            | Show current session info                    |\n| `/approve` / `/deny` | Reply to the most recent permission prompt   |\n| `/help`              | Show commands                                |\n\n## Configuration\n\nConfig lives in `~/.config/copilot-agent/` (overridable via `COPILOT_AGENT_CONFIG_DIR`).\n\n- `config.yaml` — providers, models, allowlist, active agent\n- `.env` — API keys and tokens\n- `agents/*.md` — custom agent definitions (markdown with frontmatter)\n- `skills/**/*.md` — reusable agent skills\n- `sessions/` — archived session history\n\n## Custom agents\n\nCreate markdown files in `~/.config/copilot-agent/agents/`:\n\n```markdown\n---\nname: writer\ndescription: Long-form writing assistant.\nmodel: claude-sonnet-4-6\n---\n\nYou are a long-form writing assistant...\n```\n\nSwitch with `/agent writer`.\n\n## Deployment\n\n### Docker\n\n```bash\ndocker compose up -d\n```\n\n### Systemd (Linux)\n\n```bash\nnpm run setup:service\n```\n\n### Launchd (macOS)\n\n```bash\nnpm run setup:service\n```\n\n## Development\n\n```bash\nnpm run dev      # watch mode with tsx\nnpm test         # run tests\nnpm run typecheck # type-check without building\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fcopilot-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadronos%2Fcopilot-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadronos%2Fcopilot-agent/lists"}