10x icon indicating copy to clipboard operation
10x copied to clipboard

⚡️ 10x - Up to 20x faster AI coding with multi-step Superpowers. Open-source agent with smart model routing, BYOK, fully self-hosted.

Results 37 10x issues
Sort by recently updated
recently updated
newest added

Fixes #4 Currently this uses a timer to reset the thinking variable. Would be best practice to dynamically update it as well as the duration for the thinking toast; probably...

Currently, you can send multiple inputs at once if you click the button multiple times. Fix by making it so while assistant is thinking user cannot either 1. press button...

Output of `npm audit`: ``` # npm audit report next 0.9.9 - 13.5.4-canary.11 Severity: moderate Next.js missing cache-control header may lead to CDN caching empty reply - https://github.com/advisories/GHSA-c59h-r6p8-q9wc Depends on...

Hey there, so I tried speaking with the tool in the demo but it answered in a different language.

bug

Thanks for your email and I'm glad to provide some suggestions. It seems the project have some useless dep like `langchain`? And the `AssistantButton` component are very unclean especially in:...

Use stream to pass into eleven-labs for early TTS, e.g. ``` import { openai } from '@ai-sdk/openai' import { StreamingTextResponse, streamText } from 'ai' export async function POST(req) { const...

enhancement

Hello,I'm glad to see your email! The concept of the website is great, and achieving low-latency Q&A results is also impressive. **Is your feature request related to a problem? Please...

enhancement

This pull request updates two links in the README file: the "Report Bug" and "Request Feature" links. Previously, these links were broken as they pointed to the repository's old name....