Peter Dave Hello

Results 352 issues of Peter Dave Hello

### **User description** Replace JS/CSS minifiers with esbuild to reduce build times while preserving outputs. Enable `thread-loader` by default in dev and production. Choose workers dynamically (based on CPU cores)...

Review effort 4/5

**Is your feature request related to a problem? Please describe.** Currently, when adding custom models, the LLM provider and corresponding API key cannot be reused. This makes it inconvenient to...

### **User description** It's a large patch, and I'm unsure if we can get it merged. It's generated by Google's Jules Agent, which serves as a trial run and test...

Review effort 2/5

### **User description** It's a large patch, and I'm unsure if we can get it merged. It's generated by Google's Jules Agent, which serves as a trial run and test...

Review effort 4/5

Summary by GitHub Copilot: > This pull request updates several dependencies in the `package.json` file to their latest versions. The changes mainly focus on keeping both production and development dependencies...

This commit introduces support for the new Gemini 2.5 Pro and Gemini 2.5 Flash models. Key changes: - Added `Gemini25ProAPIBot.js` and `Gemini25FlashAPIBot.js` based on existing Gemini bot implementations. - Registered...

Model name on Google AI API: - `gemini-2.5-flash-preview-05-20` - `gemini-2.5-pro-preview-05-06` Reference: - https://blog.google/technology/google-deepmind/gemini-model-thinking-updates-march-2025/#building-on-best-gemini - https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview - https://ai.google.dev/gemini-api/docs/models#gemini-2.5-pro-preview-05-06

Model name on Google AI API: - `claude-opus-4-20250514` (Maybe `claude-opus-4-latest`?) - `claude-sonnet-4-20250514` (Maybe `claude-sonnet-4-latest`?) Reference: - https://x.com/AnthropicAI/status/1925591505332576377 - http://anthropic.com/news/claude-4

Summary from GitHub Copilot: > This pull request adds support for the new GPT-5.1 family of models throughout the codebase, including constants, configuration, and UI options. It also ensures that...

With the new rate limit policies from Slack's May 2025 update (https://api.slack.com/changelog/2025-05-terms-rate-limit-update-and-faq), deployments of this application are susceptible to hitting API rate limits, resulting in HTTP 429 (Too Many Requests)...

enhancement
question