Conversation
Closes #6 Co-authored-by: ReokyoungKim <zmffhem1207@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The simplified build drops the analyst/verify loop, leaving verify_script, refine_script, _log_feedback, check_script_validity (and REFINE_SCRIPT_PROMPT) as dead code. Remove them. Graph build + import verified. Closes #11 Co-authored-by: ReokyoungKim <zmffhem1207@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…t) (#15) find_scenario no longer returns None on a failed/empty LLM match: it falls back to keyword overlap over scenario meta, then to the first scenario, and wraps DBCall errors. Verified the fallback path without a live API key. Closes #2 Co-authored-by: ReokyoungKim <zmffhem1207@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- friendlyError(): map backend codes (no_matching_scenario, ...) and network errors to clear Korean messages - error banner gets a '다시 시도' retry button (re-runs last query) - loading shows an animated spinner Frontend build verified. Closes #7 Co-authored-by: ReokyoungKim <zmffhem1207@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
릴리스 개요
dev에 모인 4개 기능을main으로 병합합니다.포함 변경
검증
Closes #2
Closes #6
Closes #7
Closes #11