Will Anderson will.anderson
will.anderson pushed to fix/agentic-tools-all at neuron-technologies/neuron 2026-06-17 18:01:38 +00:00
f7ae7df9d6 fix/test(chat): guard handle_dharma_room_turn_agentic against tool_pending and empty reply
will.anderson pushed to fix/sessions-route-dedup at neuron-technologies/neuron 2026-06-17 18:00:13 +00:00
b1fdd14ed5 fix(sessions): invalidate session_index cache in session_delete
26513d56b7 fix(chat): store bridge messages/tools as raw JSON to prevent double-escape corruption on agentic_resume
Compare 2 commits »
459a9cbff2 fix(chat): harden bridge_save/agentic_resume against empty and corrupt state
91902d6bf2 fix(sessions): resolve blockers and warnings in handle_session_approve
will.anderson commented on pull request neuron-technologies/neuron#19 2026-06-17 17:48:58 +00:00
fix(chat): wire agentic_tools_all into both agentic loop entry points

Review: fix(chat): wire agentic_tools_all into both agentic loop entry points

The core goal is correct and the refactor of handle_dharma_room_turn_agentic to delegate to agentic_loop is a…

will.anderson commented on pull request neuron-technologies/neuron#21 2026-06-17 17:48:50 +00:00
fix(soul): ratio guard against genesis seeding over a populated engram

Review: fix(soul) ratio guard against genesis seeding over a populated engram

The core fix is sound and directly addresses the 06-14 clobber. The ratio heuristic (`disk_len / 16000 bytes-per-no…

will.anderson commented on pull request neuron-technologies/neuron#20 2026-06-17 17:48:46 +00:00
fix(chat): prevent double-escape corruption of messages/tools in agentic bridge

Review: fix(chat): prevent double-escape corruption of messages/tools in agentic bridge

The core approach is correct — embedding messages and tools_json as raw JSON values in the bridge…

will.anderson commented on pull request neuron-technologies/neuron#18 2026-06-17 17:48:45 +00:00
fix(sessions): unify dual suspension systems, wire approve to agentic_resume

Review: fix(sessions): unify dual suspension systems, wire approve to agentic_resume

The refactor's goal is correct and the overall structure is cleaner. Removing the inline agentic loop from…

will.anderson commented on pull request neuron-technologies/neuron#17 2026-06-17 17:48:41 +00:00
fix(routes): remove duplicate GET /api/sessions shadowing session_list()

The core fix is correct and necessary. The old route_sessions() function used engram_search_json("session-start", 20) — wrong label ("session-start" vs "session:meta"), wrong limit (20 vs…

will.anderson created pull request neuron-technologies/neuron#20 2026-06-15 18:07:38 +00:00
fix(chat): prevent double-escape corruption of messages/tools in agentic bridge
will.anderson created pull request neuron-technologies/neuron#19 2026-06-15 18:07:22 +00:00
fix(chat): wire agentic_tools_all into both agentic loop entry points
will.anderson pushed to fix/agentic-tools-all at neuron-technologies/neuron 2026-06-15 18:07:08 +00:00
773004f23b fix(chat): wire agentic_tools_all into agentic loop paths
will.anderson created branch fix/agentic-tools-all in neuron-technologies/neuron 2026-06-15 18:07:08 +00:00
644d9915bf fix(chat): store bridge messages/tools as raw JSON to prevent double-escape corruption on agentic_resume
dde039b09a fix(routes): remove duplicate GET /api/sessions that shadowed session_list()
Compare 2 commits »
will.anderson created branch fix/bridge-save-serialization in neuron-technologies/neuron 2026-06-15 18:05:20 +00:00
will.anderson created pull request neuron-technologies/neuron#18 2026-06-15 18:05:02 +00:00
fix(sessions): unify dual suspension systems, wire approve to agentic_resume
will.anderson pushed to fix/sessions-route-dedup at neuron-technologies/neuron 2026-06-15 18:04:10 +00:00
c43d3e6ca8 fix(routes): remove duplicate GET /api/sessions that shadowed session_list()
7c7dc310a0 fix(sessions): unify dual suspension systems in handle_session_approve
will.anderson created pull request neuron-technologies/neuron#17 2026-06-15 18:03:25 +00:00
fix(routes): remove duplicate GET /api/sessions shadowing session_list()