Will Anderson will.anderson
will.anderson pushed to main at neuron-technologies/neuron 2026-06-28 19:53:16 +00:00
9dade105b6 ci: skip elb on Linux — compile dist/soul.c directly to prevent OOM
will.anderson created pull request neuron-technologies/neuron#61 2026-06-28 19:23:57 +00:00
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
9aa8db1362 Add plan-mode endpoint to agentic path
will.anderson created branch feat/plan-mode-endpoint in neuron-technologies/neuron 2026-06-28 19:23:41 +00:00
24789f726a chore(dist): update chat.c with operator identity fix
will.anderson created pull request neuron-technologies/neuron#60 2026-06-28 19:04:59 +00:00
Fix 'my' path resolution: inject operator home into system prompt (#30)
53df211e06 Inject operator home dir into system prompt to fix 'my' path resolution
will.anderson pushed to main at neuron-technologies/neuron 2026-06-28 17:30:22 +00:00
a77578e243 chore(dist): compile PRs #56/#57/#58 into soul.c
ada8af1ccc Merge remote-tracking branch 'remotes/origin/main'
163ea8a48c Merge branch 'main' of git.neuralplatform.ai:neuron-technologies/neuron
af594a9162 Add .gitignore, untrack compiled binary from dist/
2589183775 Expose node/create endpoint and respect label field in memory writes
Compare 6 commits »
will.anderson pushed to main at neuron-technologies/neuron 2026-06-28 17:15:22 +00:00
99c5ce6e94 Merge pull request 'fix(mcp-wrapper): planWork creates a real BacklogItem; reviewBacklog lists by type' (#59) from fix/wrapper-backlog-endpoints into main
343fcd20bc fix(mcp-wrapper): planWork creates a real BacklogItem; reviewBacklog lists by type
Compare 2 commits »
will.anderson merged pull request neuron-technologies/neuron#59 2026-06-28 17:15:20 +00:00
fix(mcp-wrapper): planWork creates a real BacklogItem; reviewBacklog lists by type
will.anderson pushed to main at neuron-technologies/neuron 2026-06-28 17:13:26 +00:00
b210013891 Merge pull request 'fix(api): /api/neuron/list/<type> off-by-one (list-by-type returned [] for all types)' (#58) from fix/list-typed-slice-offset into main
3ad9dc7df7 fix(api): /api/neuron/list/<type> off-by-one — slice 16->17
Compare 2 commits »
will.anderson merged pull request neuron-technologies/neuron#58 2026-06-28 17:13:26 +00:00
fix(api): /api/neuron/list/<type> off-by-one (list-by-type returned [] for all types)
will.anderson pushed to main at neuron-technologies/neuron 2026-06-28 17:13:13 +00:00
635daaca9c Merge pull request 'feat(connectors): /api/connectors/call — proxy a connector tool call' (#57) from feat/connectors-call-route into main
cec2aa7168 feat(connectors): /api/connectors/call — proxy a connector tool call (pre-chat)
Compare 2 commits »
will.anderson merged pull request neuron-technologies/neuron#57 2026-06-28 17:13:13 +00:00
feat(connectors): /api/connectors/call — proxy a connector tool call
will.anderson pushed to main at neuron-technologies/neuron 2026-06-28 17:12:57 +00:00
9f9f271e78 Merge pull request 'fix: vision in agentic chat path (image content block)' (#56) from fix/chat-vision-attachments into main
f47c92a71a feat: vision in the agentic chat path (image content block)
Compare 2 commits »
will.anderson merged pull request neuron-technologies/neuron#56 2026-06-28 17:12:56 +00:00
fix: vision in agentic chat path (image content block)
will.anderson pushed to main at neuron-technologies/neuron 2026-06-25 18:10:48 +00:00
d4609c7baa chore(dist): update neuron.c and routes.c to 2-arg build_system_prompt
98603f5ae8 self-review 2026-06-24: rebuild with goal_bias fix (Knowledge type boost)
Compare 2 commits »
will.anderson pushed to stage at neuron-technologies/el 2026-06-25 16:48:24 +00:00
5c41c66a0f Merge pull request 'fix(windows): guard el_mem_check with _WIN32 — rusage is POSIX-only' (#60) from fix/windows-rusage-guard into stage
93d36fddb1 fix(windows): guard el_mem_check with _WIN32 — rusage is POSIX-only
Compare 2 commits »
will.anderson merged pull request neuron-technologies/el#60 2026-06-25 16:48:23 +00:00
fix(windows): guard el_mem_check with _WIN32 — rusage is POSIX-only