Commit Graph

30 Commits

Author SHA1 Message Date
bbdbfe8bdf Add autocomplete to text inputs: Update web templates with datalists for suggesting values, enhance UI test to verify autocomplete functionality. 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. 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. 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. 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. 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. 2026-01-09 14:37:35 +00:00
b6a76f5b2a Add unittests for MVP milestone tracking and update roadmap logic 2026-01-09 14:35:26 +00:00
d19a264263 Add optional Slack and Discord notification configuration to env_example file. 2026-01-09 14:31:31 +00:00
a46f4fc5d9 Introduce Workflow Engine and Metadata Integration: Add tests, update Web UI, refactor main execution flow. 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. 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. 2026-01-09 14:17:04 +00:00
e1a7a87a64 Add API endpoints for status and logs retrieval, ensuring username dependency injection for authorized access. 2026-01-09 14:15:48 +00:00
9c51a5fb81 Enhance endpoint security by adding username dependency injection across all FastAPI routes. 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 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. 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. 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 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. 2026-01-09 13:43:06 +00:00
7d62fe18a4 Add ROADMAP.md to outline project phases and upcoming features 2026-01-09 13:40:10 +00:00
7b69501273 Remove remote prompt loading, update to use local prompts only 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. 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. 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. 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. 2026-01-09 13:14:00 +00:00
10769bbb13 Refactor import statement for GitHub integration to simplify code and remove fallback logic. 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. 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. 2026-01-09 13:03:10 +00:00
45a960b537 Update .gitignore to exclude IntelliJ IDEA files 2026-01-09 12:46:03 +00:00
2c8ea589d8 Remove IntelliJ IDEA project configuration files 2026-01-09 12:45:07 +00:00
e2e47a2e6b Add main.py for fetching and printing OpenAI chat completions, update gitignore and IDE settings 2026-01-09 12:43:45 +00:00