Search for the symbol "$ARGUMENTS" in the project's dependency index.
Run: classpath-surfer search symbol "$ARGUMENTS" --agentic --limit 20
If the output contains "Index is stale" or "No index found", run:
classpath-surfer index refreshclasspath-surfer search symbol "$ARGUMENTS" --agentic --limit 20
Present results as a markdown table with columns: Symbol, Kind, Signature, Dependency. If the user wants to see the source code of a specific result, use /show-source.