|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [0.1.0] - 2025-12-10 |
| 6 | + |
| 7 | +Initial open source release of Think - a local-first AI assistant with memory. |
| 8 | + |
| 9 | +### Features |
| 10 | + |
| 11 | +#### Core |
| 12 | +- Chat with AI using local Ollama or OpenAI-compatible cloud APIs |
| 13 | +- Real-time streaming responses with conversation history |
| 14 | +- RAG (Retrieval-Augmented Generation): AI uses your saved memories as context |
| 15 | +- Source attribution showing which memories informed each response |
| 16 | + |
| 17 | +#### Memory Management |
| 18 | +- Save web pages and manual notes |
| 19 | +- Hybrid search: semantic (vector embeddings) + full-text keyword search |
| 20 | +- Automatic AI-generated summaries and tags |
| 21 | +- Filter by type (web/note) and date range |
| 22 | +- Infinite scroll pagination |
| 23 | + |
| 24 | +#### Chrome Extension |
| 25 | +- One-click save of current webpage |
| 26 | +- Duplicate detection with update option |
| 27 | +- Secure native messaging (no HTTP exposure) |
| 28 | + |
| 29 | +#### AI Providers |
| 30 | +- **Local**: Ollama with automated setup wizard (llama3.2, nomic-embed-text) |
| 31 | +- **Cloud**: OpenAI or compatible APIs |
| 32 | +- Switch providers without losing data |
| 33 | + |
| 34 | +#### Privacy & Security |
| 35 | +- Local-first architecture - no data sent externally by default |
| 36 | +- Master password protection |
| 37 | +- Encrypted SQLite database |
| 38 | +- No telemetry or tracking |
| 39 | + |
| 40 | +#### UI/UX |
| 41 | +- Clean, modern interface |
| 42 | +- Light/dark theme support |
| 43 | +- Personalized greetings with user profile |
0 commit comments