Open
Conversation
28 tasks
Agent-Logs-Url: https://github.com/Freeesia/WindowTranslator/sessions/5fefad82-801f-4158-ad6f-9d7500bf50ed Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Freeesia/WindowTranslator/sessions/5fefad82-801f-4158-ad6f-9d7500bf50ed Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Implement UI for NuGet-based plugin installation
NuGetベースのプラグイン導入UIを実装する
May 2, 2026
Owner
|
既存のプラグインは全てNuget対応して。
削除や更新対応のため、プラグインは読み込む前にフォルダごと一時フォルダにコピーして。 |
Agent-Logs-Url: https://github.com/Freeesia/WindowTranslator/sessions/49085e31-7c44-4f11-82e0-fe40172b8447 Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Copilot stopped work on behalf of
Freeesia due to an error
May 2, 2026 15:13
Freeesia
reviewed
Aug 13, 2026
Freeesia
reviewed
Aug 14, 2026
Freeesia
reviewed
Aug 14, 2026
Owner
|
@copilot このブランチのマージ競合を解決してください。 |
Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Contributor
Author
マージ競合を解決しました(コミット
|
Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Owner
|
Freeesia
reviewed
Aug 23, 2026
Owner
これは、再起動で読み込まれないのではなく、そもそもインストールしたプラグインが読み込まれない。 再起動時の対策は戻して、インストールしたプラグインが読み込まれない問題の原因特定と修正して。 |
Owner
|
原因を確認して修正しました。 デバッグ版ホストの デバッグ時のみ、要求バージョンにかかわらず既に読み込まれているホスト側Abstractionsを返すよう修正しました。再起動側へ追加の回避処理は入れず、実際のアセンブリ解決を修正しています。 反映: |
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.
Closes #614
WindowTranslatorアプリ内からNuGet上のプラグインを検索・インストール・更新・アンインストールできるようにします。独自の plugin.json やプラグインギャラリーは導入せず、既存のプラグインインターフェースと FolderPluginCatalog による読み込みを維持します。
NuGet検索と互換性
インストール・更新・アンインストール
プラグインの読み込み
UI
設定の扱い
パッケージ公開と開発者向け整備
リポジトリ内のpack可能な既存プラグインへ、既存タグを維持したまま windowtranslator-plugin タグとREADMEを設定
外部プラグインは次のタグを付与し、既存のプラグインIFを実装して WindowTranslator.Abstractions へ依存させる
$(PackageTags);windowtranslator-plugin
vタグのpush時に、タグから検証・抽出したSemVerをパッケージ版としてNuGetへ公開
docs/plugin.md に作成・公開・インストール・プレリリース選択手順を追加
Plugins/WindowTranslator.Plugin.DeepLTranslatePlugin/ を外部プラグインの実装例として利用可能
検証