Commit Graph

15543 Commits

Author SHA1 Message Date
will.anderson b5b202be3b refactor(opencode): remove instruction apparatus; add wire dialects from scratch
- delete instruction.ts, reminders.ts, system.ts, message.ts (dead or injector)
- read tool no longer appends <system-reminder> context from ancestor files
- prompt.ts assembles system context via SessionContext with provenance tags
- llm/request.ts uses base prompt constant directly
- provider/dialects/: raw-HTTP wire dialects (anthropic, openai,
  openai-compatible) + registry - no vendor SDK participation
- provider.ts: BUNDLED_PROVIDERS cut to three SDKs pending dialect cutover
2026-08-22 17:42:51 -05:00
will.anderson cfca4cec19 feat(opencode): cut plugin system and remote behavior feeds; add SessionContext assembly and Runner
- delete plugin machinery (loader, install, meta, hooks) and all trigger sites
- fold first-party provider auth into static registry (provider/hooks.ts)
- remove remote instruction URL fetch, skills remote puller, TUI plugin host
- add session/context.ts: single provenance-tagged context assembly point
- add session/runner.ts: admit/context/stream/tools loop with compaction policy
- relocate audit artifacts to audit/ (FORK-AUDIT, instruction docs as evidence)
2026-08-22 16:13:29 -05:00
will.anderson 5645a12361 docs(prompt): quarantine law - bus is poison, zero contact; once-stated rules are structural 2026-08-22 14:07:15 -05:00
will.anderson 908744e344 docs(audit): part 11 - compiled-tui lie, first honest launch 2026-08-22 13:55:16 -05:00
will.anderson 89363bca85 docs(audit): part 10 - config deletion opened, dependency map logged 2026-08-22 13:07:30 -05:00
will.anderson 608b8ce555 docs(audit): part 9 - root cause analysis, behavior-direction layer 2026-08-22 12:54:33 -05:00
will.anderson fd049a1331 chore: ignore garden - version isolation lives outside history 2026-08-22 12:39:28 -05:00
will.anderson 855721cc8d docs(prompt): garden strategy - version isolation standing orders 2026-08-22 12:24:03 -05:00
will.anderson 1af5254835 chore: ignore evolve garden 2026-08-22 12:21:05 -05:00
will.anderson aae7f883cd feat(core): event bus seed - envelope schema, durable topic log, OELBR kernel
- EventBus: dumb wire, publish/subscribe, failures surface
- Envelope: four schema planes, inject-only headers, content-addressed
- TopicLog: owned SQLite ledger, replay + by-type/time/causality
- Seed facade: durable=ledger+wire, ephemeral=wire only, fold-for-state
- Rung 1 kernel: OELBR loop, DAG plans, durable cancellation tokens
- Neuron v0 executable spec source; specs/event-bus.md citizen zero
- Standing orders: design-before-code doctrine installed
neuron-v0
2026-08-22 12:18:35 -05:00
will.anderson 360d503c84 feat(prompt): add will standing orders - no finality declarations 2026-08-21 22:49:39 -05:00
will.anderson fa83b81a35 feat(opencode): guard refactor + browser tool sources and playwright-core dep 2026-08-21 19:21:44 -05:00
will.anderson db66655c0f feat(opencode): add guard-integrated headless browser tool 2026-08-21 19:21:07 -05:00
will.anderson 4bc84bdb2e feat(opencode): add keychain-backed credential broker tool 2026-08-21 19:13:51 -05:00
will.anderson 8e59e48f84 docs(audit): log credential-in-origin-url finding and rotation status 2026-08-21 18:59:08 -05:00
will.anderson f9f12156ef fix(tui): finish neuron branding across user-visible surfaces 2026-08-21 18:58:50 -05:00
will.anderson 5062cd46ec docs(audit): Tim's machine IOC resolved — export was user-initiated 2026-08-21 17:43:16 -05:00
will.anderson e48ce15431 docs(audit): log S9 per living-document protocol 2026-08-21 17:27:54 -05:00
will.anderson 58ddb364ff fix: dedupe fs import in guard 2026-08-21 17:27:25 -05:00
will.anderson 9a5db6ca17 feat(guard): egress catch/log/block layer installed at CLI entrypoint; audit Part 6-7 2026-08-21 17:26:24 -05:00
will.anderson 13030eea14 docs(audit): post-uninstall anomaly entry, classified mundane with escalation criteria 2026-08-21 17:18:25 -05:00
will.anderson 6e7df6dfea feat: complete upgrade-machinery removal — drop /global/upgrade endpoint, gut passive check 2026-08-21 17:05:49 -05:00
will.anderson 3278b86697 docs(audit): exact-code exhibit for Copilot token laundering 2026-08-21 16:56:09 -05:00
will.anderson 9b02697ef0 docs: audit is a living document; separate design sins from contained coding slips 2026-08-21 16:50:43 -05:00
will.anderson b98553d6d1 docs: add fork process audit log 2026-08-21 16:48:10 -05:00
will.anderson 5c5ef07c29 fix: remove dead config references from disabled update check 2026-08-21 16:17:54 -05:00
will.anderson 56508e33c0 fix: gate passive update check behind explicit env flag 2026-08-21 16:14:05 -05:00
will.anderson 140658c526 fix: always render wordmark via protocol auto-resolution; disable update checks by default 2026-08-21 16:07:45 -05:00
will.anderson e8f2f2b822 fix: png module declarations for packages consuming tui sources 2026-08-21 15:58:08 -05:00
will.anderson 725802efa6 feat(brand): render Neuron wordmark in TUI via kitty/iTerm2 graphics with ASCII fallback 2026-08-21 15:55:55 -05:00
will.anderson 8b26ac8e1b feat(brand): NEURON TUI logo, terminal titles, and swept user-facing copy 2026-08-21 15:30:40 -05:00
will.anderson 6bfcdbb9a8 build: replace upstream team-list dependency, add neuron launcher preferring compiled binary 2026-08-21 15:11:13 -05:00
will.anderson f46c750b3b feat: prune cloud providers and console API, complete Neuron branding sweep 2026-08-21 14:59:43 -05:00
will.anderson f539aed5be fix: last workspace-context import path 2026-08-21 14:05:09 -05:00
will.anderson 0273950f4c feat(brand): wire Neuron wordmark + icon into web product (favicons, header logo) 2026-08-21 14:04:48 -05:00
will.anderson 58e0050a81 feat: launch as neuron — bin entry + CLI script name 2026-08-21 13:59:45 -05:00
will.anderson 4972fcc4bb chore: auto-wire .githooks via prepare script so every clone gets the pre-push guard 2026-08-21 13:48:57 -05:00
will.anderson dd6cd9d183 chore: replace upstream pre-push hook with Neuron guard, drop husky and vendor .github metadata 2026-08-21 13:40:05 -05:00
will.anderson 49b5856226 chore: fork — remove vendor CI, repoint release checks to Neuron Gitea 2026-08-21 13:36:36 -05:00
opencode-agent[bot] 96215713ea fix(opencode): continue unknown finish responses (#43892)
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2026-08-21 10:30:15 -04:00
Adam f0e0036d24 fix(stats): merge renamed model data (#43883) 2026-08-21 08:38:31 -05:00
opencode-agent[bot] 74f552965f chore: generate 2026-08-21 13:24:26 +00:00
opencode-agent[bot] e7634367f6 fix(opencode): route Vertex multi-regions through REP (#42648)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com>
2026-08-21 15:23:05 +02:00
opencode-agent[bot] 6d7116bcd1 chore: generate 2026-08-21 12:58:43 +00:00
Jack 4efcd84e6f docs(go): add DeepSeek vision model (#43866) 2026-08-21 20:57:25 +08:00
Jack a6cb60831a fix(go): align Ox Alpha model ID (#43837) 2026-08-21 17:03:23 +08:00
Brendan Allan aa7eda570f fix(app): preserve file search results while loading (#43836) 2026-08-21 08:52:45 +00:00
Nathan Thomassin ca1b239413 fix(app): register archive session command in both layouts (#41741) 2026-08-21 08:28:40 +00:00
opencode bdb1a18788 sync release versions for v1.18.20 2026-08-21 08:09:28 +00:00
Aiden Cline 5a91e041c9 fix(opencode): surface subagent tool errors (#43821) 2026-08-21 02:44:44 -05:00