Aiden Cline
|
b4665a8bf8
|
feat: add meta muse system prompt (#36122)
|
2026-07-09 13:00:39 -05:00 |
|
James Long
|
91561bbdfb
|
refactor(opencode): remove app service layer exports (#34517)
|
2026-06-29 23:03:57 -04:00 |
|
opencode-agent[bot]
|
71c3a7c8f2
|
chore: generate
|
2026-06-27 02:47:33 +00:00 |
|
James Long
|
ecdfff5a42
|
refactor(core): separate out location node functionality and integrate into v2 (#34119)
|
2026-06-26 22:46:07 -04:00 |
|
James Long
|
0e731c2a1a
|
refactor(core): support tiered layer nodes (#33937)
|
2026-06-25 14:34:17 -04:00 |
|
4rcadia
|
e8e83afbce
|
feat(mcp): append server instructions to context (#32490)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
|
2026-06-24 11:54:19 -05:00 |
|
Dax Raad
|
6ea3e6698a
|
fix(opencode): scope reference readiness wait
|
2026-06-23 00:10:36 -04:00 |
|
Dax Raad
|
4a710e4679
|
fix(core): await plugin readiness
|
2026-06-22 22:49:57 -04:00 |
|
Dax
|
909a1a6d78
|
feat(plugin): add namespaced hook API (#33416)
|
2026-06-22 19:06:57 -04:00 |
|
Dax
|
8a2cfc00c9
|
feat(core): add project reference guidance (#31601)
|
2026-06-10 04:08:26 +00:00 |
|
James Long
|
07e5ea9367
|
feat(opencode): add typed application layer graph (#31531)
|
2026-06-09 15:31:31 -04:00 |
|
Kit Langton
|
5984d917dc
|
refactor(session): yield instance context in system prompt (#25207)
|
2026-04-30 21:45:48 -04:00 |
|
Dax
|
f25f1485d5
|
refactor: remove module barrels (#24554)
|
2026-04-27 14:33:33 -04:00 |
|
Kit Langton
|
51d8219c46
|
refactor: unwrap session/ tier-2 namespaces + self-reexport (#22973)
|
2026-04-17 00:49:39 +00:00 |
|
Kit Langton
|
1d81335ab5
|
feat: unwrap Provider namespace + improved automation script (#22690)
|
2026-04-15 21:44:46 -04:00 |
|
Kit Langton
|
ccb0b320e1
|
refactor(session): make SystemPrompt a proper Effect Service (#21992)
|
2026-04-11 12:52:35 -04:00 |
|
Yuxin Dong
|
2daf4b805a
|
feat: add a dedicated system prompt for Kimi models (#20259)
Co-authored-by: dongyuxin <dongyuxin@dev.dongyuxin.msh-dev.svc.cluster.local>
|
2026-03-31 17:44:17 +02:00 |
|
Aiden Cline
|
da1d37274f
|
feat: add gpt prompt so non codex gpt models have their own system prompt modeled after codex cli (#19220)
|
2026-03-26 15:57:38 +00:00 |
|
Kit Langton
|
38e0dc9ccd
|
Move service state into InstanceState, flatten service facades (#18483)
|
2026-03-21 04:51:35 +00:00 |
|
Kit Langton
|
214a6c6cf1
|
fix: switch consumers to service imports to break bundle cycles (#18438)
|
2026-03-20 20:55:46 +00:00 |
|
Aiden Cline
|
bfdc38e421
|
tweak: adjust codex plugin logic so that codex instruction isn't always added (oauth plan no longer enforces instruction whitelisting) (#18337)
|
2026-03-20 10:37:47 -05:00 |
|
Aiden Cline
|
8ee939c741
|
tweak: remove unnecessary parts from the fallback system prompt (#18140)
|
2026-03-18 17:27:47 -05:00 |
|
Kit Langton
|
5dfe86dcb1
|
refactor(truncation): effectify TruncateService, delete Scheduler (#17957)
|
2026-03-17 21:59:54 -04:00 |
|
Aiden Cline
|
f96e2d4222
|
tweak: adjust skill presentation to be a little less token heavy (#17098)
|
2026-03-11 16:03:15 -05:00 |
|
Aiden Cline
|
0f6bc8ae71
|
tweak: adjust way skills are presented to agent to increase likelyhood of skill invocations. (#17053)
|
2026-03-11 10:24:55 -05:00 |
|
Mariam Jabara
|
95ad6758af
|
feat: add specific system prompt for Trinity model (#12144)
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-06 11:43:10 -06:00 |
|
Aiden Cline
|
b5a4671c64
|
Revert "feat: add Trinity model system prompt support" (#12029)
|
2026-02-03 16:39:03 -06:00 |
|
Mariam Jabara
|
015cd404e4
|
feat: add Trinity model system prompt support (#12025)
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-03 16:33:27 -06:00 |
|
Dax
|
c69474846f
|
Simplify directory tree output for prompts (#11731)
|
2026-02-01 23:37:07 -05:00 |
|
Aiden Cline
|
39a73d4894
|
feat: dynamically resolve AGENTS.md files from subdirectories as agent explores them (#10678)
|
2026-01-26 10:49:41 -05:00 |
|
Aiden Cline
|
94dd0a8dbe
|
ignore: rm spoof and bump plugin version
|
2026-01-25 17:27:24 -05:00 |
|
Aiden Cline
|
88bcd04659
|
tweak: tell the model what model it is in environment section of prompt
|
2026-01-24 12:10:15 -05:00 |
|
GitHub Action
|
96e9c89cc6
|
chore: generate
|
2026-01-21 05:37:18 +00:00 |
|
Kenny
|
a18ae2c8b7
|
feat: add OPENCODE_DISABLE_PROJECT_CONFIG env var (#8093)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
|
2026-01-20 23:36:42 -06:00 |
|
Aiden Cline
|
419004992d
|
chore: remove duplicate prompt file
|
2026-01-19 23:22:57 -06:00 |
|
Aiden Cline
|
172bbdaced
|
feat: codex auth support (#7537)
|
2026-01-09 17:47:37 -06:00 |
|
freespace8
|
542c9d5346
|
feat(flags): allow disabling .claude prompt and skills loading (#7205)
|
2026-01-08 00:10:25 -06:00 |
|
Spoon
|
32e0b612d9
|
adding timeout (#7128)
|
2026-01-06 15:00:34 -06:00 |
|
Spoon
|
a10cc63403
|
feat: url based instructions (#7125)
|
2026-01-06 14:48:22 -06:00 |
|
Thomas Gormley
|
630476afc0
|
load OPENCODE_CONFIG_DIR AGENTS.md into the system prompt (#7115)
|
2026-01-06 13:43:55 -06:00 |
|
Dax
|
351ddeed91
|
Permission rework (#6319)
Co-authored-by: Github Action <action@github.com>
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
|
2026-01-01 17:54:11 -05:00 |
|
Aiden Cline
|
79c263494f
|
tweak: inform agent if no skills are available
|
2025-12-27 21:20:00 -06:00 |
|
Ariane Emory
|
25c68c8061
|
chore: kill the dead Polaris Alpha code (#6193)
|
2025-12-26 11:32:31 -06:00 |
|
Mohammad Alhashemi
|
046e351140
|
feat: add native skill tool with permission system (#5930)
Co-authored-by: Dax Raad <d@ironbay.co>
|
2025-12-22 18:24:06 -05:00 |
|
Dax
|
8fe0715928
|
feat: add Agent Skills support (#5921)
|
2025-12-21 19:44:56 -05:00 |
|
Dax
|
fed4776451
|
LLM cleanup (#5462)
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2025-12-14 21:11:30 -05:00 |
|
Dax
|
6d3fc63658
|
core: refactor provider and model system (#5033)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <thdxr@users.noreply.github.com>
|
2025-12-03 21:09:03 -05:00 |
|
Dax Raad
|
75c29d4d1c
|
summary optimizaitons
|
2025-11-22 11:32:49 -05:00 |
|
Dax
|
a1214fff2e
|
Refactor agent loop (#4412)
|
2025-11-17 10:57:18 -05:00 |
|
Dax Raad
|
954a796b8a
|
core: route polaris-alpha models to polaris system prompt
|
2025-11-07 21:07:59 -05:00 |
|