Commit Graph

  • 2fe38ca46a Refactor UI Tests for Improved Efficiency and Coverage: Enhance test_web_ui.py by checking for clickable elements, replacing select option checks with modern Choices.js dropdown verifications, and cleaning up redundant test comments in prompt.yml. johndoe6345789 2026-01-09 15:43:42 +00:00
  • 8cdd656968 Implement Workflow Builder and Refactor UI Tests: Add visual workflow builder for dynamic task management, enhance Playwright tests to improve UI automation coverage, and introduce a new base HTML template. johndoe6345789 2026-01-09 15:35:13 +00:00
  • 9c2fdee2f8 Add dynamic JSON-driven autocomplete: Update metadata.json with suggestion lists, refactor HTML templates to use metadata-driven datalists, and extend UI tests to cover autocomplete verification. johndoe6345789 2026-01-09 15:04:18 +00:00
  • bbdbfe8bdf Add autocomplete to text inputs: Update web templates with datalists for suggesting values, enhance UI test to verify autocomplete functionality. johndoe6345789 2026-01-09 15:01:40 +00:00
  • 1aace9dd11 Add Web UI testing framework: Introduce Playwright for UI tests, add test cases, and server fixture for mock server setup. Update README with testing instructions. johndoe6345789 2026-01-09 14:58:44 +00:00
  • 8e55b19e8b Enhance dev environment: Update poetry.lock with additional dev dependencies and implement mock functionality in server.py for MOCK_WEB_UI environment. johndoe6345789 2026-01-09 14:56:04 +00:00
  • 149319a30a Refactor suggestion handling: move datalist creation into each input field for dynamic suggestion display, update metadata with expanded suggestions. johndoe6345789 2026-01-09 14:43:53 +00:00
  • 72b9df3a26 Enhance Workflow Builder with Metadata Integration: Add step definitions, improve field handling, and introduce suggestions for input fields. johndoe6345789 2026-01-09 14:41:16 +00:00
  • 34dcbd29c9 Implement Visual Workflow Builder: Introduce a web-based drag-and-drop interface for creating and managing workflows, enabling dynamic task and step management. johndoe6345789 2026-01-09 14:37:35 +00:00
  • b6a76f5b2a Add unittests for MVP milestone tracking and update roadmap logic johndoe6345789 2026-01-09 14:35:26 +00:00
  • d19a264263 Add optional Slack and Discord notification configuration to env_example file. johndoe6345789 2026-01-09 14:31:31 +00:00
  • a46f4fc5d9 Introduce Workflow Engine and Metadata Integration: Add tests, update Web UI, refactor main execution flow. johndoe6345789 2026-01-09 14:28:43 +00:00
  • 580d89b281 Implement MVP milestone tracking with multi-iteration task loop and roadmap utilities. Update Web UI to display MVP status. johndoe6345789 2026-01-09 14:22:13 +00:00
  • c992d4f2c1 Update dependencies and finalize Phase 6 tasks in ROADMAP. Enhance Web UI with dynamic logs and status updates using JavaScript. johndoe6345789 2026-01-09 14:17:04 +00:00
  • e1a7a87a64 Add API endpoints for status and logs retrieval, ensuring username dependency injection for authorized access. johndoe6345789 2026-01-09 14:15:48 +00:00
  • 9c51a5fb81 Enhance endpoint security by adding username dependency injection across all FastAPI routes. johndoe6345789 2026-01-09 14:15:38 +00:00
  • 33c23f1797 Add Web UI with FastAPI for managing bot tasks and logs, introduce file operations, enhance error handling with logging, and integrate Slack/Discord notifications johndoe6345789 2026-01-09 14:15:26 +00:00
  • ea48390d9e Add run_docker_task tool for executing commands in Docker containers, update ROADMAP.md for Dockerization phase, and implement Docker utility functions. johndoe6345789 2026-01-09 14:01:26 +00:00
  • 8f9cc00f94 Add command-line options for dry-run and yolo mode, improve tool execution feedback, and enhance message localization across languages. johndoe6345789 2026-01-09 13:56:22 +00:00
  • 7ad7bca978 Integrate CI/CD with GitHub Actions, add testing and linting functions, and mark roadmap tasks as complete johndoe6345789 2026-01-09 13:46:25 +00:00
  • 2b25e0d5d7 Implement roadmap updates, repository indexing, and declarative tool processing. Add functions for managing ROADMAP.md, file listing, and feedback loop with PR comments. johndoe6345789 2026-01-09 13:43:06 +00:00
  • 7d62fe18a4 Add ROADMAP.md to outline project phases and upcoming features johndoe6345789 2026-01-09 13:40:10 +00:00
  • 7b69501273 Remove remote prompt loading, update to use local prompts only johndoe6345789 2026-01-09 13:34:11 +00:00
  • a8574d156c Support local and remote prompt loading: add default prompt path and environment variable; update load_prompt_yaml to handle local files and adjust main function call accordingly. johndoe6345789 2026-01-09 13:31:42 +00:00
  • 160864a320 Refactor codebase for better modularity: move load_messages to __init__.py, streamline GitHub operations in github_integration.py, and enhance main.py with improved function organization and error handling. johndoe6345789 2026-01-09 13:27:44 +00:00
  • 2aa566d07a Add multilingual support by externalizing messages to JSON files; update main.py and GitHub integration to use loaded messages for better localization. johndoe6345789 2026-01-09 13:19:41 +00:00
  • f438ab0753 Externalize SDLC tool definitions to tools.json and update environment configuration; replace hardcoded URLs with environment variables. johndoe6345789 2026-01-09 13:14:00 +00:00
  • 10769bbb13 Refactor import statement for GitHub integration to simplify code and remove fallback logic. johndoe6345789 2026-01-09 13:11:48 +00:00
  • ad4d4234eb Integrate GitHub functionality: add GitHub integration class and implement branch/PR management; update dependencies and add initial README documentation. johndoe6345789 2026-01-09 13:09:43 +00:00
  • 163c918d56 Refactor and reorganize project structure: move main.py to src/autometabuilder; implement .env support and add poetry.lock file; prepare for more comprehensive documentation. johndoe6345789 2026-01-09 13:03:10 +00:00
  • 45a960b537 Update .gitignore to exclude IntelliJ IDEA files johndoe6345789 2026-01-09 12:46:03 +00:00
  • 2c8ea589d8 Remove IntelliJ IDEA project configuration files johndoe6345789 2026-01-09 12:45:07 +00:00
  • e2e47a2e6b Add main.py for fetching and printing OpenAI chat completions, update gitignore and IDE settings johndoe6345789 2026-01-09 12:43:45 +00:00