Commit Graph
561 Commits
Author SHA1 Message Date
James MurdzaandGitHub af9aad042b Merge pull request #344 from Elifterminal/add-pr-triage
Add PR Triage to PR & Code Review Bots
2026-03-25 17:12:38 -07:00
Bobby KershandClaude Opus 4.6 f68d79f212 Add PR Triage to PR & Code Review Bots
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 17:10:43 -07:00
James MurdzaandClaude Opus 4.5 222475706c Move Jules from Terminal Agents to Web-Based Tools
Jules is Google's web-based coding agent accessed through a browser,
not a terminal tool. Moved to App Generators subcategory.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:57:32 +00:00
James MurdzaandClaude Opus 4.5 f17681a113 Flatten Resources section - remove unnecessary subcategory
Resources only has 7 items, which is too small to warrant subdivision.
Removed "Rule Collections & Templates" subcategory header for a cleaner,
simpler structure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:56:45 +00:00
James MurdzaandClaude Opus 4.5 2b1b54d046 Move ChatGPT plugins from Resources to Web-Based Tools
ChatWithGit and Code ChatGPT Plugin are actual tools/plugins, not
static resources. Created new "ChatGPT Plugins" subcategory under
Web-Based Tools where they fit better.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:55:01 +00:00
James MurdzaandClaude Opus 4.5 c81a7cc6ff Flatten Web & Desktop into separate top-level categories
Remove redundant "Web & Desktop" parent category. Now "Web-Based Tools"
and "Desktop Applications" are both top-level sections, which is cleaner
and more consistent with the rest of the structure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:53:32 +00:00
James MurdzaandClaude Opus 4.5 a3cda4351d Subdivide Web-Based Tools into 5 logical subcategories
Web-Based Tools was the largest section (~55 tools). Now organized into:

- **App Generators** (26): Full-stack app builders like Bolt.new, Lovable, Capacity
- **UI Generators** (13): Component/interface generators like v0, Magic Patterns, Uizard
- **Code Assistants** (12): Chat-based coding help like Sourcegraph Cody, Onboard
- **Database & SQL** (3): SQL query builders like Wren AI, TEXT2SQL.AI
- **Snippet & Utility Tools** (7): Single-purpose tools like AutoRegex, CodePal

This makes navigation much easier for users looking for a specific type of tool.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:51:40 +00:00
James MurdzaandClaude Opus 4.5 572150ddfb Refactor Multi-Agent Orchestration to only include true orchestrators
The Multi-Agent Orchestration category was being used as a catch-all for
various agents. Now it only includes tools that actually coordinate
multiple AI coding agents working together:

- Roundtable MCP Server
- Agentic Sprint
- Stoneforge
- Trellis
- GolemBot
- Shep

Relocated misplaced tools to appropriate categories:

**Terminal Agents** (autonomous agents):
- Devin, OpenHands, Jules, Mini SWE-Agent, GPT Migrate, Micro Agent, DevOpsGPT

**Web-Based Tools** (browser-based platforms):
- Second.dev, sudocode, Leap.new, DemoGPT, Factory, Potpie

**IDE Extensions**:
- Blinky (VS Code debugging agent)

**PR & Code Review Bots**:
- Grit (GitHub automation)

**CI/CD & Testing Automation**:
- Fine, CodeFlash AI, Recurse ML

**Sandboxing & Isolation** (agent control planes):
- Open Agent, FlyDex

**Configuration & Context Management**:
- Zenable (guardrails/standards)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:48:20 +00:00
James MurdzaandClaude Opus 4.5 40ced4b965 Convert TOC to hierarchical nested list format
Change the table of contents from flat headers with bullet points
to a properly nested hierarchical list with parent categories
linking to their sections.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:45:41 +00:00
James MurdzaandClaude Opus 4.5 86dec24856 Move sniffbench from Resources to CI/CD & Testing Automation
sniffbench is a benchmark suite tool for evaluating coding agents,
not a static resource. It belongs in the Testing Automation category
alongside other evaluation and testing tools.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:43:44 +00:00
James MurdzaandClaude Opus 4.5 8299da8ff0 Fix duplicate entries and misclassifications
- Restore emoji in title (🧑‍💻)
- Remove duplicate entries that appeared in multiple categories:
  - cursor-doctor: keep in Configuration & Context Management only
  - gptcomet: keep in CLI Utilities only (removed from Git & Commit Helpers)
  - faf-cli, promptext: keep in Configuration & Context Management only
  - ContextMCP, Beacon, AgentsKB: keep in Configuration & Context Management only
  - Pieces: keep in Desktop Applications only
