Skip to content

Conversation

@ObservedObserver
Copy link
Owner

Removes the legacy file-based storage code_task_v1 system and related code, as it has been replaced by the v2 Supabase-based system.

Changes

  • Deleted server/utils/code_task_v1.py (564 lines)
  • Cleaned up commented imports and references in server/utils/__init__.py
  • Removed legacy in-memory task storage and file persistence
  • Removed deprecated functions and Docker execution code

Impact

The application now exclusively uses the v2 Supabase-based task storage system, providing better scalability and multi-user support.

Resolves #13

Generated with Claude Code

claude bot and others added 2 commits June 17, 2025 18:15
Removes the deprecated file-based task storage system as it has been 
replaced by the v2 Supabase-based system. This includes:
- Legacy in-memory task storage
- File persistence to tasks_backup.json  
- Deprecated run_ai_code_task() function
- Legacy Docker container execution code

Co-authored-by: Elwynn Chen <[email protected]>
Removes commented imports and function references to the deleted 
code_task_v1 module:
- Removed commented import of run_ai_code_task and _run_ai_code_task_internal
- Removed commented legacy function calls in sequential processor
- Simplified conditional logic to only handle v2 tasks

Co-authored-by: Elwynn Chen <[email protected]>
@ObservedObserver ObservedObserver merged commit 951c16a into main Jun 18, 2025
2 checks passed
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.

refactor: remove legacy code code_task_v1

2 participants