{"id":31911353,"url":"https://github.com/augmentcode/auggie","last_synced_at":"2026-04-29T01:05:13.150Z","repository":{"id":316329564,"uuid":"1052990448","full_name":"augmentcode/auggie","owner":"augmentcode","description":"An AI agent that brings Augment Code's power to the terminal.","archived":false,"fork":false,"pushed_at":"2026-04-24T23:27:16.000Z","size":720,"stargazers_count":196,"open_issues_count":65,"forks_count":26,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-25T01:29:07.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.augmentcode.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/augmentcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-08T20:43:39.000Z","updated_at":"2026-04-24T23:27:18.000Z","dependencies_parsed_at":"2025-09-24T01:24:20.318Z","dependency_job_id":"6e05762e-c50b-480c-ab58-097989c41673","html_url":"https://github.com/augmentcode/auggie","commit_stats":null,"previous_names":["augmentcode/auggie"],"tags_count":108,"template":false,"template_full_name":null,"purl":"pkg:github/augmentcode/auggie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentcode%2Fauggie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentcode%2Fauggie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentcode%2Fauggie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentcode%2Fauggie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augmentcode","download_url":"https://codeload.github.com/augmentcode/auggie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentcode%2Fauggie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":[],"created_at":"2025-10-13T17:01:15.755Z","updated_at":"2026-04-29T01:05:13.132Z","avatar_url":"https://github.com/augmentcode.png","language":null,"readme":"# Auggie\n\n![Node.js 22+](https://img.shields.io/badge/Node.js-22%2B-brightgreen?style=flat-square) [![npm](https://img.shields.io/npm/v/@augmentcode/auggie.svg?style=flat-square)](https://www.npmjs.com/package/@augmentcode/auggie)\n\nAuggie is Augment’s agentic coding CLI that runs in your terminal. It understands your codebase and helps you ship faster by analyzing code, making safe edits, and automating routine tasks — all via natural language.\n\nLearn more in the Augment Docs:\n\n- Overview: [Introducing Auggie CLI](https://docs.augmentcode.com/cli/overview)\n- Custom Commands Examples: [Custom Slash Commands Examples](https://docs.augmentcode.com/cli/custom-commands-examples)\n\n## Quick start\n\n1. Install Auggie (Node 22+ required):\n\n```sh\nnpm install -g @augmentcode/auggie@latest\n```\n\n2. Login:\n\n```sh\nauggie login\n```\n\n3. Run Auggie in your project directory:\n\n```sh\ncd /path/to/your/project\nauggie \"optional initial prompt\"\n```\n\n- Use `auggie --print \"your instruction\"` to run once and print to stdout (great for CI)\n- Add `--quiet` to return only the final output\n\n## Custom slash commands\n\nStore reusable prompts in `.augment/commands/` as markdown files with frontmatter. Once added, they’re available as slash commands (e.g., `/code-review path/to/file`).\n\nExample structure:\n\n```\nyour-project/\n├─ .augment/\n│  └─ commands/\n│     ├─ code-review.md\n│     ├─ bug-fix.md\n│     ├─ security-review.md\n│     └─ performance-optimization.md\n└─ ...\n```\n\nSee example command templates in [/examples/commands](https://github.com/augmentcode/auggie/tree/main/examples/commands) and the docs page linked above.\n\n## GitHub Actions for PRs\n\nUse our official GitHub Actions to improve PR quality automatically:\n\n- Augment Agent: [augmentcode/augment-agent](https://github.com/augmentcode/augment-agent)\n- Review PR: [augmentcode/review-pr](https://github.com/augmentcode/review-pr)\n- Describe PR: [augmentcode/describe-pr](https://github.com/augmentcode/describe-pr)\n\nExamples:\n\n- Review PR workflow example: [example usage](https://github.com/augmentcode/review-pr#example-usage)\n- Describe PR workflow example: [example usage](https://github.com/augmentcode/describe-pr#example-usage)\n\nAdd the workflows under `.github/workflows/` in your repository.\n\n## Feedback and bug reports\n\n- In Auggie or the IDE agent, use `/feedback` to send feedback or report bugs directly with helpful context.\n- Alternatively, open a GitHub issue using our templates (Bug report / Feature request) in the [Github Issues](https://github.com/augmentcode/auggie/issues) tab.\n\n## Community\n\n- Support: [Support Portal](https://support.augmentcode.com/)\n- Reddit: https://www.reddit.com/r/AugmentCodeAI/\n\n## Privacy and data usage\n\nSee Augment’s policies at [augmentcode.com/legal](https://augmentcode.com/legal) and product docs for latest details.\n","funding_links":[],"categories":["Interactive Code Assistants","AI Coding Assistants \u0026 Agents","HarmonyOS","Uncategorized"],"sub_categories":["Interactive Pair Programmers","Windows Manager","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugmentcode%2Fauggie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugmentcode%2Fauggie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugmentcode%2Fauggie/lists"}