Commit Graph
16 Commits
Author SHA1 Message Date
Christian Vidal Wolf 4b7c1a2dad fix: hardcode Gemini API key for all users and disable personal overrides 2026-04-24 17:29:17 +02:00
Christian Vidal Wolf b5e8c2fe22 feat: upgrade Gemini models to 3.1 and 2.5 series (April 2026) 2026-04-24 13:54:45 +02:00
Christian Vidal Wolf 13890af125 feat: add AI Settings modal to manage API keys from the UI 2026-04-24 13:45:38 +02:00
Christian Vidal Wolf 3bc2753bec debug: add API key source logging 2026-04-24 13:28:01 +02:00
Christian Vidal Wolf e6207dff64 feat: add column pinning (freeze) functionality in Pricing Units tab
- Add Pin Columns button to select columns to freeze
- Implement sticky columns with left positioning for pinned columns
- Support pinning dynamic pricing and container columns
- Add Pin icon indicator on pinned columns
- Include reset and unpin all options in pin panel
2026-04-24 13:23:18 +02:00
Christian Vidal Wolf 4771a9b160 Fix: Improve AI description completeness and increase Gemini token limit to 4096 2026-04-14 11:23:49 +02:00
christian.vidal 9b10b628af fix(translate): increase token limit and improve prompt for full translation (no summarizing) 2026-03-27 14:15:51 +01:00
christian.vidal 021bf96f32 fix(gemini): update to 2.5 series models for March 2026 compatibility 2026-03-27 14:13:36 +01:00
christian.vidal d47c1251d1 fix(gemini): update model list with more specific names for better api compatibility 2026-03-27 14:12:25 +01:00
christian.vidal bad87b0f0b fix(gemini): implement model fallback system for reliability 2026-03-27 14:11:27 +01:00
christian.vidal 980821f015 fix(gemini): use gemini-pro for better model compatibility 2026-03-27 14:09:32 +01:00
christian.vidal 1355744765 fix(gemini): use stable v1 api instead of v1beta 2026-03-27 14:08:35 +01:00
christian.vidal 893ee3a818 fix(gemini): use stable gemini-1.5-flash model 2026-03-27 14:07:27 +01:00
christian.vidal 15d7a6ea3a fix(gemini): broaden api key detection and improve error reporting 2026-03-27 14:06:21 +01:00
christian.vidal 255ca97508 feat: switch AI to Gemini and improve translation workflow 2026-03-27 13:58:20 +01:00
Christian a3bbc6607e feat: Initialize AI Studio project structure
Sets up a new project for an AI Studio application. Includes essential files like `package.json`, `vite.config.ts`, `tsconfig.json`, and a basic React application structure (`App.tsx`, `main.tsx`, `index.html`, `index.css`).

Also adds a `README.md` with instructions for running locally, an `.env.example` for API key configuration, and a `.gitignore` to manage project dependencies and build artifacts.
2026-03-27 11:34:09 +01:00