- Fix Conduit8 entry (was mislabeled as "Baz CLI")
- Move TraceRoot AI from Documentation to CI/CD & Testing (observability tool)

Each tool now appears in exactly ONE category.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:42:49 +00:00
James MurdzaandClaude Opus 4.5 98fa04450b Restructure categories for better navigation and mutual exclusivity
Reorganize the entire list from 16 overlapping categories into 13 mutually
exclusive categories based on primary delivery mechanism:

### New Structure:
- **Development Environments**: AI-Native IDEs, IDE Extensions
- **Terminal**: Terminal Agents (interactive), CLI Utilities (single-command)
- **Web & Desktop**: Web-Based Tools, Desktop Applications
- **Automated Workflows**: PR & Code Review Bots, CI/CD & Testing Automation
- **Agent Infrastructure**: Multi-Agent Orchestration, Sandboxing & Isolation,
  Configuration & Context Management, Usage Analytics & Cost Tracking
- **Specialized Tools**: Git & Commit Helpers, Documentation Generation,
  Code Search & Understanding
- **Resources**: Benchmarks & Evaluation, Rule Collections & Templates

### Key Changes:
- Merged "Shell Assistants" into CLI Utilities (moved Warp to Desktop Apps)
- Consolidated App generators, UI generators, Snippet generators into Web-Based Tools
- Created new "Agent Infrastructure" section for the growing ecosystem
- Split terminal tools into Agents (interactive sessions) vs Utilities (single commands)
- Added decision tree for unambiguous tool classification

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:38:39 +00:00
James Murdza afb6e38028 Merge branch 'feat/add-significant-tools' 2026-03-25 19:22:47 +00:00
James MurdzaandClaude Opus 4.5 e312091876 Add Cursor CLI to command-line tools
Added Cursor CLI alongside other major vendor CLIs (OpenAI Codex,
Gemini CLI, Amazon Q).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:22:22 +00:00
James MurdzaandClaude Opus 4.5 84ac190a8a Move Aider up in Agents list and update description
Moved Aider to position 8 (after Goose, before Plandex) to reflect
its popularity and significance. Updated URL to aider.chat and
improved description with star count.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:21:35 +00:00
James MurdzaandClaude Opus 4.5 75fd651e5e Add Jules (Google's AI coding agent)
Added Jules to the Agents section alongside other major autonomous
coding agents (Devin, OpenHands, Claude Code).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:18:28 +00:00
James MurdzaandClaude Opus 4.5 6fe6cd3ba9 Fix URLs and rename SWE-Agent to Mini SWE-Agent
- OpenAI Codex CLI: openai.com/codex/
- Gemini CLI: geminicli.com/
- SWE-Agent → Mini SWE-Agent with updated description
- GPT-Pilot: back to GitHub URL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:17:06 +00:00
James MurdzaandClaude Opus 4.5 d7b7e7e9cb Update tool URLs to use official websites instead of GitHub
Changed URLs for newly added tools to point to official product pages:
- OpenHands: all-hands.dev
- SWE-Agent: swe-agent.com
- GPT-Pilot: pythagora.ai
- Goose: block.github.io/goose
- Plandex: plandex.ai
- OpenAI Codex CLI: openai.com
- Gemini CLI: cloud.google.com

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:10:48 +00:00
James MurdzaandClaude Opus 4.5 d3a454d33b Add major missing AI coding agents and CLI tools
Added high-profile autonomous coding agents and CLI tools:
- Agents: Devin, OpenHands, SWE-Agent, GPT-Pilot, Goose, Plandex
- CLI tools: OpenAI Codex CLI, Gemini CLI

Tools ordered by significance within their sections. Also moved
Claude Code to top of agents section alongside other major agents.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 19:03:28 +00:00
James MurdzaandClaude Opus 4.5 4c4ff8622f Add AgentsKB to Search section
AgentsKB is a knowledge base with 39K+ technical Q&As that integrates
with AI coding assistants via MCP server, REST API, or web interface.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 18:56:19 +00:00
James MurdzaandClaude Opus 4.5 4ea3d2f47d Fix formatting issues and remove duplicate entry
- Remove duplicate Poirot entry (was listed in both Web-based and Desktop sections)
- Fix double hyphen typo on Hermes IDE entry (- - → -)
- Standardize Zed entry to use em dash (— ) instead of hyphen
- Remove misplaced AgentsKB entry (was orphaned between Testing and Evaluation)
- Remove extra blank line in App generators section

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 18:53:51 +00:00
James MurdzaandGitHub 78a3f655d0 Merge pull request #269 from 0xranx/add-golembot
Add GolemBot to Agents section
2026-03-25 11:44:42 -07:00
James MurdzaandGitHub fa2e941414 Merge pull request #271 from sagarmk/add-beacon-plugin
Add Beacon: semantic code search plugin
2026-03-25 11:43:23 -07:00
James MurdzaandGitHub d290edab83 Merge pull request #315 from dohko04/add-ai-dev-toolkit
Add AI Dev Toolkit to Resources section
2026-03-25 11:22:58 -07:00
zhanghaidong e1f3b8d75b Add CCHub to Desktop section 2026-03-25 21:43:48 +08:00
James MurdzaandGitHub d0d9fc6f5e Merge branch 'main' into add-golembot 2026-03-25 00:54:11 -07:00
James MurdzaandGitHub 6e982526c0 Merge pull request #316 from fengshao1227/add-ccg-workflow
Add CCG Workflow — multi-model collaboration CLI
2026-03-25 00:51:45 -07:00
James MurdzaandGitHub 5e44f42180 Merge branch 'main' into add-ccg-workflow 2026-03-25 00:51:29 -07:00
James MurdzaandGitHub e7c2ccb631 Merge pull request #322 from gabrielanhaia/main
Add Hermes IDE to Shell assistants section
2026-03-25 00:45:02 -07:00
James MurdzaandGitHub 6044b4f862 Merge pull request #324 from yjcho9317/main
Add aiignore-cli
2026-03-25 00:44:42 -07:00
James MurdzaandGitHub 5d9b0c0fe3 Merge pull request #313 from CrossGen-ai/add-codehawk
Add CodeHawk — AI GitHub PR review bot
2026-03-25 00:31:56 -07:00
James MurdzaandGitHub 78db2d7d92 Update README.md 2026-03-25 00:13:40 -07:00
James MurdzaandGitHub 7ac2078505 Update PULL_REQUEST_TEMPLATE.md 2026-03-25 00:07:38 -07:00
James Murdza 83151b4a77 Merge branch 'feat/pull-request-template' 2026-03-25 06:24:03 +00:00
James MurdzaandClaude Opus 4.5 8964661927 Add pull request template
Add a simple PR template to help contributors provide consistent
information when submitting pull requests.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 06:20:54 +00:00
James MurdzaandGitHub d5df97a51a Update README.md 2026-03-24 23:19:15 -07:00
James MurdzaandGitHub cd47a68172 Merge pull request #339 from melagiri/add-code-insights
Add Code Insights to Command-line section
2026-03-24 23:16:10 -07:00
Srikanth Rao MandGitHub b1ed647ea8 Add Code Insights to tools list in README 2026-03-24 07:14:57 +05:30
James MurdzaandGitHub 897d2d3b07 Merge pull request #335 from arielshad/add-shep
Add Shep
2026-03-22 20:06:03 -07:00
Ariel Shadkhan a649b24c57 Add Shep 2026-03-22 20:26:40 +02:00
James MurdzaandGitHub eb3ce537ff Merge pull request #323 from charlie-cao/add-skillshub-resources
Add Skills Hub to Resources section
2026-03-21 09:42:25 -07:00
James MurdzaandGitHub f1abec6d71 Merge pull request #321 from JAORMX/add-brood-box
Add brood-box to Agents
2026-03-21 09:41:07 -07:00
James MurdzaandGitHub 40edacce54 Merge pull request #325 from Wolfe-Jam/add-faf-cli
Add faf-cli to Command-line assistants
2026-03-21 09:40:50 -07:00
James MurdzaandGitHub 5564c250c2 Merge pull request #231 from tarmojussila/main
Add Z.ai and MiniMax PR agent AI tools
2026-03-21 09:09:40 -07:00
tarmojussilaandGitHub 835534323c Merge branch 'main' into main 2026-03-21 16:34:40 +02:00
Wolfe-James d6a04d7308 Add faf-cli to Command-line assistants 2026-03-20 16:54:29 -04:00
João JinandGitHub 066d72fca3 Add aiignore-cli 2026-03-21 02:49:27 +09:00
Charlie.Cao 401bbd0a20 Add Skills Hub to Resources — community-rated AI coding instructions marketplace 2026-03-21 00:34:50 +08:00
Gabriel AnhaiaandGitHub 7e3a238e8f Add Hermes IDE to Shell assistants section
Added Hermes IDE to the list of AI tools in the README.
2026-03-20 16:20:54 +01:00
Juan Antonio Osorio cd21b30e57 Add brood-box to Agents section 2026-03-20 14:36:36 +02:00