All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Add annotations to chart widget, add vercel deploy button, clean dependencies
- OVERVIEW.md
- components/tradingview/stock-chart.tsx
- package.json
- pnpm-lock.yaml
Remove legacy local storage handling of API key in favor of server-side
- components/chat-panel.tsx
- components/empty-screen.tsx
- components/missing-api-key-banner.tsx
- lib/chat/actions.tsx
- components/api-key-input.tsx
Updated functionality to load GROQ_API_KEY from .env and hide local storage management of API key if provided.
- .env.example
- app/actions.ts
- components/api-key-input.tsx
- components/chat.tsx
- components/empty-screen.tsx
- components/missing-api-key-banner.tsx
- lib/chat/actions.tsx
Initial release of the StockBot project.
All files.