Commit Graph

9 Commits

Author SHA1 Message Date
desartstudio95 babce35231 feat: Integrate OneSignal and add AI strategy features
Adds OneSignal for push notifications and new AI strategy parameters like trailing stop, winrate learning, and multi-time frame analysis. Also updates build scripts and dependencies.
2026-05-20 03:26:54 -07:00
desartstudio95 a579152114 feat: Refactor build and service logic
Updated package.json scripts to use Vite for development and building, removing esbuild dependency.
Migrated Gemini AI service logic from a backend API to direct integration using the Google GenAI library. This centralizes AI analysis within the application, improving performance and maintainability.
2026-05-19 09:40:12 -07:00
desartstudio95 ef61b58a62 feat: Update AI model to gemini-2.5-flash
Switches the AI model used for analysis from `gemini-3.1-pro-preview` to `gemini-2.5-flash`. This change aims to leverage the newer, potentially more cost-effective and performant model for the QuantScan AI analysis endpoint.
2026-05-18 10:17:22 -07:00
desartstudio95 ab0b842fca feat: Refactor Gemini integration and build process
This commit centralizes Gemini API interaction into a new `server.ts` file and removes it from the client-side `geminiService.ts`.
It also updates the build process in `package.json` to use `esbuild` for bundling the server code, enabling a more robust build pipeline.
The `index.html` has been cleaned up by removing unnecessary OneSignal SDK initialization.
Additionally, dev dependencies have been updated, including `esbuild` to version `0.28.0`.
A new `test2.ts` file is added for testing Gemini API connectivity.
2026-05-18 10:00:07 -07:00
desartstudio95 657c2078c6 delete server.ts 2026-05-18 08:19:03 -07:00
desartstudio95 a729263602 add ai studio backend 2026-05-18 08:02:01 -07:00
desartstudio95 49fe3dec72 add ai studio backend 2026-05-18 07:54:34 -07:00
desartstudio95 93feab7d28 Delete server.ts 2026-05-18 07:50:52 -07:00
desartstudio95 a5087a29dc Create server with AI analysis and Vite support
Implement server with AI analysis endpoint and Vite integration.
2026-05-18 07:39:18 -07:00