- United States
- https://neurontechnologies.ai
-
Builder @Neuron, Creator of Harmonic Design
- Joined on
2026-03-21
Block a user
will.anderson
pushed to fix/agentic-tools-all at neuron-technologies/neuron
2026-06-17 18:01:38 +00:00
will.anderson
pushed to fix/sessions-route-dedup at neuron-technologies/neuron
2026-06-17 18:00:13 +00:00
will.anderson
pushed to fix/bridge-save-serialization at neuron-technologies/neuron
2026-06-17 17:59:25 +00:00
will.anderson
pushed to fix/agentic-tool-approval-unification at neuron-technologies/neuron
2026-06-17 17:59:05 +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…
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…
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…
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…
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…
fix(chat): prevent double-escape corruption of messages/tools in agentic bridge
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
will.anderson
created branch fix/agentic-tools-all in neuron-technologies/neuron
2026-06-15 18:07:08 +00:00
will.anderson
pushed to fix/bridge-save-serialization at neuron-technologies/neuron
2026-06-15 18:05:20 +00:00
will.anderson
created branch fix/bridge-save-serialization in neuron-technologies/neuron
2026-06-15 18:05:20 +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
will.anderson
pushed to fix/agentic-tool-approval-unification at neuron-technologies/neuron
2026-06-15 18:03:29 +00:00
will.anderson
created branch fix/agentic-tool-approval-unification in neuron-technologies/neuron
2026-06-15 18:03:26 +00:00
fix(routes): remove duplicate GET /api/sessions shadowing session_list()