CmdForge/src/cmdforge
rob 23631ff4e7 Add Report Issue button to tool details panel
- Client: add submit_issue() method for POST /tools/{owner}/{name}/issues
- New IssueDialog with type (bug/compatibility/security), severity, title,
  and description fields with character count and validation
- Report Issue button in rating bar beside Rate Tool, visible for registry
  tools only. Submits via background SubmitIssueWorker thread.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 03:31:27 -04:00
..
cli Preserve registry fields on tool save and store owner in all publish paths 2026-01-30 03:07:00 -04:00
gui Add Report Issue button to tool details panel 2026-01-30 03:31:27 -04:00
registry Add tool rating & review from My Tools page 2026-01-30 02:15:23 -04:00
web
__init__.py
cli.py
collection.py Add admin publish-as-official, hash-based status sync, and GUI fixes 2026-01-29 17:18:37 -04:00
config.py
dependency_graph.py
hash_utils.py
lockfile.py
manifest.py
profiles.py
providers.py
registry_client.py Add Report Issue button to tool details panel 2026-01-30 03:31:27 -04:00
resolver.py Add system dependencies support for tools 2026-01-28 16:31:37 -04:00
runner.py Add registry sort/pagination features and improve code step dialog 2026-01-30 01:35:03 -04:00
system_deps.py Add system dependencies support for tools 2026-01-28 16:31:37 -04:00
tool.py Preserve registry fields on tool save and store owner in all publish paths 2026-01-30 03:07:00 -04:00
version.py