Conversation
feat(auto-update): add managed daemon auto-update
feat(skills): align unity skills with Anthropic guidance
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (45)
ウォークスループラグインスキルのドキュメント拡張、マネージドバイナリの自動管理機能の実装、CLI コマンド ( 変更内容
シーケンス図sequenceDiagram
participant User as ユーザー/CLI
participant Main as main.rs
participant LSPMgr as lsp_manager.rs
participant Release as リリースシステム
participant Daemon as Daemon
User->>Main: unity-cli cli install --force
Main->>LSPMgr: cli_install_latest(force=true)
LSPMgr->>Release: fetch_latest_release()
Release-->>LSPMgr: LatestRelease {sha256, url}
LSPMgr->>LSPMgr: download_latest_binary()
LSPMgr->>LSPMgr: verify_sha256()
LSPMgr->>LSPMgr: write_local_version_for()
LSPMgr-->>Main: Result<Value>
Main-->>User: install完了
User->>Main: daemon起動
Main->>Daemon: start_background()
Daemon->>LSPMgr: ensure_latest_lsp_for_daemon()
LSPMgr->>Release: fetch_latest_release_for_repo()
Release-->>LSPMgr: LatestRelease
LSPMgr->>LSPMgr: check_version()
alt バージョン更新が必要
LSPMgr->>LSPMgr: download_latest_binary()
LSPMgr->>LSPMgr: verify & write_version()
end
LSPMgr-->>Daemon: ManagedBinaryStatus
Daemon->>Daemon: spawn lspd
Daemon-->>User: ready
推定コードレビュー工数🎯 4 (複雑) | ⏱️ ~60 分 関連する可能性のある PR
詩
✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Merged
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
unitydandlspdChanges
Version
v0.4.0Closing Issues
None
🤖 Generated with Claude Code
Summary by CodeRabbit
リリースノート
新機能
cli install、cli doctor)ドキュメント