consciousness/src/claude
Kent Overstreet a421c3c9f3 Upgrade capnp 0.20 → 0.25, capnp-rpc 0.20 → 0.25
RPC trait methods changed from &mut self to self: Rc<Self> and
return types from Promise<(), Error> to impl Future<Output = Result<...>>.

Updated all Server impls across 6 files: DaemonImpl (rpc.rs),
NotifyForwarder (channels.rs), and ChannelServerImpl in all channel
crates (irc, telegram, tmux, socat). Local pry! macro replaces
capnp_rpc::pry to match the new impl Future return type.

Warning-clean workspace build.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 12:29:44 -04:00
..
agent_cycles.rs call_api_with_tools_sync() -> src/agent/oneshot.rs 2026-04-07 01:00:39 -04:00
context.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
hook.rs call_api_with_tools_sync() -> src/agent/oneshot.rs 2026-04-07 01:00:39 -04:00
idle.rs deps: replace tracing with log+env_logger, drop console-subscriber 2026-04-05 06:54:11 -04:00
mcp-server.rs tools: static string definitions, no runtime JSON construction 2026-04-04 18:19:21 -04:00
memory-search.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
mod.rs call_api_with_tools_sync() -> src/agent/oneshot.rs 2026-04-07 01:00:39 -04:00
parse-claude-conversation.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
poc-daemon.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
poc-hook.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
rpc.rs Upgrade capnp 0.20 → 0.25, capnp-rpc 0.20 → 0.25 2026-04-07 12:29:44 -04:00
test-conversation.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
tmux.rs deps: replace tracing with log+env_logger, drop console-subscriber 2026-04-05 06:54:11 -04:00