File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Perplexity-Tools v0.9.4.3 Configuration
1+ # Perplexity-Tools v0.9.6.0 Configuration
22# Copy to .env and fill in your actual values
33
44# === PERPLEXITY API (Cloud Models) ===
Original file line number Diff line number Diff line change @@ -8,7 +8,28 @@ Cross-repo changes affecting ultrathink-system are marked with `[SYNC]`.
88
99---
1010
11- ## [ 0.9.5.0] - 2025-03-26
11+ ## [ 0.9.6.0] - 2026-03-27
12+
13+ ### Added
14+ - ** LAN Continuity** : LAN Detect & Resume for seamless multi-computer operation [ SYNC]
15+ - ** Spawn Reconciliation** : Pre-flight spawn detection and reconciliation before model spawning [ SYNC]
16+ - ** Short Persistence Log** : ` .state/session.log ` for low-overhead session tracking
17+ - ` orchestrator/lan_discovery.py ` — LAN-wide AI model discovery
18+ - ` orchestrator/spawn_reconciliation.py ` — ECC and autoresearch spawn reconciliation registry
19+ - ` tests/test_lan_discovery.py ` — LAN discovery test coverage
20+
21+ ### Changed
22+ - SKILL.md updated to v0.9.6.0 with hardware-aware multi-computer orchestration
23+ - Models updated to Qwen 3.5 series (9B MLX on Mac, 35B MoE on Dell)
24+ - ` orchestrator.py ` hardened with VRAM safety rules and hardware-bound routing
25+ - Adapted durable workflow and intelligent routing for multi-computer LAN [ SYNC]
26+
27+ ### Synced with ultrathink-system
28+ - Both repos synchronized to v0.9.6.0
29+ - ultrathink ` api_server.py ` updated to v0.9.6.0 with GPU reconciliation
30+ - Cross-repo SKILL.md references established for recursive sub-skill loading
31+
32+ ## [ 0.9.5.0] - 2026-03-27
1233
1334### Added
1435
Original file line number Diff line number Diff line change 22# hardware/SKILL.md
33# Decoupled hardware profiles for role-based agent assignment.
44# Synchronized across all repos. Governs VRAM/RAM limits for model routing.
5- # Last updated: 2026-03-27 | Version: 0.9.4.3
5+ # Last updated: 2026-03-28 | Version: 0.9.6.0
66
77---
88
You can’t perform that action at this time.
0 commit comments