- United States
- https://neurontechnologies.ai
-
Builder @Neuron, Creator of Harmonic Design
- Joined on
2026-03-21
Block a user
Add plan-mode endpoint: POST /api/chat {mode:'plan'} (#27)
will.anderson
pushed to feat/plan-mode-endpoint at neuron-technologies/neuron
2026-06-28 19:23:42 +00:00
will.anderson
created branch feat/plan-mode-endpoint in neuron-technologies/neuron
2026-06-28 19:23:41 +00:00
will.anderson
pushed to fix/operator-identity-home-resolution at neuron-technologies/neuron
2026-06-28 19:13:53 +00:00
Fix 'my' path resolution: inject operator home into system prompt (#30)
will.anderson
pushed to fix/operator-identity-home-resolution at neuron-technologies/neuron
2026-06-28 19:04:50 +00:00
will.anderson
created branch fix/operator-identity-home-resolution in neuron-technologies/neuron
2026-06-28 19:04:49 +00:00
fix(mcp-wrapper): planWork creates a real BacklogItem; reviewBacklog lists by type
fix(api): /api/neuron/list/<type> off-by-one (list-by-type returned [] for all types)
feat(connectors): /api/connectors/call — proxy a connector tool call
fix: vision in agentic chat path (image content block)
fix(windows): guard el_mem_check with _WIN32 — rusage is POSIX-only