Skip to content

feat: add AI test assistant dashboard#2

Open
PavelShilin89 wants to merge 5 commits intomainfrom
feat/ai-test-assistant
Open

feat: add AI test assistant dashboard#2
PavelShilin89 wants to merge 5 commits intomainfrom
feat/ai-test-assistant

Conversation

@PavelShilin89
Copy link
Collaborator

Summary

  • Web dashboard (localhost:3000) with chat UI powered by Claude API
  • AI can generate tests, run them, fix failures, and create PRs
  • 7 tools: list_tests, read_file, write_file, run_tests, git_status, create_branch, create_pr
  • Dark/light theme, SSE streaming, sidebar with test list and git status
  • Minimal deps: express, @anthropic-ai/sdk, dotenv, tsx

Usage

cp .env.example .env  # add ANTHROPIC_API_KEY
npm install
npm run assistant      # open http://localhost:3000

@PavelShilin89 PavelShilin89 linked an issue Mar 5, 2026 that may be closed by this pull request
8 tasks
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.

Playwright test framework for Manticore docs

1 participant