chore: v0.6.0 release#91
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request increments the project version to v0.6.0 and provides a comprehensive update to the CHANGELOG.md, detailing new features like wiki cloud backends and streaming responses, along with various bug fixes and internal refactorings. Feedback was provided to reduce redundancy in the CHANGELOG.md by consolidating duplicate entries between the behavior changes and fixes sections.
Comment on lines
+32
to
+33
| - **Wiki self-ingest 루프 차단** (#85, P83, Closes #82): `wiki/{codex,claude}` 가 prompt 앞에 marker prefix + `is_noise_session()` 이 검출 시 skip. 무한 wiki 재생성 / 중복 항목 차단. | ||
| - **`wiki update + ollama/lmstudio` 명시적 fail-fast** (#89, P86, Closes #88): MCP 도구 호출 능력이 없는 백엔드 + batch/incremental prompt 조합을 silent fail 대신 즉시 가이드 메시지. |
Owner
Author
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.
Summary
v0.5.0 (2026-05-15) 이후 누적된 18+ PR (#66 P56 ~ #90 P85) 을 묶은 minor release.
Cargo.tomlworkspace version: 0.5.0 → 0.6.0CHANGELOG.mdv0.6.0 항목 추가 (Behavior changes / Features / Fixes / Internal 분류)주요 사용자 영향
Behavior changes (non-breaking)
wiki update --backend ollama/lmstudio명시적 fail-fast (이전: silent fail, issue ollama (gemma4:26b)에서 wiki update 시, 준비만하고 실제 업데이트가 안됨 #88)Features
[wiki].generation_timeout_secsconfig (사용자 timeout override, issue claude 를 통한 wiki update 시 지정되는 time out 값(300s) 변경가능 문의 #87)secall lint --fix-wiki-invocations(legacy wiki invocation 일괄 archive, issue LLM 요약을 위한 세션도 위키 요약에 들어가는것 같은데, 제가 잘못 쓰고있는걸까요? #82 fast-follow)Fixes
Config::save()integration test guard (production config 덮어쓰기 회귀 차단, P68 + P82)Closes
Post-merge
머지 후 진행:
git tag v0.6.0+ pushgh release create v0.6.0🤖 Generated with Claude Code