Skip to content

v1.20.0-alpha

Latest

Choose a tag to compare

@rand777gg rand777gg released this 23 Jul 12:27

Features

Online Code Judge — LeetCode-style function mode

  • New coding question type with full online judge support
  • Judge Edge Function via Piston API / native Deno execution
  • Two execution modes:
    • stdio mode: traditional stdin/stdout pattern
    • function mode: LeetCode-style function solution(...) pattern, framework auto-invokes and compares return values
  • Code editor with editable test cases panel
  • Per-testcase pass/fail result display
  • New submissions table for tracking code execution history

Admin Test Page

  • /admin/questions/test for quick question testing without saving to database
  • Search by ID or keyword, filter by type/subject
  • Full answer interaction identical to practice mode

DX Improvements

  • LeetCode-style Example 1/2/3 cards in question display
  • Function signature templates per language
  • Editable test cases when testing code

🤖 Generated with Claude Code