CmdForge/src/cmdforge
rob a70267cf53 Fix token modal and session token issues
- Fix create token modal z-index so it's not covered by backdrop
- Rename session tokens from "login" to "Web Session" for clarity
- Delete old session tokens when logging in (prevents accumulation)
- Filter out session tokens from dashboard display (users only see
  their manually created API tokens)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 21:27:01 -04:00
..
cli Fix registry registration URL in CLI 2026-01-13 20:42:37 -04:00
registry Fix token modal and session token issues 2026-01-13 21:27:01 -04:00
ui_urwid Add TUI publish feature and fix web UI dropdown 2026-01-13 21:12:42 -04:00
web Fix token modal and session token issues 2026-01-13 21:27:01 -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