fix(desktop): 選択したプリセットをAgentManagerの詳細に表示する#198
Conversation
TODO作成時に選んだシステムプロンプトプリセットが、 AgentManagerの詳細ペインから確認できず 「本当に送られて いるのか」 が見えない問題への対応。 SessionDetailに 「システムプロンプト(プリセット)」 の DetailBlockを追加し、customSystemPromptが設定されていれば 全文をスクロール可能なブロックで表示するようにした。 プリセットのフォルダ管理/goal・description 2タイプ化は スキーマ変更を伴うため別PRで対応する。 Refs #187
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 51 minutes and 53 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
概要
Issue #187 の対応。TODO 作成時に選んだシステムプロンプトプリセットが、AgentManager の詳細ペインから確認できず 「本当に送られているのか」 が見えない問題。
修正
`SessionDetail` の左カラムに `システムプロンプト(プリセット)` の DetailBlock を追加し、`session.customSystemPrompt` が設定されていれば全文をスクロール可能なブロックで表示する。未選択のセッションでは表示しない。
スコープ外(フォローアップ)
Issue 本文で言及されている以下は、スキーマ変更(`todoPromptPresets` への `folder` / `kind` カラム追加)とマイグレーションが必要なので別 PR に切り分けて対応する予定:
Test plan
Refs #187