Commit Graph

  • 8ff41cc687 docs: add Phase 4 environment variables to .env.example main 머니페니 2026-03-20 22:37:14 +09:00
  • c957b208e2 feat: add build-sandbox.sh for sandbox image building 머니페니 2026-03-20 22:36:02 +09:00
  • ace1858452 feat: add deploy.sh for Oracle VM deployment automation 머니페니 2026-03-20 22:34:32 +09:00
  • ec713213cc chore: add .worktrees to .gitignore 머니페니 2026-03-20 22:32:35 +09:00
  • f63499a1c3 docs: update HANDOFF for Phase 4 completion 머니페니 2026-03-20 18:47:38 +09:00
  • b2c52abf06 feat: integrate Recovery, CostGuard, ContainerCleaner in lifespan 머니페니 2026-03-20 18:46:24 +09:00
  • c0cb4b7499 feat: integrate CostGuard and TaskHistory into Dispatcher 머니페니 2026-03-20 18:44:22 +09:00
  • e82dfe18f9 feat: add startup recovery and periodic container cleanup 머니페니 2026-03-20 18:41:41 +09:00
  • 3f0d021b02 feat: add structured JSON logging with configurable format 머니페니 2026-03-20 18:41:00 +09:00
  • edeb336cb8 feat: add CostGuard for API cost tracking and limiting 머니페니 2026-03-20 18:40:53 +09:00
  • 0c4c22be5a feat: add AutoMerge with E2E-conditional merge logic 머니페니 2026-03-20 18:40:52 +09:00
  • db6e9b4a41 feat: add TaskHistory for completed task audit logging 머니페니 2026-03-20 18:40:47 +09:00
  • 140fbd17ff docs: update HANDOFF for Phase 3 completion 머니페니 2026-03-20 18:26:40 +09:00
  • a58bbca9b7 test: add webhook-to-dispatcher integration test 머니페니 2026-03-20 18:25:33 +09:00
  • d35efae12e feat: add health check endpoints for Gitea, Discord, and queue 머니페니 2026-03-20 18:24:07 +09:00
  • 7e95aeb8ce feat: integrate Discord bot and Dispatcher in FastAPI lifespan 머니페니 2026-03-20 18:21:59 +09:00
  • da9caca791 feat: add Dispatcher for background task processing 머니페니 2026-03-20 18:20:29 +09:00
  • 5a471907fa feat: add Discord Bot Gateway handler with mention parsing 머니페니 2026-03-20 18:18:43 +09:00
  • 8c274b4be2 feat: complete Gitea webhook event parsing and task dispatch 머니페니 2026-03-20 18:15:07 +09:00
  • 9242badeff feat: add MessageStore and update check_message_queue middleware 머니페니 2026-03-20 18:11:15 +09:00
  • 0136823462 feat: add PersistentTaskQueue with SQLite backend 머니페니 2026-03-20 18:04:57 +09:00
  • 60aeebf7a7 docs: update HANDOFF for Phase 2 completion 머니페니 2026-03-20 17:48:03 +09:00
  • 94edb45c86 chore: add langgraph-server to docker-compose (ARM64 verified) 머니페니 2026-03-20 17:46:29 +09:00
  • 816415dd24 feat: complete PR creation via GiteaClient in commit_and_open_pr and open_pr 머니페니 2026-03-20 17:44:45 +09:00
  • af7bd2cdc3 feat: add prompt loading pipeline and path validator 머니페니 2026-03-20 17:42:34 +09:00
  • e8983d8534 feat: implement gitea_comment and discord_reply tools 머니페니 2026-03-20 17:39:45 +09:00
  • b2ad726fc4 feat: implement GiteaClient with Gitea REST API v1 머니페니 2026-03-20 16:11:52 +09:00
  • 5d44c2e7e2 feat: implement DockerSandbox with docker-py container management 머니페니 2026-03-20 16:07:27 +09:00
  • bb2a47157e fix: replace original Dockerfile with agent server Dockerfile 머니페니 2026-03-20 15:30:14 +09:00
  • 8e60da4f3c test: fix remaining tests after code cleanup 머니페니 2026-03-20 15:19:55 +09:00
  • 355275bef1 feat: add docker-compose with socket proxy and agent server 머니페니 2026-03-20 15:19:19 +09:00
  • 8d30e13f46 feat: add Dockerfiles for agent server and sandbox (ARM64) 머니페니 2026-03-20 15:18:18 +09:00
  • 760adf3632 refactor: update open_pr middleware for Gitea 머니페니 2026-03-20 15:12:11 +09:00
  • 4f2cb5bd1e refactor: replace GitHub with Gitea in commit_and_open_pr 머니페니 2026-03-20 15:11:36 +09:00
  • 046ce14888 refactor: update system prompt for Gitea/Discord 머니페니 2026-03-20 15:07:46 +09:00
  • 969929632e refactor: replace GitHub/Linear/Slack webhooks with Gitea stub 머니페니 2026-03-20 15:05:04 +09:00
  • 64e54a7392 refactor: replace GitHub/Linear/Slack with Gitea/Discord in server.py 머니페니 2026-03-20 15:04:48 +09:00
  • 4382499071 refactor: clean up imports and references after code removal 머니페니 2026-03-20 14:58:50 +09:00
  • e16c6eeb70 feat: add stub modules for Phase 2 (Docker, Gitea, Discord) 머니페니 2026-03-20 14:55:41 +09:00
  • a9e0115824 feat: add config module with pydantic-settings 머니페니 2026-03-20 14:55:02 +09:00
  • 2a2e98c53d chore: update dependencies for galaxis-agent 머니페니 2026-03-20 14:48:59 +09:00
  • 0e5672f648 refactor: extract git utilities from github.py into git_utils.py 머니페니 2026-03-20 14:47:05 +09:00
  • 33db8eb7b0 chore: remove Linear, Slack, GitHub, and cloud sandbox code 머니페니 2026-03-20 14:41:20 +09:00
  • b79a6c2549 chore: initial copy from open-swe 머니페니 2026-03-20 14:38:07 +09:00