Will Anderson will.anderson
will.anderson pushed to main at neuron-technologies/neuron 2026-06-17 18:06:42 +00:00
e7297275a3 Merge pull request 'fix(chat): wire agentic_tools_all into both agentic loop entry points' (#19) from fix/agentic-tools-all into main
f7ae7df9d6 fix/test(chat): guard handle_dharma_room_turn_agentic against tool_pending and empty reply
773004f23b fix(chat): wire agentic_tools_all into agentic loop paths
Compare 3 commits »
will.anderson deleted branch fix/agentic-tool-approval-unification from neuron-technologies/neuron 2026-06-17 18:06:12 +00:00
will.anderson pushed to main at neuron-technologies/neuron 2026-06-17 18:06:08 +00:00
fc74bd2a4b Merge pull request 'fix(sessions): unify dual suspension systems, wire approve to agentic_resume' (#18) from fix/agentic-tool-approval-unification into main
91902d6bf2 fix(sessions): resolve blockers and warnings in handle_session_approve
7c7dc310a0 fix(sessions): unify dual suspension systems in handle_session_approve
Compare 3 commits »
will.anderson merged pull request neuron-technologies/neuron#18 2026-06-17 18:06:08 +00:00
fix(sessions): unify dual suspension systems, wire approve to agentic_resume
will.anderson deleted branch fix/sessions-route-dedup from neuron-technologies/neuron 2026-06-17 18:05:35 +00:00
will.anderson merged pull request neuron-technologies/neuron#17 2026-06-17 18:05:29 +00:00
fix(routes): remove duplicate GET /api/sessions shadowing session_list()
will.anderson pushed to main at neuron-technologies/neuron 2026-06-17 18:05:29 +00:00
189093b348 Merge pull request 'fix(routes): remove duplicate GET /api/sessions shadowing session_list()' (#17) from fix/sessions-route-dedup into main
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
c43d3e6ca8 fix(routes): remove duplicate GET /api/sessions that shadowed session_list()
Compare 4 commits »
will.anderson pushed to feat/connectors-soul at neuron-technologies/neuron 2026-06-17 18:04:42 +00:00
3a23661ea0 fix/test: PR #21 review — guard, safety Bell, api write-back, temp paths
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