Skip to content

Commit 770e8cb

Browse files
committed
Bump version to v0.1.2 for agentic-core and ruixen; update release notes for Obsidian integration and terminal compatibility
1 parent cf0fc1d commit 770e8cb

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## 🐛 Critical Hotfix: Terminal.app Color Compatibility
2+
3+
This patch release fixes a critical issue where Ruixen displayed incorrectly in pink/magenta colors on macOS Terminal.app, while working perfectly in iTerm2 and other modern terminals.
4+
5+
### 🔧 What's Fixed
6+
- **Terminal Detection**: Added smart terminal detection using `$TERM_PROGRAM` environment variable
7+
- **Color Fallback**: Terminal.app now uses indexed colors instead of RGB colors for perfect compatibility
8+
- **Preserved Quality**: iTerm2, VS Code terminal, and other modern terminals still get beautiful Everforest RGB colors
9+
10+
### 🚀 Installation
11+
Install the latest version:
12+
```bash
13+
cargo install ruixen
14+
```
15+
16+
Or download platform-specific binaries from the release assets below.
17+
18+
### 💡 Technical Details
19+
- Detects Terminal.app via `TERM_PROGRAM=Apple_Terminal`
20+
- Provides indexed color fallback (Color::Green, Color::White, etc.)
21+
- Maintains full RGB color support for modern terminals
22+
- No performance impact or feature degradation
23+
24+
### 🎯 First Impressions Matter
25+
This ensures Ruixen works beautifully across all macOS terminal environments, providing the best possible first experience for new users.
26+
27+
---
28+
🦀 Built with Rust | 🤖 AI-Collaborative Development
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## 🆕 Obsidian Integration Feature Added
2+
3+
This feature release adds native **Obsidian compatibility** to Ruixen's atomic notes system! Your saved insights now seamlessly integrate with the world's most popular knowledge management tool.
4+
5+
### ✨ New Features
6+
- **🔗 Native Obsidian Support**: Atomic notes now use Obsidian-native YAML tag format
7+
- **📊 Graph View Integration**: Tags automatically appear in Obsidian's knowledge graph
8+
- **🏷️ Tag Navigation**: Click tags to explore related notes and build connections
9+
- **🌐 Knowledge Network**: Watch your insights form natural clusters and relationships
10+
11+
### 🚀 Installation
12+
Install the latest version:
13+
```bash
14+
cargo install ruixen
15+
```
16+
17+
Or download platform-specific binaries from the release assets below.
18+
19+
### 🎯 How It Works
20+
- Ruixen generates tags in pure YAML array format: `[astronomy, science, curiosity]`
21+
- Drop your `~/Documents/ruixen/` folder into any Obsidian vault
22+
- Tags instantly become clickable, searchable, and graph-connected
23+
- Build a living knowledge network from your AI conversations
24+
25+
### 🧠 Knowledge Management Revolution
26+
Transform your Ruixen conversations into:
27+
- **Connected Insights**: See how topics naturally relate in graph view
28+
- **Searchable Wisdom**: Find past explorations through tag navigation
29+
- **Evolving Understanding**: Watch your curiosity patterns emerge over time
30+
- **Research Foundation**: Build upon previous insights and discoveries
31+
32+
---
33+
🦀 Built with Rust | 🤖 AI-Collaborative Development

0 commit comments

Comments
 (0)