pullrequests Search Results · language:Dune language:JavaScript language:Java language:HTML language:Python language:JavaScript
Filter by
210M results
Motivation
- Make analysis modes and context disclosure clearer so users pick the right workflow and understand expected outputs.
- Provide a safe, review-only path to import and inspect analysis ...
codex
Automated test pull request
배경
FE 강의 등록 폼에서 난이도를 드롭다운(enum)으로 전송하기로 함. 기존 level은 자유 문자열(String, 예: 중급~고급 )이라 값이 제각각이었음.
변경 사항
- CourseLevel enum 추가 (cource/domain/model): BEGINNER/INTERMEDIATE/ADVANCED
- @JsonValue/@JsonCreator로 ...
🏷️ 작업 종류
- [x] ✨ feature
- [ ] 🐛 bug
- [ ] ♻️ refactor
- [ ] 🔧 chore (빌드, 설정, 의존성)
- [ ] 📝 docs
- [ ] ✅ test
🔗 관련 이슈
BATON-32 https://tmctsc.atlassian.net/browse/BATON-32
🛠️ 작업 내용
- ...
Bumps the actions-all group with 3 updates in the / directory: actions/checkout, astral-sh/setup-uv and
actions/attest-sbom.
Updates actions/checkout from 6 to 7 details summary Release notes /summary ...
- Add aml_sim/constants.py — centralized constants for exchange modes, data sources, and agent types
- Add aml_sim/agents/base.py — AMLTraderAgent base class that uniformly handles StockSim TraderAgent ...