Skip to content

Commit 01c142f

Browse files
author
Antonio Maiolo
committed
docs: add initial CHANGELOG for v0.1.0
1 parent 02382af commit 01c142f

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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

Comments
 (0)