consciousness/src
Kent Overstreet 6ec0e1c766 LSP client: spawn language servers, expose code intelligence tools
New lsp.rs: LspRegistry manages persistent LSP server connections.
Spawns child processes, speaks LSP protocol (Content-Length framed
JSON-RPC over stdio). Server indexes the project once; queries are
cheap.

Tools: lsp_definition, lsp_references, lsp_hover, lsp_symbols,
lsp_callers. Each takes file/line/character, queries the running
language server.

LspRegistry lives on Agent as Option<Arc>, shared across forks.
Still needs: config-driven server startup (like MCP).

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-09 12:59:25 -04:00
..
agent LSP client: spawn language servers, expose code intelligence tools 2026-04-09 12:59:25 -04:00
bin split out src/mind 2026-04-04 02:46:32 -04:00
claude Fix tmux pane injection: don't scan globally for claude panes 2026-04-08 21:02:44 -04:00
cli Fix UTF-8 slicing panics: use floor_char_boundary for all truncation 2026-04-08 19:35:01 -04:00
hippocampus Subconscious: persistent agent state, store activity queries 2026-04-07 19:03:05 -04:00
learn rust edition 2024 2026-04-05 06:20:16 -04:00
mind Replace push() with explicit push_log() and push_no_log() 2026-04-09 01:10:40 -04:00
subconscious Spacebar toggle for all agents, persist to config, scan agent directory 2026-04-09 00:51:10 -04:00
thalamus Upgrade capnp 0.20 → 0.25, capnp-rpc 0.20 → 0.25 2026-04-07 12:29:44 -04:00
user Fix UI lag: try_lock on unconscious mutex, don't re-log restored nodes 2026-04-09 01:07:55 -04:00
config.rs LSP client: spawn language servers, expose code intelligence tools 2026-04-09 12:59:25 -04:00
lib.rs user: InteractScreen extracted, all screens use ScreenView trait 2026-04-05 18:57:54 -04:00
main.rs Replace token counting with token generation via HuggingFace tokenizer 2026-04-08 11:20:03 -04:00
session.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
util.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00