CmdForge/src/cmdforge
rob c89bd44be8 Fix registry URL and add registry browser to TUI
- Fix default registry URL: gitea.brrd.tech -> cmdforge.brrd.tech
  (gitea.brrd.tech was Gitea's API, not CmdForge registry)

- Add "Registry" button to TUI main menu
- Add registry browser overlay with:
  - Search input with live search
  - Tool list with owner/name display
  - Info panel showing name, publisher, version, description,
    downloads, and tags
  - Install button with confirmation dialog
  - Proper error handling for network issues

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 19:43:20 -04:00
..
cli Add enhanced search and filtering (M2 feature) 2026-01-13 06:13:37 -04:00
registry Add enhanced search and filtering (M2 feature) 2026-01-13 06:13:37 -04:00
ui_urwid Fix registry URL and add registry browser to TUI 2026-01-13 19:43:20 -04:00
web Add enhanced search and filtering (M2 feature) 2026-01-13 06:13:37 -04:00
__init__.py
cli.py
config.py Fix registry URL and add registry browser to TUI 2026-01-13 19:43:20 -04:00
manifest.py
providers.py
registry_client.py Add enhanced search and filtering (M2 feature) 2026-01-13 06:13:37 -04:00
resolver.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
runner.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
tool.py Improve error messages for debugging 2026-01-13 04:50:19 -04:00
ui.py
ui_registry.py
ui_snack.py
ui_urwid.py