You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(desktop): restore KG autocomplete input on role switch
- Update ThemeSwitcher to detect KG using new type structure (knowledge_graph_local.path, automata_path)
- Fix typeahead store toggling on both initial config load and role change
- Update KGSearchInput placeholder to 'Search knowledge graph items'
- Add unit tests for typeahead rendering behavior
- Add E2E test for role switch autocomplete functionality
- Fix clippy warnings (regex in loops, unused field)
- Update biome config to include test files
Note: Pre-existing cargo check errors in examples/benches (test_utils imports) do not affect this fix
**Impact:** Blocks release binary builds for terraphim_server and terraphim_tui
111
-
**Severity:** Medium - does not affect core functionality or library code
109
+
**Package:** html2md (external crate)
110
+
**Impact:** Blocks release binary builds for terraphim_server and terraphim_tui
111
+
**Severity:** Medium - does not affect core functionality or library code
112
112
**Workaround Options:**
113
113
1. Update html2md dependency version
114
114
2. Fork and patch html2md
@@ -126,7 +126,7 @@ This appears to be a Rust edition 2024 compatibility issue with the html2md crat
126
126
127
127
✅ **All Core Libraries**
128
128
- Search and indexing
129
-
- Knowledge graph construction
129
+
- Knowledge graph construction
130
130
- Autocomplete and fuzzy search
131
131
- Document persistence
132
132
- Configuration management
@@ -192,5 +192,5 @@ The core functionality of Terraphim AI is **fully validated and operational**. A
192
192
193
193
The blocking issue is an **external dependency (html2md)** that prevents binary compilation. This does not affect the core library functionality but does block end-to-end testing of complete applications.
194
194
195
-
**Confidence Level: HIGH** for core libraries
195
+
**Confidence Level: HIGH** for core libraries
196
196
**Confidence Level: MEDIUM** for full release (pending html2md fix)
0 commit comments