Skip to content
4 changes: 3 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ static void print_help(void) {
printf("\nSupported agents (auto-detected):\n");
printf(" Claude Code, Codex CLI, Gemini CLI, Zed, OpenCode, Antigravity, Aider, KiloCode\n");
printf("\nTools: index_repository, search_graph, query_graph, trace_call_path,\n");
printf(" get_code_snippet, get_graph_schema, get_architecture, search_code,\n");
printf(" get_code_snippet, get_graph_schema, get_architecture,\n");
printf(" get_architecture_summary, get_key_symbols, get_impact_analysis,\n");
printf(" explore, understand, prepare_change, search_code,\n");
printf(" list_projects, delete_project, index_status, detect_changes,\n");
printf(" manage_adr, ingest_traces\n");
}
Expand Down
Loading