We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e5cbd commit 329d88eCopy full SHA for 329d88e
app/templates/components/quick_actions.html
@@ -805,7 +805,7 @@ <h3 class="text-sm font-black text-black mb-2 flex items-center gap-1">
805
806
// Update loading message for recommendation
807
loading.querySelector('span.font-bold').textContent = 'Getting tool recommendations...';
808
- loading.querySelector('p.text-sm').textContent = `Analyzing ${Math.round(ingestData.context_size / 1000)}k characters to recommend tools.`;
+ loading.querySelector('p.text-sm').textContent = `Analyzing codebase to recommend rules`;
809
810
// Step 2: Get tool recommendations
811
const recommendResponse = await fetch('/api/recommend', {
0 commit comments