Skip to content

feat: add web inspection interface - #8

Merged
gokul-debugger merged 1 commit into
mainfrom
feature/web-inspection-interface
Aug 24, 2026
Merged

feat: add web inspection interface#8
gokul-debugger merged 1 commit into
mainfrom
feature/web-inspection-interface

Conversation

@gokul-debugger

Copy link
Copy Markdown
Owner

Summary

  • serve a lightweight browser interface from the FastAPI root route
  • support issue reference and optional actor input with loading, success, and error states
  • render reports with safe DOM APIs and accessible live status updates
  • serialize canonical issue URLs and document the browser workflow
  • keep /docs available and avoid accepting or storing tokens in the page

Testing

  • python -m pytest (52 passed)
  • ruff check .
  • ruff format --check .
  • mypy src tests
  • git diff --check
  • manually verified successful and invalid-reference browser flows

Closes #2

@gokul-debugger
gokul-debugger merged commit 6e549c5 into main Aug 24, 2026
1 check passed
@gokul-debugger
gokul-debugger deleted the feature/web-inspection-interface branch August 24, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a lightweight web inspection interface

1 participant